]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/standalone/scrub: extra delay in osd-scrub-test.sh
authorRonen Friedman <rfriedma@redhat.com>
Wed, 21 May 2025 13:27:30 +0000 (08:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 23 May 2025 12:24:14 +0000 (07:24 -0500)
commit1dd6cf8d31a4f47273440c8bccc6719a3f5019a8
treef4e19d01d3b0583c75b4ee3d5c0c24b521aaba0f
parent67b2c5ceb5e918cf1fd36f1f9919c42e8d1d2cb4
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>
(cherry picked from commit cb91678ab09723088b10525952333b20810e8eb9)
qa/standalone/scrub/osd-scrub-test.sh