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
This can be seen in the CI. I've tested it locally and can repro it. I'm still not sure why this happens but its not just a CI issue. I'm not sure if this is a general bug that happens with shared builds on mingw only (which would surprise me) or something up with the tests (which is also weird since it doesn't happen in any other build configuration).
The text was updated successfully, but these errors were encountered:
Hmm... yeah I can reproduce this too. It is hanging in components - router -> policies block unaccepted requests.
Didn't have time to investigate properly. I quickly changed the port in case of that is for some reason already occupied/used on Windows installations which might prevent the connection from opening to proceed with the test. that doesn't seem to be the case tho.
Well I wonder if it's something with loading the libraries, even trying on a suite by suite and case by case basis sometimes it locks up and sometimes it runs fine but always when running everything it just spins. I've only tried the websocket tests so far though.
Weirdly when running with a debugger I sometimes get a sigtrap instead of hanging, but its a bunch of windows socket assembly with no debug information (and no back trace to speak of).
This can be seen in the CI. I've tested it locally and can repro it. I'm still not sure why this happens but its not just a CI issue. I'm not sure if this is a general bug that happens with shared builds on mingw only (which would surprise me) or something up with the tests (which is also weird since it doesn't happen in any other build configuration).
The text was updated successfully, but these errors were encountered: