Skip to content

Commit 117a2d9

Browse files
committed
qa/suites/rados/bluestore: Add standalone tests for write_v2
Standalone tests for ceph_test_objectstore require separate instances for testing write_v2=true. Signed-off-by: Adam Kupczyk <[email protected]>
1 parent 177ff7a commit 117a2d9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
roles:
2+
- [mon.a, mgr.x, osd.0, osd.1, client.0]
3+
openstack:
4+
- volumes: # attached to each instance
5+
count: 2
6+
size: 10 # GB
7+
tasks:
8+
- install:
9+
- exec:
10+
client.0:
11+
- 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 5" ceph_test_objectstore --gtest_filter=*/1:*Matrix*:-*Matrix*Compression* --gtest_catch_exceptions=0 --bluestore_write_v2=true
12+
- rm -rf $TESTDIR/archive/ostest
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
roles:
2+
- [mon.a, mgr.x, osd.0, osd.1, client.0]
3+
openstack:
4+
- volumes: # attached to each instance
5+
count: 2
6+
size: 10 # GB
7+
tasks:
8+
- install:
9+
- exec:
10+
client.0:
11+
- 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 5" ceph_test_objectstore --gtest_filter=*Matrix*Compression* --gtest_catch_exceptions=0 --bluestore_write_v2=true
12+
- rm -rf $TESTDIR/archive/ostest

0 commit comments

Comments
 (0)