]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/mon/mon_cluster_log.sh: retry check for log line 60780/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 30 Sep 2024 15:37:35 +0000 (21:07 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Wed, 15 Jan 2025 15:51:03 +0000 (21:21 +0530)
commitbac4e23e8b00cfcb27657f3a15c5138e8d101f45
tree22371c0069b8f5514b50312c2680e3320b02fe83
parent8a122fae8547c61c9f4fd37c87e89fac461e3e71
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>
(cherry picked from commit 67928a27357e2d600114db1891db5e7b30c8d1a9)
qa/standalone/mon/mon-cluster-log.sh