Skip to content

Commit f21e82b

Browse files
committed
add AsyncBackend storage tests
1 parent a37887f commit f21e82b

File tree

13 files changed

+1128
-25
lines changed

13 files changed

+1128
-25
lines changed

Cargo.lock

Lines changed: 39 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ tokio = { version = "1.27", default-features = false }
242242
tokio-socks = "0.5"
243243
tokio-stream = "0.1"
244244
tokio-util = { version = "0.7", default-features = false }
245+
tokio-test = "0.4"
245246
toml = "0.8"
246247
tower = "0.4"
247248
tower-http-axum = { package = "tower-http", version = "0.5" }

storage/backend-test-suite/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ utils = { path = "../../utils" }
1616
libtest-mimic.workspace = true
1717
parity-scale-codec.workspace = true
1818
proptest.workspace = true
19+
tokio = { workspace = true, default-features = false, features = [
20+
"macros",
21+
"rt",
22+
"rt-multi-thread",
23+
] }
24+
tokio-test.workspace = true
1925

2026
[lints.rust]
2127
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }

0 commit comments

Comments
 (0)