Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 748
Closed
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.
Description
Catch-all issue for flaky tests with tracebacks like
defunraisable_exception_runtest_hook() ->Generator[None, None, None]: withcatch_unraisable_exception() ascm: yieldifcm.unraisable: ifcm.unraisable.err_msgisnotNone: err_msg=cm.unraisable.err_msgelse: err_msg="Exception ignored in"msg=f"{err_msg}: {cm.unraisable.object!r}\n\n"msg+="".join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) ) >warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) Epytest.PytestUnraisableExceptionWarning: Exceptionignoredin: <coroutineobjectInProc.writeat0x7fd864183ec0>EETraceback (mostrecentcalllast): EFile"/usr/share/miniconda3/envs/dask-distributed/lib/python3.8/warnings.py", line506, in_warn_unawaited_coroutineEwarn(msg, category=RuntimeWarning, stacklevel=2, source=coro) ERuntimeWarning: coroutine'InProc.write'wasneverawaitedI would imagine there's some core problem that could be fixed to make all these tests work.
Some known failures (feel free to add more in comments):
test_dont_select_closed_workerflaky #6507test_local_cluster_redundant_kwarg[True]flaky #6506test_cleanupleaked #6451- Flaky
test_run_spec#6549 (this one is interesting because it's with a TCP comm, which indicates the problem isn't with InProc but rather with comm handling) - Flaky
test_localcluster_start_exception#6769
@graingert do you have any ideas? Weren't you looking at this at some point?
Metadata
Metadata
Labels
flaky testIntermittent failures on CI.Intermittent failures on CI.