]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: override valgrind --max-threads for radosgw 23372/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 1 Aug 2018 17:01:30 +0000 (13:01 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 1 Aug 2018 18:45:24 +0000 (14:45 -0400)
radosgw now uses 512 frontend threads by default, and valgrind won't
start with its default --max-threads=500

Fixes: http://tracker.ceph.com/issues/25214
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/multisite/tasks/test_multi.yaml
qa/suites/rgw/tempest/tasks/rgw_tempest.yaml
qa/suites/rgw/verify/tasks/0-install.yaml

index a8f897873def8b4dc23e98935872f0b586c2ca61..6c7ba3d10bb99b898001911e4f2eb3d705674862 100644 (file)
@@ -7,13 +7,13 @@ tasks:
 - ceph: {cluster: c2}
 - rgw:
     c1.client.0:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
     c1.client.1:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024]
     c2.client.0:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024]
     c2.client.1:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024]
 - rgw-multisite:
 - rgw-multisite-tests:
     config:
index 31b00688823853463a780c251883becd4ed0b05d..8b1e39f3d1608ace6b17fd6181004608909fb25d 100644 (file)
@@ -28,7 +28,7 @@ tasks:
           description: Swift Service
 - rgw:
     client.0:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
       frontend_prefix: /swift
       use-keystone-role: client.0
 - tempest:
index 9fb898b033460ea6e2972eaac171c5d5f70fd347..d623bbb3493f57106ec32adf869a9c6152d20189 100644 (file)
@@ -8,7 +8,7 @@ tasks:
 - openssl_keys:
 - rgw:
     client.0:
-      valgrind: [--tool=memcheck]
+      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
 
 overrides:
   ceph: