]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/standalone/mon/mon_cluster_log.sh: retry check for log line
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 30 Sep 2024 15:37:35 +0000 (21:07 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Thu, 10 Oct 2024 07:04:30 +0000 (12:34 +0530)
commit67928a27357e2d600114db1891db5e7b30c8d1a9
tree2caf8148964787f95b76b84c68864c2909643ab7
parente48735c1f248082fd8fdfa0591aa56c11099ae81
qa/standalone/mon/mon_cluster_log.sh: retry check for log line

Issue: The test was failing as we were checking for the osd boot
log before it was actually emitted in the log file.

Solution: We retry checking for the desired string in the log file
for a duration of 60s after OSD has come up successfully.

Fixes: https://tracker.ceph.com/issues/67282
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
Signed-off-by: Naveen Naidu <naveennaidu479@gmail.com>
qa/standalone/mon/mon-cluster-log.sh