Skip to content

Commit 6f1e0e6

Browse files
committed
tests/scrub: deactivate osd-scrub-dump stand-alone test
as the scrub reservation changes had made it obsolete. Note - it is not an issue of fixing the test, but rather that the tested functionality is no longer there. Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
1 parent 9802b77 commit 6f1e0e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

qa/standalone/scrub/osd-scrub-dump.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@
1515
# GNU Library Public License for more details.
1616
#
1717

18+
19+
# 30.11.2023: the test is now disabled, as the reservation mechanism has been
20+
# thoroughly reworked and the test is no longer valid. The test is left here
21+
# as a basis for a new set of primary vs. replicas scrub activation tests.
22+
1823
source $CEPH_ROOT/qa/standalone/ceph-helpers.sh
1924

2025
MAX_SCRUBS=4
2126
SCRUB_SLEEP=3
2227
POOL_SIZE=3
2328

2429
function run() {
30+
echo "This test is disabled"
31+
return 0
2532
local dir=$1
2633
shift
2734
local CHUNK_MAX=5

0 commit comments

Comments
 (0)