Commit 67928a2
committed
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 <[email protected]>
Signed-off-by: Naveen Naidu <[email protected]>1 parent e48735c commit 67928a2
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments