Commit e774b44
authored
fix(e2e): Add cleanup trap to prevent false positives in CI test runs (istio-ecosystem#1227)
* fix(e2e): Add cleanup trap to prevent false positives in CI test runs
The e2e test script was storing the Ginkgo exit code but could still exit unexpectedly before cleanup, causing CI to mark incomplete test runs as successful (false positives).
Signed-off-by: Francisco Herrera <[email protected]>
* TEMPORARY FAILURE
TEMPORARY FAILURE: check failure test on CI
Signed-off-by: Francisco Herrera <[email protected]>
* Fix lint
Fix lint messages
Signed-off-by: Francisco Herrera <[email protected]>
* Revert "TEMPORARY FAILURE"
This reverts commit 5346be9.
Signed-off-by: Francisco Herrera <[email protected]>
---------
Signed-off-by: Francisco Herrera <[email protected]>1 parent 749d908 commit e774b44
1 file changed
+23
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
155 | 175 | | |
156 | 176 | | |
157 | 177 | | |
| |||
231 | 251 | | |
232 | 252 | | |
233 | 253 | | |
234 | | - | |
235 | | - | |
| 254 | + | |
| 255 | + | |
236 | 256 | | |
237 | 257 | | |
238 | 258 | | |
239 | 259 | | |
240 | 260 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | 261 | | |
253 | | - | |
254 | | - | |
| 262 | + | |
0 commit comments