We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check_persisted_data(11)
1 parent 97282b9 commit e1db1e7Copy full SHA for e1db1e7
1 file changed
src/io/test_utils.rs
@@ -183,4 +183,7 @@ pub(crate) fn do_test_store<K: KVStore>(store_0: &K, store_1: &K) {
183
100000
184
);
185
check_added_monitors!(nodes[1], 1);
186
+
187
+ // Make sure everything is persisted as expected after close.
188
+ check_persisted_data!(11);
189
}
0 commit comments