-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test execution sometimes hanging (OSOE-129) #126
Comments
This might have been fixed by accident after moving the test-executing code to PS. We need to see if new such occasions happen. |
Nope, here's a recent one. |
And here. |
Hmm, it seems that if we set maxParallelThreads = MaxParallelTests = 2 then it reliably gets stuck. See the previous ones, and here and here. This coincides with the Azure D2v2 VM used by GitHub-hosted runners having 2 vCores. However, when the issues was originally opened, we didn't have such config. Also, this run as with a parallelism of 4. Maybe the multiples of vCores cause an issue? |
Perhaps now it's fixed? No new timeouts since June. |
I had a non-repeatable timeout in SNOW-119 just 2 days ago. |
Can you point to the build? It doesn't show up under https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/actions?query=is%3Acancelled, not I see any issues under https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/actions/runs/2848622770. |
Ah, I didn't realize this issue was Actions-specific. Then disregard my previous comment. The timeout was in TeamCity. |
I see. |
There are still no such timeouts. I guess it solved itself, then. Good bug! |
Sometimes, for seemingly no good reason, the Tests step hangs and times out if we let it run. Let's fix this.
logs_364.zip. Happened on Ubuntu.
logs_334.zip
dotnet test
. Maybe a command before that is hanging.The text was updated successfully, but these errors were encountered: