question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tests execution hags with the latest version of Test Execution Command Line Tool Version (16.1.0)

See original GitHub issue

Description

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:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
brprattcommented, May 23, 2019

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

2reactions
jayaranigargcommented, Jun 6, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found