Commit Graph

305 Commits

Author SHA1 Message Date
Sage Weil
ab353c7109 upgrade: run blogbench against ceph-fuse
Otherwise this runs on the local disk, not touching the ceph cluster.
2013-04-26 16:57:40 -07:00
Sage Weil
928e241a7d upgrade: run rados python test on bobtail to avoid polluting cluster with pools
Extra pools from test.sh will make this fail:

2013-04-26T11:06:45.631 INFO:teuthology.task.workunit.client.0.err:test_rados.TestRados.test_list_pools ... FAIL
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:======================================================================
2013-04-26T11:06:45.633 INFO:teuthology.task.workunit.client.0.err:FAIL: test_rados.TestRados.test_list_pools
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:----------------------------------------------------------------------
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:Traceback (most recent call last):
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:    self.test(*self.arg)
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:  File "/home/ubuntu/cephtest/1527/mnt.0/client.0/tmp/test_rados.py", line 37, in test_list_pools
2013-04-26T11:06:45.634 INFO:teuthology.task.workunit.client.0.err:    eq(set(), self.list_non_default_pools())
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err:  File "/usr/lib/python2.7/dist-packages/nose/tools.py", line 31, in eq_
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err:    assert a == b, msg or "%r != %r" % (a, b)
2013-04-26T11:06:45.635 INFO:teuthology.task.workunit.client.0.err:AssertionError: set([]) != set(['foo.24250.', 'test-rados-api-plana05-22578-27', 'foo.24250', 'foo.23821'])
2013-04-26 16:52:04 -07:00
Greg Farnum
df4105b68a ceph config data goes in conf, not config
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-26 11:25:14 -07:00
Greg Farnum
35cf1220bc temporarily add cephfs debugging to overrides
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:50 -07:00
Greg Farnum
5d5e0a6ec1 Revert "turn on debugging for MDS and Client in FS runs"
We want to apply debugging and whitelists, not one or the
other -- whoops!
This reverts commit cb1e8ed954.

Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-25 09:14:50 -07:00
Sage Weil
aa16700d12 Merge branch 'next' 2013-04-22 20:59:43 -07:00
Sage Weil
bbcba29271 set 'filestore flush min = 0' for all ffsb jobs
Until we fix #4579
2013-04-22 20:59:25 -07:00
Greg Farnum
60e7fb4152 turn on debugging for MDS and Client in FS runs
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:22:08 -07:00
Greg Farnum
cb1e8ed954 turn on debugging for MDS and Client in FS runs
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:21:55 -07:00
Greg Farnum
e21fdf81f4 ior-cfuse: remove the binary/ dir that make install creates
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-18 16:21:55 -07:00
tamil
551860fabd rgw suite for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-17 14:43:52 -07:00
tamil
1bb7a05571 ceph-deploy qa suites. moved a level up to make it run in the nightlies.
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-15 15:27:07 -07:00
Josh Durgin
26d7537286 rbd: add qemu-iotests
Put these in the singleton collection since they have to be run as
client.admin, which is possible when the client and monitor are on the
same host.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-12 18:46:47 -07:00
Josh Durgin
d0a81f6353 rbd: add qemu-iotests
Put these in the singleton collection since they have to be run as
client.admin, which is possible when the client and monitor are on the
same host.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-04-12 18:46:10 -07:00
Greg Farnum
38e014f7d9 prevent osd warnings from failing CephFS tests
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-12 16:10:32 -07:00
Greg Farnum
cfcc9c79ac prevent osd warnings from failing CephFS tests
Signed-off-by: Greg Farnum <greg@inktank.com>
2013-04-12 16:10:12 -07:00
tamil
7eb09ef3a6 changed "master" to "next"
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-08 18:09:39 -07:00
tamil
42dfc752ae task yaml for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-04-08 17:58:34 -07:00
Sage Weil
21d6af2365 rados: whitelist quota warning in cluster log for pool quota test
Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-03 14:04:54 -07:00
Sage Weil
8b49eb19ff rados: test mon config keys
Signed-off-by: Sage Weil <sage@inktank.com>
2013-04-01 15:56:14 -07:00
Sage Weil
b4a276e6bc rados: test pool quotas when testing api
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 18:04:40 -07:00
Sage Weil
90544fa3a6 marginal: remove incomplete librbd collection
Move disabled qemu + iozone task into rbd suite.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 13:22:48 -07:00
Sage Weil
9e2ca49981 marginal: remove partial collection thrash
Incomplete and broken.  The ffsb test is part of the kernel suite now.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 13:21:12 -07:00
Sage Weil
ba4f8de53b marginal: add multimds collection
Lots of stuff here, and several things fail with the export thrashing on,
but usually the others pass.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-29 13:20:07 -07:00
tamil
3c3969de23 rados test suite for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-27 17:25:11 -07:00
tamil
d2a021be61 rbd test suites for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-27 17:00:29 -07:00
tamil
e86273e12b fs test suite for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-27 15:44:12 -07:00
tamil
ac505d0abb suites for upgrade
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-27 13:03:36 -07:00
tamil
26a9b132ea Merge branch 'master' of github.com:ceph/ceph-qa-suite 2013-03-27 11:10:23 -07:00
tamil
18a782d077 qa suites for upgrade task
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-20 17:42:56 -07:00
Sage Weil
b0136f9879 use ceph.com/git instead of github
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-20 12:51:02 -07:00
caleb miles
c170022b19 radosgw-admin: Adjust garbage collection settings.
Signed-off-by: caleb miles <caleb.miles@inktank.com>
2013-03-19 14:37:15 -04:00
tamil
9d2f7f088f Merge branch 'master' of github.com:ceph/ceph-qa-suite 2013-03-18 18:12:36 -07:00
tamil
62cd409b37 ceph-deploy qa suite for fs tests
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-18 18:12:09 -07:00
tamil
640c12653a ceph-deploy qa suite for rbd tests
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-18 18:05:48 -07:00
tamil
167a26c3fc ceph-deploy qa suite for rados
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-18 18:00:19 -07:00
Sage Weil
d02967922c move osd powercycling tests to rados suite
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-15 16:00:02 -07:00
Sage Weil
e77f20fea4 fs: drop fuse_use_invalidate_cb: true, since that is now the default
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-15 13:36:30 -07:00
tamil
f7fe5b33d1 task yaml for basic upgrade
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-15 13:16:54 -07:00
tamil
8b942d6b51 task yaml for upgrade tests
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-15 13:13:15 -07:00
tamil
9b252dda87 task yaml for upgrade test
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-15 13:13:15 -07:00
Samuel Just
2230500eda rados/thrashers: enable split testing
Signed-off-by: Samuel Just <sam.just@inktank.com>
2013-03-15 12:23:37 -07:00
tamil
9c7717c371 ceph-deploy suites task yaml with roles
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-12 13:06:22 -07:00
Sage Weil
fbfe81b578 fs: add osd and mds message delays to thrash suite
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-11 15:22:41 -07:00
Sage Weil
53cf1f1317 fs: move mds thrashing from marginal, add pjd task
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-11 14:59:01 -07:00
caleb miles
cbfeac9910 radosgw-admin: Adjust garbage collection settings.
Signed-off-by: caleb miles <caleb.miles@inktank.com>
2013-03-08 22:07:25 -05:00
Sage Weil
a457b1793a marginal: fix mds thrasher tasks
Make the ceph cluster get installed and set up before we start thrashing
the mds.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-08 14:19:14 -08:00
Sage Weil
6a398a5ef0 regression: add fs/traceless
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-08 14:15:45 -08:00
Sage Weil
1586e07dc4 fs: test traceless replies from mds
Signed-off-by: Sage Weil <sage@inktank.com>
2013-03-07 21:07:40 -08:00
tamil
75afff70c6 task for ceph-deploy sample run
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-03-07 17:38:49 -08:00