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
Running the test suite on MacOS hangs indefinitely which was found out when updating CI from macos-10.15 (deprecated) to macos-latest in #149. It is still not clear why this is. Running the test suite on CI was disabled in #149 to unblock PRs. I tried fixing this in #149 and found out:
The test suite on ubuntu-latest or any linux machine passes with no issues what so ever.
Adding timeouts to the server and client threads in the test suite does not appear to have any affect on whether the tests (perhaps this is a python issue?).
The text was updated successfully, but these errors were encountered:
Running the test suite on MacOS hangs indefinitely which was found out when updating CI from
macos-10.15 (deprecated)
tomacos-latest
in #149. It is still not clear why this is. Running the test suite on CI was disabled in #149 to unblock PRs. I tried fixing this in #149 and found out:ubuntu-latest
or any linux machine passes with no issues what so ever.The text was updated successfully, but these errors were encountered: