Tests execution hags with the latest version of Test Execution Command Line Tool Version (16.1.0)
See original GitHub issueDescription
Tests execution hags with the latest version of Test Execution Command Line Tool Version (16.1.0) dotnet sdk 2.1.700 Previous version (16.0.1 dotnet sdk 2.1.604) with the same arguments works fine
Steps to reproduce
command line dotnet test --logger "trx;LogFileName=TestResults.trx" UnitTests.csproj
Docker Engine Version: 18.09.1 Kernel Version: Linux b8b2a23dda36 4.15.0-1035-aws #37-Ubuntu SMP Mon Mar 18 16:15:14 UTC 2019 x86_64 Linux dotnet core container mcr.microsoft.com/dotnet/core/sdk:2.1.700
Expected behavior
Test not hang and run succesfully
Actual behavior
Tests hang for 22 min, print repeating message “Test run in progress.Test run in progress.Test run in progress.Test run in progress…” and after that tests successfully finish
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Dotnet Core Testing Randomly Times Out
When running dotnet test the suite hangs and continuously prints out “Test ... Microsoft ® Test Execution Command Line Tool Version 16.1.0
Read more >Fixate version of Test Execution Command Line Tool
There is a bug in the Microsoft (R) Test Execution Command Line Tool Version 17.4.0 and we like to use 17.3.1. We are...
Read more >BIG-IP 16.1.0 Fixes and Known Issues - MyF5 | Support
ID Number CVE Solution Article(s)
975233 CVE‑2021‑22992 K52510511
973333 CVE‑2021‑22991 K56715231
955145 CVE‑2021‑22986 K03009991
Read more >dotnet vstest command - .NET CLI
The dotnet vstest command builds a project and all of its dependencies. ... NET Framework version used for test execution.
Read more >Troubleshooting GitLab Runner
I get Permission Denied when accessing the /var/run/docker.sock. If you want to use Docker executor, and you are connecting to Docker Engine installed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This may be the same issue as:
https://github.com/dotnet/core/issues/2775
There is an insightful comment by @JSkimming in the conversation:
https://github.com/dotnet/core/issues/2775#issuecomment-495083631
He’s also created a PR to potentially fix this issue:
https://github.com/microsoft/vstest/pull/2024
@tcoreal @mgkeen : We have released 16.1.1 version of nuget package with the fix #2024 . Please try that out and let us know if you are still hitting the issue.