-
Notifications
You must be signed in to change notification settings - Fork 152
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
Nunit agent process is not terminated properly #1334
Comments
Can you elaborate a bit more on your system? What are you testing and how. Also, does anything in #1183 sounds like relevant or not? |
Hi @OsirisTerje , The operating system of our build server is Windows 11 Pro Version 22H2 x64 (i5-13600K CPU, 32 GB Ram). We are using the gitlab runner as windows service with maximum 4 parallel runners.
The nunit console runner configuration is the original one from Nuget. We assume that the issue probably occurs when we use more than one runner at the same time. Taking a look at the still running agent process via process explorer, we observe the following:
The last two mentioned items let us assume that this is related to #1183 . Addendum: The output when the issue occurs looks follows:
The "NunitEngineUnloadException" is also present when the issue does not occur. However, the time out only occurs when the above described issue can be observed. |
Hi @OsirisTerje , |
Hi all,
We are currently experiencing a similar issue already described in #1183 .
The issue mentions that the bug was fixed in 3.16.0. However, we are still experiencing this issue using:
Nunit.ConsoleRunner: 3.16.3
Nunit: 3.13.3
Our pipeline hangs and does not terminate properly. Strangely, this behavior only occurs in a few cases. Most of the time, we do not experience this issue.
In these cases, we observed on our build server that the Nunit consoler runner is terminated, however the Nunit agent is still running.
Any input on this would be highly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: