Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PeriodicCallback._run was never awaited #7440

Open
fjetter opened this issue Jan 3, 2023 · 0 comments
Open

PeriodicCallback._run was never awaited #7440

fjetter opened this issue Jan 3, 2023 · 0 comments
Labels
flaky test Intermittent failures on CI.

Comments

@fjetter
Copy link
Member

fjetter commented Jan 3, 2023

In a couple of different test failures we're seeing RuntimeWarnings about the tornado 6.2 PC

e.g. https://github.com/dask/distributed/actions/runs/3827226701/jobs/6511631823

FAILED distributed/tests/test_actor.py::test_client_actions[True] - pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object PeriodicCallback._run at 0x7f65440a3790>

Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/dask-distributed/lib/python3.11/warnings.py", line 537, in _warn_unawaited_coroutine
    warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
RuntimeWarning: coroutine 'PeriodicCallback._run' was never awaited
@fjetter fjetter added the flaky test Intermittent failures on CI. label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky test Intermittent failures on CI.
Projects
None yet
Development

No branches or pull requests

1 participant