]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/osd: Fix issue preventing --testrecovery being passed correctly through to the...
authorJon <jonathan.bailey1@ibm.com>
Tue, 24 Jun 2025 12:54:15 +0000 (13:54 +0100)
committerJon Bailey <jonathan.bailey1@ibm.com>
Tue, 15 Jul 2025 08:20:49 +0000 (09:20 +0100)
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 <jonathan.bailey1@ibm.com>
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc

index 3233c84ce2ad853a1b8ac39df95dd3f5bf235b03..bff169c041629203f3f911e1973d0885a298bb11 100644 (file)
@@ -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} {