]> 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>
Wed, 1 May 2024 06:21:35 +0000 (06:21 +0000)
commita7bd91dafb5736d2e3cae987e6164cdc14a0792a
tree07ad6e73a6bb60bb34aa9a4317b09aedf5dd3fc8
parentc2b21dbf694c4f91009603c94a8c46abd941d99b
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>
qa/standalone/osd/osd-recovery-space.sh