We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7955e commit 5612e78Copy full SHA for 5612e78
tests/persistence/write.rs
@@ -15,6 +15,7 @@ fn test_persist() {
15
16
runtime.block_on(async {
17
let table = get_test_wt();
18
+ table.wait_for_ops().await;
19
table.persist().unwrap();
20
21
assert!(check_if_dirs_are_same(
@@ -37,6 +38,7 @@ fn test_persist_without_secondary_indexes() {
37
38
39
40
let table = get_test_wt_without_secondary_indexes();
41
42
43
44
0 commit comments