]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/mon/mon_cluster_log.sh: retry check for log line 61475/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, 22 Jan 2025 04:45:38 +0000 (10:15 +0530)
commit772a3cd73f419b6b71b7a325e20b751819b042cf
treec58d4c43eedc4a4c51d15e1bf1a96416ea880b20
parent4bbe8462cfabcfe3c49ad3c830dcaf5b30d9c5de
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