Commit 3f45d76
fix(e2e): retry check-cluster after HA db corruption recovery
After scaling back up from db corruption, deployment readiness only
indicates pod health checks passed, not that RAFT log catch-up is
complete. Replace the immediate ovsdb-tool check-cluster call with a
WaitUntil retry loop (2s interval, 30s timeout) to tolerate transient
RAFT log inconsistency during recovery.
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>1 parent 6240894 commit 3f45d76
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
293 | 295 | | |
294 | 296 | | |
295 | 297 | | |
| |||
0 commit comments