]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test: move bluestore dependant code under WITH_BLUESTORE
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 2 Nov 2019 19:47:14 +0000 (20:47 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 2 Nov 2019 19:47:14 +0000 (20:47 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/objectstore/store_test.cc

index 7bc35e53dd0a2e8cba43b4e60f8d0750a66274a5..0835ffb2d3db3807843a5a30915bf38d0f306f6f 100644 (file)
@@ -4583,6 +4583,7 @@ TEST_P(StoreTest, Synthetic) {
   doSyntheticTest(10000, 400*1024, 40*1024, 0);
 }
 
+#if defined(WITH_BLUESTORE)
 TEST_P(StoreTestSpecificAUSize, BlueFSExtenderTest) {
   if(string(GetParam()) != "bluestore")
     return;
@@ -4618,7 +4619,6 @@ TEST_P(StoreTestSpecificAUSize, BlueFSExtenderTest) {
   bstore->mount();
 }
 
-#if defined(WITH_BLUESTORE)
 TEST_P(StoreTestSpecificAUSize, SyntheticMatrixSharding) {
   if (string(GetParam()) != "bluestore")
     return;