You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cancelling the test execution while the test execution is in progress in not effectively reflected. Tests continue to execute and warnings appear.
Steps to reproduce
Execute command dotnet.exe test [TestProject].csproj in a project with large number of test cases.
Immediately cancel the test execution by using command CTRL+C
Expected behavior
Test execution should stop immediately.
Actual behavior
Test execution doesn't stop immediately and warnings appear.
Warnings:
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
Environment
Please share additional details about the test environment.
Operating system, Build version of vstest.console
Description
Steps to reproduce
Expected behavior
Actual behavior
Warnings:
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
E:\code\github\harshjain2\vstest\tools\dotnet\sdk\1.0.0-preview3-004056\Microsoft.TestPlatform.targets(38,5): warning MSB4220: Waiting for the currently executing task "Microsoft.TestPlatform.Build.Tasks.VSTestTask" to cancel. [E:\Code\github\harshjain2\vstest\test\vstest.console.UnitTests\vstest.console.UnitTests.csproj]
Environment
Version: 1.0.0-preview3-004056
Commit SHA-1 hash: ccc4968bc3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
The text was updated successfully, but these errors were encountered: