fix: correct invalid testing feature gate usage (#5258)

* fix: correct invalid testing feature gate usage

* test: refactor tests to avoid test code leak

* fix: sync main
This commit is contained in:
Ning Sun
2025-01-02 11:22:54 +08:00
committed by GitHub
parent d18c8b5e16
commit 53d006292d
18 changed files with 67 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ cache.workspace = true
catalog.workspace = true
chrono.workspace = true
clap.workspace = true
client.workspace = true
client = { workspace = true, features = ["testing"] }
common-base.workspace = true
common-catalog.workspace = true
common-config.workspace = true
@@ -56,7 +56,6 @@ tokio.workspace = true
tracing-appender.workspace = true
[dev-dependencies]
client = { workspace = true, features = ["testing"] }
common-test-util.workspace = true
common-version.workspace = true
serde.workspace = true