Commit 4a86c90
committed
Fix flaky TestDestroyPodInflight test
Fixes three issues causing test flakiness:
1. Fix response body reading - use io.ReadAll instead of incorrectly
casting res.Body to string
2. Add proper response body cleanup with defer
3. Delete Route before Configuration to prevent reconciliation errors
during teardown (fixes "revision not found" and "failed to fetch
loadbalancer" errors in CI logs)
The test now correctly validates that in-flight requests complete
successfully during graceful shutdown.1 parent cf48bab commit 4a86c90
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
135 | 143 | | |
136 | | - | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
| |||
144 | 152 | | |
145 | 153 | | |
146 | 154 | | |
147 | | - | |
148 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
149 | 165 | | |
150 | 166 | | |
151 | 167 | | |
| |||
0 commit comments