Skip to content

Commit

Permalink
chore: fix flaky dictionary test (#17199)
Browse files Browse the repository at this point in the history
* chore: fix flaky dictionary test

* fix

* fix taplo

* fix lazy

* fix container starup
  • Loading branch information
b41sh authored Jan 10, 2025
1 parent dd3651d commit d75e65a
Show file tree
Hide file tree
Showing 10 changed files with 401 additions and 911 deletions.
119 changes: 18 additions & 101 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ tempfile = "3.4.0"
terminal_size = "0.2.6"
test-harness = "0.1.1"
testcontainers = "0.23"
testcontainers-modules = "0.11.5"
thiserror = { version = "1" }
thrift = "0.17.0"
tikv-jemalloc-ctl = { version = "0.6.0", features = ["use_std", "stats"] }
Expand Down Expand Up @@ -558,12 +559,8 @@ tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json", "valuable"] }

# Databend Integration Test
msql-srv = { git = "https://github.com/databendlabs/msql-srv.git", rev = "cd443dd" }
mysql_common = "0.32.4"
quickcheck = "1.0"
sqllogictest = "0.21.0"
sqlparser = "0.50.0"
threadpool = "1.8"

[workspace.lints.rust]
async_fn_in_trait = "allow"
Expand Down
7 changes: 2 additions & 5 deletions tests/sqllogictests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,21 @@ async-trait = { workspace = true }
bollard = { workspace = true }
clap = { workspace = true }
cookie = { workspace = true }
databend-common-base = { workspace = true }
databend-common-exception = { workspace = true }
env_logger = { workspace = true }
futures-util = { workspace = true }
msql-srv = { workspace = true }
mysql_async = { workspace = true }
mysql_common = { workspace = true }
rand = { workspace = true }
recursive = { workspace = true }
redis = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true, features = ["cookies"] }
serde = { workspace = true }
serde_json = { workspace = true }
sqllogictest = { workspace = true }
sqlparser = { workspace = true }
testcontainers = { workspace = true }
testcontainers-modules = { workspace = true, features = ["mysql", "redis"] }
thiserror = { workspace = true }
threadpool = { workspace = true }
tokio = { workspace = true }
url = { workspace = true }
walkdir = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion tests/sqllogictests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
pub mod arg;
pub mod client;
pub mod error;
pub mod mock_source;
pub mod util;
Loading

0 comments on commit d75e65a

Please sign in to comment.