From: Jos Collin Date: Wed, 2 Jul 2025 09:19:57 +0000 (+0530) Subject: qa: increase the wait time to prevent check_counter failing X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9511c175afd3f84b99aa6032095d3f58ba2b15c1;p=ceph.git qa: increase the wait time to prevent check_counter failing Fixes: https://tracker.ceph.com/issues/70441 Signed-off-by: Jos Collin (cherry picked from commit a86f6a6ce89ff20f2f160464abb7500499db76b3) --- diff --git a/qa/suites/fs/workload/tasks/3-snaps/yes.yaml b/qa/suites/fs/workload/tasks/3-snaps/yes.yaml index 29ed93bb3e8b1..f65d4c150f206 100644 --- a/qa/suites/fs/workload/tasks/3-snaps/yes.yaml +++ b/qa/suites/fs/workload/tasks/3-snaps/yes.yaml @@ -30,6 +30,6 @@ tasks: mon.a: # Ensure that we have some snaps which get deleted (so check-counters does not fail) - date +%s > END_TIME - - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((600-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi + - START_TIME=$(cat START_TIME); END_TIME=$(cat END_TIME); DIFF_TIME=$((800-(END_TIME-START_TIME))); if [ "$DIFF_TIME" -gt 0 ]; then sleep "$DIFF_TIME"; fi - ceph fs snap-schedule status --fs=cephfs --path=/ - ceph fs snap-schedule list --fs=cephfs --path=/ --recursive=true