-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add query fuzzer on server side. #28107
Copy link
Copy link
Closed
Labels
featuretestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
Use case
Enable AST based query fuzzing for every kind of tests.
Describe the solution you'd like
Similarly to clickhouse-client, the server should accumulate the set of AST nodes and use it for query fuzzing.
For every received query, the server should also execute configured amount of fuzzed queries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featuretestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI