From: Willem Jan Withagen Date: Sun, 15 Jul 2018 14:56:54 +0000 (+0200) Subject: test: Only inquire bluestore when it's build X-Git-Tag: v14.0.1~826^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=81dbb42c61832ec3af3b38832a34c5f151815dbe;p=ceph.git test: Only inquire bluestore when it's build Signed-off-by: Willem Jan Withagen --- diff --git a/src/test/objectstore/store_test.cc b/src/test/objectstore/store_test.cc index dc55ac28600b..0ce09665f691 100644 --- a/src/test/objectstore/store_test.cc +++ b/src/test/objectstore/store_test.cc @@ -4313,7 +4313,7 @@ TEST_P(StoreTest, Synthetic) { doSyntheticTest(10000, 400*1024, 40*1024, 0); } - +#if defined(WITH_BLUESTORE) TEST_P(StoreTestSpecificAUSize, SyntheticMatrixSharding) { if (string(GetParam()) != "bluestore") return; @@ -4485,6 +4485,7 @@ TEST_P(StoreTestSpecificAUSize, SyntheticMatrixPreferDeferred) { }; do_matrix(m, std::bind(&StoreTest::doSyntheticTest, this, _1, _2, _3, _4)); } +#endif // WITH_BLUESTORE TEST_P(StoreTest, AttrSynthetic) { MixedGenerator gen(447);