diff --git a/src/batch/Cargo.toml b/src/batch/Cargo.toml index f00d5f7beb8e4..9842c2537b7be 100644 --- a/src/batch/Cargo.toml +++ b/src/batch/Cargo.toml @@ -63,7 +63,7 @@ workspace-hack = { path = "../workspace-hack" } criterion = { workspace = true, features = ["async_tokio", "async"] } rand = "0.8" risingwave_expr_impl = { workspace = true } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } tempfile = "3" tikv-jemallocator = { workspace = true } diff --git a/src/compute/Cargo.toml b/src/compute/Cargo.toml index 827d1ccecd28e..8087fc31663ee 100644 --- a/src/compute/Cargo.toml +++ b/src/compute/Cargo.toml @@ -61,8 +61,8 @@ workspace-hack = { path = "../workspace-hack" } [dev-dependencies] futures-async-stream = { workspace = true } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} rand = "0.8" +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } tempfile = "3" [lints] diff --git a/src/ctl/Cargo.toml b/src/ctl/Cargo.toml index 682fcbc24f1f0..20a723588f33d 100644 --- a/src/ctl/Cargo.toml +++ b/src/ctl/Cargo.toml @@ -54,7 +54,7 @@ uuid = { version = "1", features = ["v4"] } workspace-hack = { path = "../workspace-hack" } [dev-dependencies] -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [lints] workspace = true diff --git a/src/jni_core/Cargo.toml b/src/jni_core/Cargo.toml index 0f631c34682bf..c63ee264cbdbf 100644 --- a/src/jni_core/Cargo.toml +++ b/src/jni_core/Cargo.toml @@ -39,7 +39,7 @@ tracing = "0.1" [dev-dependencies] risingwave_expr = { workspace = true } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [lints] workspace = true diff --git a/src/meta/Cargo.toml b/src/meta/Cargo.toml index 36e4f2895c731..9bb5652794153 100644 --- a/src/meta/Cargo.toml +++ b/src/meta/Cargo.toml @@ -92,8 +92,8 @@ workspace-hack = { path = "../workspace-hack" } assert_matches = "1" maplit = "1.0.2" rand = "0.8" +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } risingwave_test_runner = { workspace = true } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} [features] test = [] diff --git a/src/rpc_client/Cargo.toml b/src/rpc_client/Cargo.toml index 587eb7aa955e9..f8307bd9b2cdc 100644 --- a/src/rpc_client/Cargo.toml +++ b/src/rpc_client/Cargo.toml @@ -45,7 +45,7 @@ tracing = "0.1" url = "2.4.1" [dev-dependencies] -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [target.'cfg(not(madsim))'.dependencies] workspace-hack = { path = "../workspace-hack" } diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 667a8d12e92fd..441e5dc3c5208 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -88,7 +88,7 @@ workspace-hack = { path = "../workspace-hack" } [dev-dependencies] criterion = { workspace = true, features = ["async_futures"] } moka = { version = "0.12", features = ["future"] } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } risingwave_test_runner = { workspace = true } uuid = { version = "1", features = ["v4"] } diff --git a/src/storage/backup/Cargo.toml b/src/storage/backup/Cargo.toml index 68bbd5865411a..58fded103b097 100644 --- a/src/storage/backup/Cargo.toml +++ b/src/storage/backup/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1" twox-hash = "1" [dev-dependencies] -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [lints] workspace = true diff --git a/src/storage/hummock_test/Cargo.toml b/src/storage/hummock_test/Cargo.toml index e9ca4789cc4b1..4666155bb9187 100644 --- a/src/storage/hummock_test/Cargo.toml +++ b/src/storage/hummock_test/Cargo.toml @@ -48,8 +48,8 @@ futures = { version = "0.3", default-features = false, features = [ ] } futures-async-stream = "0.2.9" +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } risingwave_test_runner = { workspace = true } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} serial_test = "2.0" sync-point = { path = "../../utils/sync-point" } diff --git a/src/storage/hummock_trace/Cargo.toml b/src/storage/hummock_trace/Cargo.toml index 3fab0c9875732..83fee1dd0a350 100644 --- a/src/storage/hummock_trace/Cargo.toml +++ b/src/storage/hummock_trace/Cargo.toml @@ -27,7 +27,7 @@ tracing = "0.1" [dev-dependencies] itertools = "0.10.5" mockall = "0.11.4" -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [lints] workspace = true diff --git a/src/stream/Cargo.toml b/src/stream/Cargo.toml index 242ee11d529b8..7a6934850a9ed 100644 --- a/src/stream/Cargo.toml +++ b/src/stream/Cargo.toml @@ -80,10 +80,10 @@ assert_matches = "1" criterion = { workspace = true, features = ["async_tokio", "async"] } expect-test = "1" risingwave_expr_impl = { workspace = true } +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } risingwave_hummock_test = { path = "../storage/hummock_test", features = [ "test", ] } -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" tracing-test = "0.2" diff --git a/src/tests/compaction_test/Cargo.toml b/src/tests/compaction_test/Cargo.toml index 8833e517f8f0a..35c129ce9446a 100644 --- a/src/tests/compaction_test/Cargo.toml +++ b/src/tests/compaction_test/Cargo.toml @@ -45,7 +45,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [ tracing = "0.1" [dev-dependencies] -risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]} +risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] } [target.'cfg(not(madsim))'.dependencies]