Sage Weil
79357060f1
Merge pull request #53 from ceph/wip-leaks
...
use notcmalloc to fix leak checking
2014-07-29 15:27:54 -07:00
tamil
ac8ab1e6fd
added a new test for rgw_readwrite with front end as civetweb instead of apache
2014-07-25 20:43:39 -07:00
Sage Weil
279f39d4c1
use notcmalloc builder for valgrind leak checking
...
This reverts 453d72b294
. It turns out that
tcmalloc defeats the leak checking in valgrind.
Signed-off-by: Sage Weil <sage@inktank.com>
2014-07-24 11:57:06 -07:00
John Spray
344d5974fd
Remove mds role from rados & rgw tests
...
Follow up to a24efaef
, remove the mds from
the (mainly singleton) test configs that
explicitly list it.
Signed-off-by: John Spray <john.spray@redhat.com>
2014-07-22 16:44:02 +01:00
Sage Weil
c427af0701
osd_heartbeat_grace from 20 -> 40 when running valgrind
...
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>
2014-05-28 10:11:05 -07:00
Yehuda Sadeh
ee69c7a4f3
rgw: update idle_timeout for rgw_s3tests_multiregion.yaml
...
Fixes : #8194
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2014-04-24 14:29:55 -07:00
Josh Durgin
b454bd6cb5
rgw: add erasure coded data pool variant
...
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-03-26 20:01:40 -07:00
Josh Durgin
bf90414a9e
rgw: set max-entries to 10 for data sync test
...
This way it tests the agent generating more than max-intries writes to
a bucket.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-03-24 15:05:20 -07:00
Josh Durgin
f92d3a5667
rgw: add data sync test
...
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-03-09 23:35:11 -07:00
Josh Durgin
e5a43b75ac
rgw: use different keys for different system users
...
Only one of these was being used before, due to a bug in
teuthology. This is fixed, and trying to create a second user with the
same access key fails.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2014-03-09 23:29:20 -07:00
Sage Weil
453d72b294
don't use notcmalloc flavor for valgrind
...
We now have the suppressions to avoid this. Yay!
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-11 09:44:17 -08:00
tamil
9506377cdf
rgw task for multipart upload script
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 22:22:21 -08:00
tamil
b4a2a2b0e4
s/rgw_user_quota.pl/rgw_user_quota.yaml
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 17:07:24 -08:00
tamil
24d89e244c
task for rgw user quota testing
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-02-07 15:35:34 -08:00
tamil
a200fa9668
removed roles from task file
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-01-24 09:56:15 -08:00
tamil
022e531b3c
added roles for bucket quota tests
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2014-01-22 09:40:51 -08:00
tamil
98c7873606
modified rgw suite for bucket quota tests
...
Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
2014-01-21 18:35:27 -08:00
tamil
085ad8892f
task to test rgw bucket quota
...
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-12-18 14:22:12 -08:00
Josh Durgin
693fee25e4
rgw: fix multi-region test in verify suite
...
This only syncs metadata, since it tests two regions.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-11-01 17:02:59 -07:00
Josh Durgin
bdca2e4bf2
rgw: multi region sync is only for metadata
...
Now that the agent supports data sync, we need to specify this.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-10-30 09:17:52 -07:00
Sage Weil
3615c149c2
make xfs.yaml a symlink
2013-10-02 13:30:13 -07:00
Sage Weil
886c4fdd45
make ext4.yaml a symlink
2013-10-02 13:30:13 -07:00
Sage Weil
92cc980be4
make btrfs.yaml a symlink
2013-10-02 13:30:13 -07:00
Joe Buck
444a0ab15f
Enabling multi-region S3 tests
...
This file turns on multi-region
S3 tests. Ticket #5842 .
Signed-off-by: Joe Buck <jbbuck@gmail.com>
2013-08-28 22:29:29 -07:00
Sage Weil
30c56cc1cb
mark all existing collections with %
...
This is ignored by old teuthology, but used by newer code to tell us when
to generate a product of all directory items.
Signed-off-by: Sage Weil <sage@inktank.com>
2013-08-28 11:24:29 -07:00
Joe Buck
ceb1d7bb4b
readwrite: Specifying the domain root pool
...
This fixes a 404 error caused when the
reads from the newly created region cannot find
necessary data due to the domain root having
been created with a name other than that used
pre-region creation.
Signed-off-by: Joe Buck <jbbuck@gmail.com>
2013-08-19 15:39:41 -07:00
Joe Buck
c37faa8cf9
add multi-region tests
...
Signed-off-by: Joe Buck <jbbuck@gmail.com>
2013-08-16 19:17:22 -07:00
Sage Weil
e7fa5fcab7
rgw: move radosgw-admin test into rgw suite
2013-07-01 14:08:12 -07:00
Sage Weil
8cec56dd79
valgrind: select notcmalloc ceph install flavor
2013-05-27 14:06:35 -07:00
Sage Weil
8ce9490ed3
rgw: no lockdep on radosgw
...
This currently crashes because of linking problems, see #4253 .
Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-25 17:32:23 -08:00
Sage Weil
acab068269
add explicit install task before ceph task
2013-02-19 21:02:26 -08:00
Sage Weil
e250815ace
rgw: use 2 node cluster
...
Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-18 13:30:28 -08:00
Samuel Just
d50086020f
btrfs.yaml: increase osd op thread timeout
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2013-01-28 19:01:27 -08:00
Yehuda Sadeh
677a7a5a57
rgw: add swift tasks
...
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-21 14:00:45 -08:00
Sage Weil
43b57dec98
check ceph-mon for leaks
2012-11-15 22:04:20 -08:00
Sage Weil
31a2a83cb4
move rgw tasks to separate suite
2012-09-21 08:36:08 -07:00