Skip to content

Commit

Permalink
fix: session features (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilExileSu authored Aug 2, 2023
1 parent c558419 commit e3a079a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/datanode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ client = { path = "../client" }
common-test-util = { path = "../common/test-util" }
common-query = { path = "../common/query" }
datafusion-common.workspace = true
session = { path = "../session", features = ["testing"] }
1 change: 1 addition & 0 deletions src/promql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ common-telemetry = { path = "../common/telemetry" }
[dev-dependencies]
tokio.workspace = true
query = { path = "../query" }
session = { path = "../session", features = ["testing"] }
1 change: 1 addition & 0 deletions src/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ log-store = { path = "../log-store" }
mito = { path = "../mito", features = ["test"] }
ron = "0.7"
serde = { version = "1.0", features = ["derive"] }
session = { path = "../session", features = ["testing"] }
storage = { path = "../storage" }
tokio-test = "0.4"
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
Expand Down

0 comments on commit e3a079a

Please sign in to comment.