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
$ dotnet retest --version
dotnet-retest version 0.4.1 (2024-08-07)
$ dotnet retest --attempts 10
00:00:01 Running tests, attempt #1 β
Error: Failed to run tests.
Determining projects to restore...
All projects are up-to-date for restore.
Describe the Bug
Using version 0.6.3, I intentionally have tests that fail in a project, and running this command will only attempt to run them once.
dotnet retest -- FailingTests.csproj
π Run 45 tests in ~ 1 second β
β 44 passed
β 1 failed
Steps to Reproduce
Force a failing test in a project, it will not attempt to try like it used to in version 0.4.0
Expected Behavior
I expect to retry 5 times like it did before in 0.4.0
00:00:04 Running tests, attempt #1 β
00:00:01 Running 1 tests, attempt #2 β
00:00:01 Running 1 tests, attempt #3 β
00:00:01 Running 1 tests, attempt #4 β
00:00:01 Running 1 tests, attempt #5 β
Exception with Stack Trace
Version Info
0.5.0 to 0.6.3 seem broken on attempts to retry
Additional Info
0.4.0 is working from my tests
The text was updated successfully, but these errors were encountered: