Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/fluss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jiff = { workspace = true, features = ["js"] }
[dev-dependencies]
metrics-util = "0.20"
fluss-test-cluster = { path = "../fluss-test-cluster" }
# `test-util` (paused clock + `tokio::time::advance`) is not part of the
# workspace `full` feature set; enable it for tests so the
# `last_poll_seconds_ago` ticker loop can be driven deterministically.
tokio = { workspace = true, features = ["test-util"] }

[build-dependencies]
prost-build = "0.14"
Loading
Loading