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
Jason Dillaman
608fb1f0e0
suites/rbd: avoid redundant helgrind tests
...
Allow rbd_fsx to accept an override for which valgrind tool to use.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2016-01-12 21:08:00 -05:00
Yuri Weinstein
83f6e8194e
Added ditros to f-h-x-offline, tiering, v0-94-4-stop tests
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-01-12 09:09:14 -08:00
Yuri Weinstein
558fbe296f
Removed point-to-point-x test, will need to add jewel specoific later
...
http://tracker.ceph.com/issues/14339
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-01-11 15:46:21 -08:00
Yuri Weinstein
66d244fe8b
Removed tests for EOL dumpling clients on jewel clusters
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2016-01-04 09:33:46 -08:00
Sage Weil
07232b1e2b
rados/singleton/all/pg-removal-interruption: ensure osd.0 is marked down
...
We were waiting for teh dameon to fail, not for the mons to notice,
which meant that after we restart the daemon the next tell could
try to talk to the old osd.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-24 09:57:52 -05:00
Josh Durgin
c7cd4f744b
rbd: increase length of non-valgrind fsx workloads
...
New lab machines make these run much faster. These should take ~1-1.5 hours now.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
ef25ba3920
rbd: add helgrind to valgrind subsuite
...
This checks locking problems. This can be a separate facet for
workunits, but for now it requires a manual 2nd configuration for
rbd_fsx.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
888ff87da0
rbd: add a couple new workunits
...
for rbd-nbd and the journalling cli
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
8bd0b9dabf
rbd: add some workloads with journalling enabled
...
Separating features into its own facet would be good,
but requires changing some of the tests a bit.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Josh Durgin
5864d56592
rbd: only test on xfs
...
btrfs is not recommended for production
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2015-12-23 16:59:46 -08:00
Sage Weil
e2f9cedd64
rados: run radosbench for 15m instead of 30m
...
The smithi disks fill after about 20m.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-23 17:00:05 -05:00
Sage Weil
2b4e9497b2
suites/rados/singleton/all/radostool: whitelist quota error
...
The test sets and hits a quota; whitelist the message
Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-22 16:49:57 -05:00
Jason Dillaman
46dddfc54b
suites/rbd: disable pool validation for pool snaps test
...
Fixes : #14113
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-12-18 02:31:07 -05:00
Loic Dachary
f19a519b8e
Merge pull request #756 from dachary/wip-13624-workunit-git
...
workunits: fetch from --ceph-git-url
2015-12-11 12:27:18 +01:00
Loic Dachary
78bb60341e
Merge pull request #757 from dachary/wip-dummy
...
Revert "dummy: only use the user playbook"
2015-12-08 01:48:26 +01:00
Loic Dachary
d0280d7910
Revert "dummy: only use the user playbook"
...
This reverts commit a016f29e21
.
2015-12-08 01:47:09 +01:00
Loic Dachary
b0a770a3e7
workunit: fetch from --ceph-git-url
...
The commit from which workunits are fetched must be retrieved
from --ceph-git-url via teuth_config.get_ceph_git_url() instead of
assuming it is available via git://git.ceph.com/ceph.git.
Using git://git.ceph.com/ceph.git is convenient because it supports git
archive. In the general case, some git servers such as github do not
support git archive and a full git clone must be done instead.
Although it would be possible to
git clone --branch=master --depth=1 --single-branch
to reduce the amount of data being retrieved, it would require a
git fetch origin SHA1
but git version >= 1.7 do not support fetching a commit.
http://tracker.ceph.com/issues/13624 Fixes : #13624
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-12-06 13:23:14 +01: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
Gregory Farnum
2bd05c7378
Merge pull request #737 from ceph/wip-enable-data-scan
...
suites: yaml for TestDataScan
2015-12-02 14:22:10 -08:00
Loic Dachary
ea6360ac26
teuthology-integration: run teuthology integration tests
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-12-02 13:14:35 +01:00
Loic Dachary
c551091504
Merge pull request #664 from dachary/wip-nop
...
nop: suite that does not even lock targets
2015-12-01 21:14:57 +01: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
Loic Dachary
a6de4a0181
openstack: rados/.../morepggrow.yaml may need more disk
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-27 15:11:05 +01:00
Sage Weil
30b64fd739
rados/thrash/workloads/admin-socket: 60s -> 180s
...
Provide more time for the asok workload to run.
Signed-off-by: Sage Weil <sage@redhat.com>
2015-11-25 20:08:02 -05:00
Sage Weil
5c232b4ed5
Merge remote-tracking branch 'gh/jewel'
2015-11-25 20:07:38 -05:00
Loic Dachary
5c8f349919
Merge pull request #718 from ceph/wip-fast-read
...
rados: add test for ec fast_read
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-11-24 00:38:22 +01:00
Loic Dachary
29973822f8
openstack: rbd/{thrash,qemu}: allocate three disks, always
...
The thrasher and qemu need disk attached to run against xfs or btrfs,
otherwise it will use the local file system which is always ext4. It
will succeed but this is a kind of false positive since no xfs or btrfs
related tests were run.
http://tracker.ceph.com/issues/13270 Refs: #13270
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-22 10:23:44 +01:00
Loic Dachary
8f2af5949c
openstack: convert to array hints
...
So that it is more flexible.
http://tracker.ceph.com/issues/13581 Fixes : #13581
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-21 11:08:37 +01:00
Samuel Just
5f90c35f70
rados: add test for ec fast_read
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-11-19 14:44:45 -08:00
Yuri Weinstein
f8fcb67e1f
Added infernalis-client-x - fixes #13774
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-19 09:36:33 -08:00
Yuri Weinstein
12ba21d0f8
Added %
...
Fixed intall.upgrade syntax
Whitelisted 'reached quota'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-12 08:05:03 -08:00
Loic Dachary
3e1915857f
Merge pull request #684 from dachary/wip-12973
...
rados: 'failed to encode ...' warnings are normal on upgrades
2015-11-12 15:06:41 +01:00
Yuri Weinstein
978d83d97d
Added %
...
Fixed intall.upgrade syntax
Whitelisted 'reached quota'
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-11 16:19:39 -08:00
Loic Dachary
4cbf177039
rados: 'failed to encode ...' warnings are normal on upgrades
...
http://tracker.ceph.com/issues/12973 Fixes : #12973
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-11-10 21:28:00 +01:00
Vasu Kulkarni
5ba70c8e30
Update fio version from 2.2.9 to 2.2.11
...
Also removes fio-version option from yaml since its redundant and if required can be specified in
overrides
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2015-11-10 14:48:59 -05:00
Jason Dillaman
accb287302
rbd_fio: removed deprecated command-line option to rbd CLI
...
Fixes : #13745
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-11-10 08:50:54 -05:00
Sage Weil
3d5bfdce94
Merge remote-tracking branch 'gh/infernalis'
2015-11-09 15:50:47 -05:00
Jason Dillaman
bda2897c7b
client-upgrade: hammer-based test should be used on new client
...
Avoid attempting to test new release features that are not available
on older hammer OSDs.
Fixes : #13304
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit d918ff023e
)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-11-06 09:56:04 -08:00
Yuri Weinstein
79ba87aaa2
Merge pull request #669 from ceph/wip-13304
...
client-upgrade: hammer-based test should be used on new client
http://pulpito.ceph.com/teuthology-2015-11-06_08:55:24-upgrade:client-upgrade-hammer-distro-basic-vps/
2015-11-06 09:37:54 -08:00
Jason Dillaman
d918ff023e
client-upgrade: hammer-based test should be used on new client
...
Avoid attempting to test new release features that are not available
on older hammer OSDs.
Fixes : #13304
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2015-11-06 11:54:10 -05:00
Josh Durgin
fec80cd519
Merge pull request #652 from ceph/wip-13559
...
suites/rbd/qemu: excercise CoW support during QEMU testing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-11-03 14:12:05 -08:00
Samuel Just
f9e22c5e04
Merge pull request #639 from ceph/wip-12748-infernalis
...
rados/singleton-nomsgr/all: add export-after-evict.yaml
Reviewed-by: Samuel Just <sjust@redhat.com>
2015-11-03 07:19:23 -08:00
Samuel Just
0324772e23
basic/msgr: remove async and random for now
...
Signed-off-by: Samuel Just <sjust@redhat.com>
2015-11-02 13:25:36 -08:00
Loic Dachary
a016f29e21
dummy: only use the user playbook
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-11-02 12:43:41 +01:00
Loic Dachary
e381af3de7
nop: suite that does not even lock targets
...
Signed-off-by: Loic Dachary <ldachary@redhat.com>
2015-10-30 08:46:32 +09:00
Gregory Farnum
c035816c21
Merge pull request #656 from ceph/wip-frag
...
fs: fix two frag_enable fragments
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2015-10-27 14:55:01 -07:00
Sage Weil
98e683a327
fs: fix two frag_enable fragments
...
Badly formatted yaml
Signed-off-by: Sage Weil <sage@redhat.com>
2015-10-25 16:06:15 -04:00
Loic Dachary
b4a4136a56
openstack: rados/thrash: allocate three disks, always
...
The thrasher needs disk attached to run against xfs, ext4 or btrfs. And
some jobs use more disks and do not fit in 40GB.
http://tracker.ceph.com/issues/13450 Fixes : #13450
Signed-off-by: Loic Dachary <loic@dachary.org>
2015-10-23 18:08:44 +02:00
Loic Dachary
13c4eff212
Merge pull request #654 from dachary/wip-ceph-disk
...
ceph-disk: switch to using install / ceph
2015-10-23 14:00:39 +02:00