]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Test: osd-recovery-space.sh extends the wait time for "recovery toofull".
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 30 Apr 2024 10:06:16 +0000 (10:06 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 6 Aug 2024 07:16:41 +0000 (07:16 +0000)
commit9eb50afae703a911cf9ea90d3bacfd17f4262bf3
treef280e345b948caec0c1951f3975c593e29de3b6d
parent6497b719336732672e78d99086dc5a5df391e0b6
Test: osd-recovery-space.sh extends the wait time for "recovery toofull".

The osd-recovery-space test involves writing objects and expecting to receive
the "toofull" flag.
If we don't wait long enough, we might check the "toofull" flag before all objects
have completed writing, and the "toofull" status hasn't been activated yet.

The change will extend the waiting time and will also incorporate additional
checks for the return code from the status wait.

Fixes: https://tracker.ceph.com/issues/44510
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
(cherry picked from commit a7bd91dafb5736d2e3cae987e6164cdc14a0792a)
qa/standalone/osd/osd-recovery-space.sh