You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under xdist, a desync at the end of one test carried into the start of
the next on the same worker; the missed lines moved with worker test
ordering (last seen as tests/shared/test_streamable_http.py:1399-1404,
previously :2072-2079). The per-throw-site heals in src/ covered every
SDK site we found; this backstops any remaining ones in test code or
test deps.
The heal line itself runs while the tracer is desynced (and is dead on
non-3.11), hence lax no cover.
0 commit comments