Closed rvagg closed 2 years ago
I'm going to call this one resolved thanks to the recent work Hannah put in to cleaning up other flaky areas related to tracing. I'll keep a loop running in the background while I'm AFK this afternoon just in case, but I haven't seen it in CI recently.
https://github.com/ipfs/go-graphsync/runs/4514494584?check_suite_focus=true
First time I've seen this one fail like this. This test has strictly two
response(0)->executeTask(x)
spans and the first one is supposed to pick up the Pause update so has ahooks.ErrPaused
exception event on it. The failure here is showing that the first one doesn't have that event. Perhaps it's on the second, but that would be unexpected I think and I'm not sure that makes sense.Need to repro and investigate.