]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: put net BlueStore tests un ifdef WITH_BLUESTORE 20576/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 24 Feb 2018 08:31:45 +0000 (09:31 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Sat, 24 Feb 2018 08:31:45 +0000 (09:31 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/objectstore/store_test.cc

index ffba370b06eb6c6e8e18ac031069e3a589c1ad81..535df9b21e02f689faabd0910786c0b7d7b5e052 100644 (file)
@@ -6869,7 +6869,6 @@ TEST_P(StoreTestSpecificAUSize, garbageCollection) {
   g_conf->set_val("bluestore_compression_mode", "none");
   g_conf->apply_changes(NULL);
 }
-#endif
 
 TEST_P(StoreTestSpecificAUSize, fsckOnUnalignedDevice) {
   if (string(GetParam()) != "bluestore")
@@ -7067,6 +7066,7 @@ TEST_P(StoreTest, BluestoreRepairTest) {
 
   g_ceph_context->_conf->apply_changes(NULL);
 }
+#endif  // WITH_BLUESTORE
 
 int main(int argc, char **argv) {
   vector<const char*> args;