]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: disable newstore test until it's merged
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 27 Aug 2015 03:05:58 +0000 (11:05 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 27 Aug 2015 03:08:42 +0000 (11:08 +0800)
Newstore hasn't been merged. It leads to a segment fault in one of the
teuthology testing job since ObjectStore::create() returns NULL.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/test/objectstore/store_test.cc

index e6b4d8f55c72154254a56675c00c9e5219f3cf0c..170a965e2bfeba6537f9c3d4a6f2330b1f8db4b9 100644 (file)
@@ -2413,7 +2413,7 @@ TEST_P(StoreTest, SetAllocHint) {
 INSTANTIATE_TEST_CASE_P(
   ObjectStore,
   StoreTest,
-  ::testing::Values("memstore", "filestore", "keyvaluestore", "newstore"));
+  ::testing::Values("memstore", "filestore", "keyvaluestore"/*, "newstore" */));
 
 #else