Commit 57c785d
test: regression tests for deaf-watch fixes
- Watch Events: convert each received event object with kuber_obj —
exercises the AbstractDict path (JSON.Object under JSON.jl 1.x) that
previously threw MethodError on the first event of every watch.
- New "Watch processor failure aborts watch" testset (no cluster needed):
a throwing streamprocessor must propagate its error out of watch()
promptly instead of leaving @sync waiting on the producer task forever.
Verified to hang on the unfixed code.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 35118f6 commit 57c785d
1 file changed
Lines changed: 40 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
317 | 326 | | |
318 | 327 | | |
319 | 328 | | |
320 | 329 | | |
321 | 330 | | |
322 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
323 | 362 | | |
324 | 363 | | |
325 | 364 | | |
| |||
0 commit comments