Our fsx fork has recently gained a support for the krbd mode - add it
to the test suite. Disable discard ops and randomized striping, both
of which aren't ready yet.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
In the current xfstests, tests cannot be listed in ranges. Because of
this, and because our distribution of tests between our three clients
was pretty uneven, I've changed this job to run the whole auto group
(with some tests excluded by run_xfstests_krbd.sh) in random order on
two clients in parallel. It takes longer to run, but it also spares
a test box and can potentially create a better test workload.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
This will mask occasional 'wrongly marked me down' errors when valgrind
is running (it makes things generally slow).
Signed-off-by: Sage Weil <sage@inktank.com>
This will reduce number of tests to run, some may failed on old versions, see http://tracker.ceph.com/issues/8409
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
ceph_test_objectstore scribbles in $CWD. Keep it inside $TESTDIR and
clean up when we are done.
Fixes: #8395
Signed-off-by: Sage Weil <sage@inktank.com>
This can reduce the test time becuase it avoids sending getattr
request whenever the kernel checks inode permission.
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Create a log of objects and operate on some of them
(Initial object creation counts against total operations specified)
Add limit to 20 minutes
Fixes: 8263
Signed-off-by: David Zafman <david.zafman@inktank.com>
Add + to 2-workload, 4-workload and 6-final-workload
suites. Reduce 5-upgrade-sequence to only run two
tests and make sure upgrades to emperor occur in each
sequence. Fix swift.yaml to not include rgw: clause
(this is already done by s3tests.yaml).
Fixes: #8051
Signed-off-by: Warren Usui <warren.usui@inktank.com>
Reformatted many of the yaml files.
Fixed duplication of workunit definitions.
Do not do install.upgrade on clients.
Included branch: definition in final workload files.
Signed-off-by: Warren Usui <warren.usui@inktank.com>
The encoded full osdmaps can differ due to a series of issues that were
fixed well after emperor. We also whitelist this for dumpling-x.
Signed-off-by: Sage Weil <sage@inktank.com>
Add client as a variable on the basic collection. Move the other stuff
(libcephfs plus a weird restart test) to libcephfs collection.
Signed-off-by: Sage Weil <sage@inktank.com>
This can reduce the test time becuase it avoids sending getattr
request whenever the kernel checks inode permission.
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>