From: Igor Fedotov Date: Wed, 8 Jul 2020 13:56:11 +0000 (+0300) Subject: test/store_test: add missing collection reopen X-Git-Tag: v15.2.5~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36795%2Fhead;p=ceph.git test/store_test: add missing collection reopen Signed-off-by: Igor Fedotov (cherry picked from commit aede2d557ab06e21fcb5b56a75cb8fbacd35a4e0) --- diff --git a/src/test/objectstore/store_test.cc b/src/test/objectstore/store_test.cc index 42141116d2b7..3e89141b8c13 100644 --- a/src/test/objectstore/store_test.cc +++ b/src/test/objectstore/store_test.cc @@ -7833,6 +7833,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");