Commit 6b47f4f
committed
fix(testing-drivers): guard the jobs poll in hookPreaggs like its twin
The `await preAggregationsJobsGET` was the last unguarded one in this file. The
orchestrator and compiler errors it can raise became unhandled rejections
thrown out of an async interval callback, so `stop()` never ran, the poll kept
going, and the build died 60s later on `timeout.` with the real error never
printed - the failure mode already removed from `buildPreaggs`. The two poll
loops now have the same shape.
postgres-core green again: 6 passed, snapshots unchanged.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VDVoT5YNCrewPZ87jyzmkF1 parent c900c12 commit 6b47f4f
1 file changed
Lines changed: 23 additions & 12 deletions
Lines changed: 23 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
200 | 211 | | |
201 | 212 | | |
202 | 213 | | |
| |||
0 commit comments