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
The tests for opentelemetry-instrumentation-asynciofail in CI.
I realized this was happening when working on #2687. We hadn't realized this before because we didn't realize we were not including the tests for this package in our Github workflow files.
The text was updated successfully, but these errors were encountered:
* instrumentation/asyncio: catch CancelledError exception in tests
After a29242f we are re-raising the
CancelledError so we need to catch it on the caller side.
Fix#2688
* instrument/asyncio: don't test anext on python < 3.10
Since it's not available there.
* instrumentation/asyncio: use unittest.skipIf instead of reimplementing it
---------
Co-authored-by: Leighton Chen <[email protected]>
The tests for
opentelemetry-instrumentation-asyncio
fail in CI.I realized this was happening when working on #2687. We hadn't realized this before because we didn't realize we were not including the tests for this package in our Github workflow files.
The text was updated successfully, but these errors were encountered: