Skip to content

Commit e1db1e7

Browse files
committed
f check_persisted_data(11)
1 parent 97282b9 commit e1db1e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/io/test_utils.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,7 @@ pub(crate) fn do_test_store<K: KVStore>(store_0: &K, store_1: &K) {
183183
100000
184184
);
185185
check_added_monitors!(nodes[1], 1);
186+
187+
// Make sure everything is persisted as expected after close.
188+
check_persisted_data!(11);
186189
}

0 commit comments

Comments
 (0)