Skip to content

Commit

Permalink
refactor(sqlsmith): refactor sqlsmith using http client
Browse files Browse the repository at this point in the history
  • Loading branch information
b41sh committed Nov 22, 2024
1 parent e4bf8b2 commit f3d8ce0
Show file tree
Hide file tree
Showing 17 changed files with 604 additions and 550 deletions.
152 changes: 13 additions & 139 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,6 @@ tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json", "valuable"] }

# Databend Integration Test
databend-client = { version = "0.22" }
databend-driver = { version = "0.22" }
databend-driver-core = { version = "0.22" }
msql-srv = "0.11.0"
mysql_common = "0.32.4"
quickcheck = "1.0"
Expand Down
4 changes: 4 additions & 0 deletions src/common/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ memory-profiling = ["tempfile"]

[dependencies]
anyerror = { workspace = true }
cookie = { workspace = true }
databend-common-base = { workspace = true }
databend-common-exception = { workspace = true }
futures = { workspace = true }
http = { workspace = true }
log = { workspace = true }
poem = { workspace = true }
reqwest = { workspace = true, features = ["cookies"] }
serde = { workspace = true }
serde_json = { workspace = true }
tempfile = { workspace = true, optional = true }
thiserror = { workspace = true }
url = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }
Expand Down
Loading

0 comments on commit f3d8ce0

Please sign in to comment.