Skip to content

Commit

Permalink
feat(sqlsmith): Support generate fuzz query sql (#17153)
Browse files Browse the repository at this point in the history
  • Loading branch information
b41sh authored Jan 2, 2025
1 parent 29fcd98 commit c1e295f
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/tests/sqlsmith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ databend-common-formats = { workspace = true }
databend-common-functions = { workspace = true }
databend-common-io = { workspace = true }
databend-common-sql = { workspace = true }
derive-visitor = { workspace = true }
ethnum = { workspace = true }
itertools = { workspace = true }
jiff = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions src/tests/sqlsmith/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#![feature(box_patterns)]

mod http_client;
mod query_fuzzer;
mod reducer;
mod runner;
mod sql_gen;
Expand Down
Loading

0 comments on commit c1e295f

Please sign in to comment.