Skip to content

Commit f17f2d6

Browse files
committed
qa/suites: drop --show-reachable=yes from fs:valgrind tests
Drop --show-reachable=yes from fs:valgrind tests as it shows CommandFailedError, which fails starting cephfs-mirror daemon and prevents the valgrind checks and reports. rbd:valgrind tests doesn't use --show-reachable=yes too. So dropping --show-reachable=yes to make it analogous to rbd:valgrind. Fixes: https://tracker.ceph.com/issues/64752 Fixes: https://tracker.ceph.com/issues/62221 Signed-off-by: Jos Collin <[email protected]>
1 parent 27e97f2 commit f17f2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ meta:
44
tasks:
55
- cephfs-mirror:
66
client: client.mirror
7-
valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
7+
valgrind: [--tool=memcheck, --leak-check=full]

0 commit comments

Comments
 (0)