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
In 1.3.1, we added non-experimental support for macOS and have thus added the macos-latest image in our tests. Occasionally, certain tests for macOS will fail. Rerunning the test leads to a pass, thus indicating an intermittent failure. This issue tracks these intermittent failures.
FAILEDtests/test_message.py::test_send_receive_pair-assertFalse====1failed, 590passed, 11skipped, 5559warningsin2694.51s (0:44:54) =====Error: Processcompletedwithexitcode1.===================================FAILURES===================================____________________________test_send_receive_pair____________________________deftest_send_receive_pair():
# run "sender" in a separate processProcess(target=run_send).start()
# receive messages in the main process>run_receive()
tests/test_message.py:52:
________________________________________defrun_receive():
receiver=PairedReceiver.from_defaults()
receiver.setup()
success=receiver.receive_handshake()
# Make sure handshake was succesful>assertsuccessEassertFalsetests/test_message.py:29: AssertionError
Bug description
In 1.3.1, we added non-experimental support for macOS and have thus added the macos-latest image in our tests. Occasionally, certain tests for macOS will fail. Rerunning the test leads to a pass, thus indicating an intermittent failure. This issue tracks these intermittent failures.
#1551 (action)
Note: the operation was not canceled, but timed out after 300+ minutes.
#1456 (action)
Expected behaviour
The macOS test does not time-out.
Actual behaviour
The macOS test times out.
Your personal set up
macOS 12.6.7
Environment packages
Logs
Screenshots
How to reproduce
The text was updated successfully, but these errors were encountered: