Commit e4af5df
committed
Fix intermittent GatewayMonitor unit tests failures
The fake K8s client has a very intermittent concurrency issue where a
notification can be missed if a resource is created while the informer
is starting. This was seen with a GlobalEgressIP so create the
GlobalEgressIP before the controllers are started.
Signed-off-by: Tom Pantelis <[email protected]>1 parent f3f3145 commit e4af5df
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | | - | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
0 commit comments