Github actions tests on Windows end up hanging and timing out at random points within the test execution. This looks like the test code or product code is hanging, but after some time, the logs progress and the timestamps show no sign of a hang. Eventually, the tests hit timeout altogether and the job is cancelled.
After much debugging, I do not see any issues in the test code that would cause this. It is also a known issue that GHA Windows runners can run quite slow, hang, and get bogged down. This may just be fallout from that.
Let's keep this issue open to track and revisit in the future.
Github actions tests on Windows end up hanging and timing out at random points within the test execution. This looks like the test code or product code is hanging, but after some time, the logs progress and the timestamps show no sign of a hang. Eventually, the tests hit timeout altogether and the job is cancelled.
After much debugging, I do not see any issues in the test code that would cause this. It is also a known issue that GHA Windows runners can run quite slow, hang, and get bogged down. This may just be fallout from that.
Let's keep this issue open to track and revisit in the future.