Skip to content

Commit

Permalink
Merge pull request #13089 from jcsp/wip-18600
Browse files Browse the repository at this point in the history
#18600: Clear out tasks that don't make sense from multimds suite

Reviewed-by: Yan, Zheng <zyan@redhat.com>
  • Loading branch information
John Spray committed Feb 14, 2017
2 parents 2db739a + 76b73be commit dfbc675
Show file tree
Hide file tree
Showing 17 changed files with 90 additions and 2 deletions.
1 change: 0 additions & 1 deletion qa/suites/fs/verify/tasks/libcephfs_interface_tests.yaml

This file was deleted.

1 change: 0 additions & 1 deletion qa/suites/multimds/basic/tasks

This file was deleted.

@@ -0,0 +1,10 @@
overrides:
ceph:
conf:
client:
fuse_default_permissions: 0
tasks:
- workunit:
clients:
all:
- kernel_untar_build.sh
7 changes: 7 additions & 0 deletions qa/suites/multimds/basic/tasks/cfuse_workunit_misc.yaml
@@ -0,0 +1,7 @@
tasks:
- workunit:
timeout: 6h
clients:
all:
- fs/misc

@@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
all:
- fs/test_o_trunc.sh
12 changes: 12 additions & 0 deletions qa/suites/multimds/basic/tasks/cfuse_workunit_norstats.yaml
@@ -0,0 +1,12 @@
tasks:
- workunit:
timeout: 6h
clients:
all:
- fs/norstats

overrides:
ceph:
conf:
client:
client dirsize rbytes: false
5 changes: 5 additions & 0 deletions qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsx.yaml
@@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
all:
- suites/fsx.sh
@@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
all:
- suites/fsync-tester.sh
@@ -0,0 +1,6 @@
tasks:
- workunit:
clients:
all:
- suites/iogen.sh

@@ -0,0 +1,5 @@
tasks:
- workunit:
clients:
all:
- suites/iozone.sh
16 changes: 16 additions & 0 deletions qa/suites/multimds/basic/tasks/cfuse_workunit_suites_pjd.yaml
@@ -0,0 +1,16 @@
overrides:
ceph:
conf:
client:
debug ms: 1
debug client: 20
fuse set user groups: true
fuse default permissions: false
mds:
debug ms: 1
debug mds: 20
tasks:
- workunit:
clients:
all:
- suites/pjd.sh
@@ -0,0 +1,14 @@
overrides:
ceph:
conf:
client:
ms_inject_delay_probability: 1
ms_inject_delay_type: osd
ms_inject_delay_max: 5
client_oc_max_dirty_age: 1
tasks:
- exec:
client.0:
- cd $TESTDIR/mnt.* && dd if=/dev/zero of=./foo count=100
- sleep 2
- cd $TESTDIR/mnt.* && truncate --size 0 ./foo

0 comments on commit dfbc675

Please sign in to comment.