]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/scrub: extra delay in osd-scrub-test.sh 63400/head
authorRonen Friedman <rfriedma@redhat.com>
Wed, 21 May 2025 13:27:30 +0000 (08:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 21 May 2025 13:27:30 +0000 (08:27 -0500)
commitcb91678ab09723088b10525952333b20810e8eb9
treef430c6b03f64137cd50fc65ebbcd84188bfc10d8
parentf45c4b665fa3f5e22368490dc1ff1ecefd3c260b
qa/standalone/scrub: extra delay in osd-scrub-test.sh

Modify TEST_just_deep_scrubs():
The test turns 'no-deep' off, and expects the scrub to be
concluded and reported within a short period. But the PG
already had a chance to try scrubbing (and fail due to
the 'no-deep'), and its 'not-before'
was pushed out by osd_scrub_retry_after_noscrub.

The fix is to reduce the value of osd_scrub_retry_after_noscrub
for this test, and to increase the timeout for the test itself.

Fixes: https://tracker.ceph.com/issues/71404
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
qa/standalone/scrub/osd-scrub-test.sh