feat(baseline): Allow force creating fresh baseline #2124
Azure Pipelines / stryker-net
failed
Jun 21, 2024 in 3m 58s
Build #4.0.6.199 had test failures
Details
- Failed: 1 (0.07%)
- Passed: 1,451 (99.93%)
- Other: 0 (0.00%)
- Total: 1,452
Annotations
Check failure on line 269 in Build log
azure-pipelines / stryker-net
Build log #L269
Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1
Check failure on line 274 in Build log
azure-pipelines / stryker-net
Build log #L274
Dotnet command failed with non-zero exit code on the following projects : [
'D:\\a\\1\\s\\src\\Stryker.Core\\Stryker.Core.UnitTest\\Stryker.Core.UnitTest.csproj'
]
azure-pipelines / stryker-net
Stryker.Core.UnitTest.Options.Inputs.ProjectVersionInputTests.ProjectVersion_CannotBeEmpty_WhenBaselineEnabled
Shouldly.ShouldAssertException : exception.Message
should be
"Project version cannot be empty when baseline is enabled"
but was
"Project version cannot be empty when baseline is enabled."
difference
Difference | |
| \|/
Index | ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
Expected Value | ... \s b a s e l i n e \s i s \s e n a b l e d
Actual Value | ... \s b a s e l i n e \s i s \s e n a b l e d .
Expected Code | ... 32 98 97 115 101 108 105 110 101 32 105 115 32 101 110 97 98 108 101 100
Actual Code | ... 32 98 97 115 101 108 105 110 101 32 105 115 32 101 110 97 98 108 101 100 46
Raw output
at Stryker.Core.UnitTest.Options.Inputs.ProjectVersionInputTests.ProjectVersion_CannotBeEmpty_WhenBaselineEnabled() in /_/src/Stryker.Core/Stryker.Core.UnitTest/Options/Inputs/ProjectVersionInputTests.cs:line 67
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Loading