Commit d879341
fix: restore acknowledge() before assertTraces to fix timeout
The 3rd consumer span needs acknowledge() to complete before
assertTraces(6) can succeed. SCOPE_ITERATION_KEEP_ALIVE alone
is not sufficient — the acknowledge triggers the span to finish.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3d43b74 commit d879341
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
283 | | - | |
284 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| |||
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
295 | | - | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
0 commit comments