John Spray
17e310f57c
tasks/cephfs: add TestConfigCommands
...
Get some coverage on the otherwise rarely touched
injectargs and `config set` interfaces.
Fixes : #14365
Signed-off-by: John Spray <john.spray@redhat.com>
2016-02-10 12:22:06 +00:00
Greg Farnum
3b3d484aae
Merge remote-tracking branch 'origin/wip-14195' into greg-fs-testing
...
https://github.com/ceph/ceph-qa-suite/pull/791
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-01-18 16:14:24 -08:00
Greg Farnum
10d9fe1de6
Merge remote-tracking branch 'origin/wip-manila' into greg-fs-testing
...
https://github.com/ceph/ceph-qa-suite/pull/680
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-01-18 14:42:14 -08:00
Greg Farnum
617d8cce74
Merge remote-tracking branch 'origin/jewel-14254' into greg-fs-testing
...
https://github.com/ceph/ceph-qa-suite/pull/798
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2016-01-18 14:33:38 -08:00
Yan, Zheng
9b0e2a3ace
tasks/cephfs: test for race between cap flush and clientreplay
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2016-01-15 13:49:19 +08:00
John Spray
b06818cf4b
suites: add an extra client to fs/recovery
...
The volumeclient test wants 3, and the rest of the tests
can just ignore it.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-01-14 22:55:29 +00:00
John Spray
5055f1288f
suites: add yaml for TestVolumeClient
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-01-14 22:55:29 +00:00
John Spray
c97c10c24a
suites: turn up debug for TestFull
...
Because these tests exercise subtle interactions
in the Client->ObjectCacher->Objecter stack,
enable the verbose logging for the lower layers
too.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-01-12 11:12:21 +00:00
John Spray
7939fca8d0
suites: debug on client 0/1 instead of all
...
...because otherwise every CLI invokation spits
out a client.admin verbose log, and it's annoying.
Signed-off-by: John Spray <john.spray@redhat.com>
2016-01-12 11:11:10 +00:00
John Spray
7d9c9609b0
suites/fs: update log whitelist for test_session_reject
...
Signed-off-by: John Spray <john.spray@redhat.com>
2016-01-11 14:32:43 +00:00
John Spray
521a93a63a
suites: add yaml for TestForwardScrub
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-12-02 23:28:28 +00:00
John Spray
4f29d92f7a
suites: yaml for TestDataScan
...
This was an oversight.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-11-30 14:20:23 +00:00
John Spray
c2031ad777
suites/fs: enable directory fragmentation
...
Setting this in tests globally as a precursor
to enabling it by default in the shipping code.
Set a low mds bal split size in order to make
us hit the fragmentation code more often in
than we usually would in a single MDS environment.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-07-13 13:25:53 +01:00
Yan, Zheng
44dc0320fa
Merge pull request #470 from ceph/wip-4161
...
Add cephfs TestBacktrace
2015-07-13 17:22:58 +08:00
John Spray
644d74a40c
suites: yaml for test_damage
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-06-25 17:19:03 +01:00
John Spray
bcb1eb3cf9
suites: hook in cephfs/test_damage
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-06-18 12:08:24 +01:00
Greg Farnum
ba5b3bb9b8
add log-rotate configs to the userspace suite
...
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-06-08 17:37:42 -07:00
John Spray
938db47dc0
suites: update log whitelist for TestQuotaFull
...
A quota ENOSPC looks different in the log than
as capacity ENOSPC
Signed-off-by: John Spray <john.spray@redhat.com>
2015-05-11 18:19:53 +01:00
John Spray
9c36a52662
suites: tweak config in mds-full task
...
The task runs a lot faster with a higher
OSD report frequency.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-05-08 15:34:04 +01:00
John Spray
0e0d1e6f02
suites/fs: add another log whitelist to journal-repair
...
This is the table unreadable error for mds1_inotable that
we get when trying to start an MDS whose objects are gone.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-05-06 10:59:46 +01:00
Gregory Farnum
3337cc6cb8
Merge pull request #421 from ceph/wip-client-osd-caps
...
tasks/cephfs: add test_pool_perm
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: John Spray <john.spray@redhat.com>
2015-04-29 16:13:23 -07:00
John Spray
206ba83cf6
suites: log whitelist for journal repair test
...
"bad backtrace on dir ino" is emitted because
journaltool's recover-dentries doesn't write
backtraces.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-28 14:28:11 +01:00
Yan, Zheng
539117a38d
tasks/cephfs: add test_pool_perm
...
This tests that client checks pool permission before
copy data to its cache.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2015-04-28 20:38:32 +08:00
Yan, Zheng
e850645fe4
cephfs/test_client_limits.py: test for client oldest tid warning
...
Signed-off-by: Yan, Zheng <zyan@redhat.com>
2015-04-21 23:29:47 +08:00
Greg Farnum
f83976c258
Merge remote-tracking branch 'origin/wip-10390' into greg-testing-quotas
...
Conflicts:
suites/fs/recovery/tasks/mds-full.yaml
2015-04-19 18:18:35 -07:00
John Spray
fa2a86196c
suites/fs: update log whitelist
...
These ones had been passing because of #11177 ,
now that that is fixed they require an update.
Fixes : #11300
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-04-19 18:10:24 -07:00
John Spray
51722def9f
suites: whitelist log messages for auto-repair test
...
Log messages being checked now since #11177
was fixed.
Signed-off-by: John Spray <john.spray@redhat.com>
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-04-19 17:45:21 -07:00
John Spray
b3f0165988
suites/fs: clean up whitespace in YAML
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-14 14:13:40 +01:00
John Spray
31c1d76ff2
suites: run fs/recovery with two MDSs
...
Some tests need both, and others should
ignore it.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-14 14:13:40 +01:00
John Spray
947cc88506
suites: add .yamls for the recent cephfs tests
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-14 14:13:40 +01:00
John Spray
f9d35d7c02
suites: put fuse clients on separate hosts
...
To mitigate the weirdness when we start
trying to abort /sys/fs/fuse/connections/*
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-14 14:13:40 +01:00
John Spray
04730ee6fd
suites: update tasks to use cephfs_test_runner
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-14 14:13:39 +01:00
John Spray
083f8963a2
suites/fs: hook in mds_flush
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-12-22 09:43:37 +00:00
John Spray
d3864df97b
suites/fs: hook in mds_full task
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-12-18 12:45:31 +00:00
John Spray
acf33b5cdb
suites/fs: enable debug on recovery tests
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-10-08 16:34:02 +01:00
John Spray
70bcda547b
suites: enable mds_client_limits test
...
Requires same cluster etc as 'recovery', though
we could now do with better name than that.
Signed-off-by: John Spray <john.spray@redhat.com>
2014-09-29 15:04:42 +01:00
John Spray
1855e094e5
suites/fs: add client recovery
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-21 23:09:00 +01:00