From: Igor Fedotov Date: Wed, 8 Jul 2020 13:56:11 +0000 (+0300) Subject: test/store_test: add missing collection reopen X-Git-Tag: v16.1.0~1756^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32852%2Fhead;p=ceph.git test/store_test: add missing collection reopen Signed-off-by: Igor Fedotov --- diff --git a/src/test/objectstore/store_test.cc b/src/test/objectstore/store_test.cc index 2ebd56c26253..b5ec4c307934 100644 --- a/src/test/objectstore/store_test.cc +++ b/src/test/objectstore/store_test.cc @@ -8365,6 +8365,7 @@ TEST_P(StoreTest, SpuriousReadErrorTest) { EXPECT_EQ(store->umount(), 0); EXPECT_EQ(store->mount(), 0); } + ch = store->open_collection(cid); cerr << "Injecting CRC error with no retry, expecting EIO" << std::endl; SetVal(g_conf(), "bluestore_retry_disk_reads", "0");