]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: don't unmount when no store is created 5679/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 27 Aug 2015 04:27:52 +0000 (12:27 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 27 Aug 2015 04:27:52 +0000 (12:27 +0800)
commit10fd1a560fb97bcc357b60992aa3d9e7d7bf11dc
tree2b1e9c467e1165f5700f143831bcc9fe0265d631
parent83ba59780e0ed7ac7d4c4047d01dc15f879252d1
test: don't unmount when no store is created

When store is not created in SetUp for some reasons, unmounting it would
lead to segment fault.

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