-
Notifications
You must be signed in to change notification settings - Fork 325
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
dotnet test/vstest on multiple assemblies failed with concurrency exception #4165
Comments
Hi @blushingpenguin, thanks for reporting this issue. |
Could you please try to use |
maybe fixed by: |
I don't think so :) There is still a |
For the record: We have the same issue running
|
I also tried this -- it did "fix" the problem, but the tests now run in series (the total time has gone up to the sum of the running time of the individual tests rather than around the running time of the longest test) |
and I've tried that with --parallel, and get the same problem |
@Evangelink: Any chance of this being fixed in the near future? |
@AndersNestech I will raise the point in our next standup to see if we could bump priority for fixing this issue. |
Description
Running dotnet vstest on multiple test assemblies frequently fails with an exception concurrently modifying a system.dictionary object
Steps to reproduce
Not sure, we just run a bunch of tests that work ok together and often they fail
Expected behavior
The tests should pass or fail (the runner shouldn't break)
Actual behavior
Occasionally the runner breaks
Diagnostic logs
Environment
ubuntu 22.04 in a container on microk8s on ubuntu 22.04
dotnet is
6.0.11
vstest is
Microsoft (R) Test Execution Command Line Tool Version 17.3.1 (x64)
AB#1819418
The text was updated successfully, but these errors were encountered: