Commit 94a0ae6
committed
Isolate flock retry ordering test
EngineClosePublishAfterFlockReleaseTest started the shared retry
driver after injecting an invalid slot-lock descriptor. It then
returned before the driver's initial park expired. A following test
could observe the global driver as active and fail, as Windows CI did.
Inject a synchronous retry-driver start failure for this
explicit-close retry test. Restore the factory in a nested finally
block. Dedicated retry-driver tests continue to cover the
asynchronous lifecycle.1 parent 21345b0 commit 94a0ae6
1 file changed
Lines changed: 18 additions & 5 deletions
File tree
- core/src/test/java/io/questdb/client/test/cutlass/qwp/client/sf/cursor
Lines changed: 18 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
| |||
230 | 239 | | |
231 | 240 | | |
232 | 241 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
238 | 251 | | |
239 | 252 | | |
240 | 253 | | |
| |||
0 commit comments