mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
qa/suites/rados/objectstore: separate store_test tests
This takes 5 hours currently. - Separate out filestore and memstore into separate task (~1 hr) - Split bluestore into -a and -b (a tests exclude SynethicMatrixC, b tests include it) Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
0f65e5cffa
commit
d4ac4f3b78
@ -0,0 +1,12 @@
|
||||
roles:
|
||||
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
||||
openstack:
|
||||
- volumes: # attached to each instance
|
||||
count: 2
|
||||
size: 10 # GB
|
||||
tasks:
|
||||
- install:
|
||||
- exec:
|
||||
client.0:
|
||||
- mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*/2:-*SyntheticMatrixC* --gtest_catch_exceptions=0
|
||||
- rm -rf $TESTDIR/archive/ostest
|
@ -0,0 +1,12 @@
|
||||
roles:
|
||||
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
||||
openstack:
|
||||
- volumes: # attached to each instance
|
||||
count: 2
|
||||
size: 10 # GB
|
||||
tasks:
|
||||
- install:
|
||||
- exec:
|
||||
client.0:
|
||||
- mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*SyntheticMatrixC*/2 --gtest_catch_exceptions=0
|
||||
- rm -rf $TESTDIR/archive/ostest
|
@ -8,5 +8,5 @@ tasks:
|
||||
- install:
|
||||
- exec:
|
||||
client.0:
|
||||
- mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=-*/3 --gtest_catch_exceptions=0
|
||||
- mkdir $TESTDIR/archive/ostest && cd $TESTDIR/archive/ostest && ulimit -Sn 16384 && CEPH_ARGS="--no-log-to-stderr --log-file $TESTDIR/archive/ceph_test_objectstore.log --debug-bluestore 20" ceph_test_objectstore --gtest_filter=*/1:*/0 --gtest_catch_exceptions=0
|
||||
- rm -rf $TESTDIR/archive/ostest
|
Loading…
Reference in New Issue
Block a user