]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
skip TEST(EXT4StoreTest, _detect_fs) if DISK or MOUNTPOINT are undefined 379/head
authorLoic Dachary <loic@dachary.org>
Tue, 25 Jun 2013 13:04:34 +0000 (15:04 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 25 Jun 2013 13:09:57 +0000 (15:09 +0200)
commit6e320a1bd338cd6287a697799dd562548c920f4d
tree3d9dfb3129e0f724c31c60702bd8536430f91742
parent37a20174fd22a79938ba9c93046e8830f4a3306f
skip TEST(EXT4StoreTest, _detect_fs) if DISK or MOUNTPOINT are undefined

The TEST(EXT4StoreTest, _detect_fs) test is meant to be run from
qa/workunits/filestore/filestore.sh, after the ext4 file system was
created. If the DISK and MOUNTPOINT environment variables are not
defined, display a message explaining the expected environment and
silentely skip the test. The tests in store_test.cc are not unit tests
because they depend on their environment.

http://tracker.ceph.com/issues/5312 fixes #5312

Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/filestore/store_test.cc