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
Describe the bug
When running the test suite with PyPy3.10 7.3.16, the following test hangs, and triggers a timeout that causes pytest to hang entirely:
tests/core/test_event_dispatcher.py::TestEventDispatcher::test_unsubscribe Timeout (0:02:00)!
Thread 0x7F98C2C006C0 (most recent call first, approximate line numbers):
File "/usr/lib/pypy3.10/socket.py", line 286 in accept
File "/usr/lib/pypy3.10/multiprocessing/connection.py", line 608 in accept
File "/usr/lib/pypy3.10/multiprocessing/connection.py", line 455 in accept
File "/usr/lib/pypy3.10/multiprocessing/resource_sharer.py", line 133 in _serve
File "/usr/lib/pypy3.10/threading.py", line 942 in run
File "/usr/lib/pypy3.10/threading.py", line 999 in _bootstrap_inner
File "/usr/lib/pypy3.10/threading.py", line 959 in _bootstrap
Thread 0x7F98CA661BC0 (most recent call first, approximate line numbers):
File "/usr/lib/pypy3.10/multiprocessing/connection.py", line 374 in _recv
File "/usr/lib/pypy3.10/multiprocessing/connection.py", line 413 in _recv_bytes
File "/usr/lib/pypy3.10/multiprocessing/connection.py", line 246 in recv
File "/tmp/proxy.py/tests/core/test_event_dispatcher.py", line 90 in test_unsubscribe
File "/usr/lib/pypy3.10/unittest/case.py", line 548 in _callTestMethod
File "/usr/lib/pypy3.10/unittest/case.py", line 557 in run
File "/usr/lib/pypy3.10/unittest/case.py", line 649 in __call__
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/unittest.py", line 301 in runtest
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 159 in pytest_runtest_call
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_callers.py", line 53 in _multicall
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_manager.py", line 111 in _hookexec
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 498 in __call__
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 261 in <lambda>
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 317 in from_call
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 246 in call_runtest_hook
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 218 in call_and_report
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 118 in runtestprotocol
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/runner.py", line 110 in pytest_runtest_protocol
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_callers.py", line 53 in _multicall
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_manager.py", line 111 in _hookexec
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 498 in __call__
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/main.py", line 335 in pytest_runtestloop
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_callers.py", line 53 in _multicall
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_manager.py", line 111 in _hookexec
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 498 in __call__
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/main.py", line 318 in _main
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/main.py", line 255 in wrap_session
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/main.py", line 314 in pytest_cmdline_main
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_callers.py", line 53 in _multicall
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_manager.py", line 111 in _hookexec
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 498 in __call__
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/config/__init__.py", line 133 in main
File "/tmp/proxy.py/.tox/pypy310/lib/pypy3.10/site-packages/_pytest/config/__init__.py", line 181 in console_main
File "/tmp/proxy.py/.tox/pypy310/bin/pytest", line 1 in <module>
File "<builtin>/app_main.py", line 1035 in execfile
File "<builtin>/app_main.py", line 133 in run_toplevel
File "<builtin>/app_main.py", line 748 in run_command_line
File "<builtin>/app_main.py", line 1149 in entry_point
If I deselect it (and integration tests per #1426), I get the following failures:
Describe the bug
When running the test suite with PyPy3.10 7.3.16, the following test hangs, and triggers a timeout that causes pytest to hang entirely:
If I deselect it (and integration tests per #1426), I get the following failures:
To Reproduce
Expected behavior
Tests passing.
Version information
The text was updated successfully, but these errors were encountered: