Skip to content

Commit 760cc93

Browse files
authored
fix(architecture): fix bug in Driver that causes hang (#9804)
* fix(architecture): fix bug in Driver that causes hang Signed-off-by: Toby Lawrence <[email protected]>
1 parent 16b8e43 commit 760cc93

File tree

6 files changed

+590
-77
lines changed

6 files changed

+590
-77
lines changed

Cargo.lock

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/vector-core/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,15 @@ vrl-core = { package = "vrl", path = "../vrl/core", optional = true }
5959
prost-build = "0.8"
6060

6161
[dev-dependencies]
62+
core_common = { path = "core-common", default-features = false, features = ["test"] }
6263
criterion = { version = "0.3.5", features = ["html_reports"] }
6364
env-test-util = "1.0.1"
6465
quickcheck = "1.0.3"
6566
proptest = "1.0"
6667
pretty_assertions = "1.0.0"
6768
tokio-test = "0.4.2"
69+
rand = "0.8"
70+
rand_distr = "0.4"
6871

6972
[features]
7073
api = ["async-graphql"]

0 commit comments

Comments
 (0)