Skip to content

[Bug] [BE] Randomness in rule generation #81

@colinthebomb1

Description

@colinthebomb1

Issue

In rule generalization, there are some cases where the output is somewhat random, making it impossible to create concrete tests for certain query pairs.

Example

In the engine spreadsheet, ID 2 has been shown to produce several outputs.
FROM <x1> WHERE <x2> OR EXISTS (SELECT <x3> FROM <x4> WHERE <x5> IN (<x6>, <x7>, <x8>, <x9>) AND <<x10>>)
and
FROM <x1> WHERE <x2> OR EXISTS (SELECT <<x3>> FROM <x4> WHERE <x5> IN (<x6>, <x7>, <x8>, <x9>) AND <<x10>>)

This may be related to issue #80

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions