From: Jon Date: Tue, 24 Jun 2025 12:54:15 +0000 (+0100) Subject: test/osd: Fix issue preventing --testrecovery being passed correctly through to the... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df966b2bff5c3e576538181efb3e3e4ad40cc35f;p=ceph.git test/osd: Fix issue preventing --testrecovery being passed correctly through to the pool creation code in ceph_test_rados_io_sequence Some commands to set up a pool were not being correctly run when running recovery tests in ceph_test_rados_io_sequence. This fixes the issue allowing all recovery tests to run as expected in the exerciser. Signed-off-by: Jon Bailey --- diff --git a/src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc b/src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc index 3233c84ce2a..bff169c0416 100644 --- a/src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc +++ b/src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc @@ -1098,7 +1098,7 @@ ceph::io_sequence::tester::TestRunner::TestRunner( vm.contains("allow_pool_balancer"), vm.contains("allow_pool_deep_scrubbing"), vm.contains("allow_pool_scrubbing"), - vm.contains("test_recovery"), + vm.contains("testrecovery"), vm.contains("disable_pool_ec_optimizations")}, snt{rng, vm, "threads", true}, ssr{vm} {