Commit 6ba2b2b
committed
test(control-plane): speed up link-failure detection to avoid timeout flake
A persistently-failing link is only marked LINK_FAILED once reconciler
requeues exhaust, with exponential backoff (base x 2^n). At max_requeues=10
that's ~51s of cumulative backoff, which exceeds the wait_auth_link timeout
under slow llvm-cov runs and caused failure-expecting tests (wrong creds,
missing workload API) to flake. Lower to 7 (~6s to fail). Recovery tests are
unaffected — they recover via a fresh node registration, not the requeue chain
(verified locally).
Signed-off-by: Luca Muscariello <muscariello@ieee.org>1 parent 9593650 commit 6ba2b2b
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
0 commit comments