]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: enable valgrind in rgw/notifications suite 56792/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 9 Apr 2024 17:09:37 +0000 (13:09 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 9 Apr 2024 17:13:39 +0000 (13:13 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/notifications/valgrind.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/notifications/valgrind.yaml b/qa/suites/rgw/notifications/valgrind.yaml
new file mode 100644 (file)
index 0000000..962d5c9
--- /dev/null
@@ -0,0 +1,9 @@
+overrides:
+  install:
+    ceph:
+      #debuginfo: true
+  rgw:
+    client.0:
+      valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
+    client.1:
+      valgrind: [--tool=memcheck, --max-threads=1024]