fix: prevent catalog testing feature from leaking into production builds (#9063)

Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
Yingwen
2026-09-08 07:35:18 +00:00
committed by GitHub
parent b46de8c828
commit 1494a5c6ee
+2 -1
View File
@@ -26,7 +26,7 @@ auth.workspace = true
axum.workspace = true
base64.workspace = true
cache.workspace = true
catalog = { workspace = true, features = ["testing"] }
catalog.workspace = true
chrono.workspace = true
clap.workspace = true
client = { workspace = true, features = ["testing"] }
@@ -96,6 +96,7 @@ uuid.workspace = true
zstd.workspace = true
[dev-dependencies]
catalog = { workspace = true, features = ["testing"] }
common-procedure-test.workspace = true
common-wal = { workspace = true, features = ["testing"] }
datafusion.workspace = true