Commit f5b52dd
authored
fix: prevent flaky InferenceGraph auth deletion tests (#1221)
Set the deployment status to Available in BeforeEach for the auth test
context. Without this, the controller enters a requeue loop with
exponential backoff (deployment never becomes available in envtest),
and the workqueue rate limiter delays can exceed the 10s test timeout,
causing intermittent failures in the SA deletion and CRB cleanup tests.
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>1 parent 7dd2611 commit f5b52dd
1 file changed
+14
-0
lines changedLines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
1460 | 1474 | | |
1461 | 1475 | | |
1462 | 1476 | | |
| |||
0 commit comments