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 a5ca0c5 commit 2cc1e8aCopy full SHA for 2cc1e8a
src/test/objectstore/store_test.cc
@@ -7262,6 +7262,7 @@ TEST_P(DeferredReplayTest, DeferredReplay) {
7262
//
7263
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "true");
7264
g_conf().apply_changes(nullptr);
7265
+ ch.reset(nullptr);
7266
store->umount();
7267
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "false");
7268
@@ -7346,6 +7347,7 @@ TEST_P(DeferredReplayTest, DeferredReplayInReadOnly) {
7346
7347
7348
7349
7350
7351
7352
7353
0 commit comments