Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(baseline): Allow force creating fresh baseline #2124

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Remove double logging and refactor

20cab04
Select commit
Loading
Failed to load commit list.
Open

feat(baseline): Allow force creating fresh baseline #2124

Remove double logging and refactor
20cab04
Select commit
Loading
Failed to load commit list.
Azure Pipelines / stryker-net failed Jun 21, 2024 in 3m 58s

Build #4.0.6.199 had test failures

Details

Tests

  • 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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'
]

Check failure on line 1 in Stryker.Core.UnitTest.Options.Inputs.ProjectVersionInputTests.ProjectVersion_CannotBeEmpty_WhenBaselineEnabled

See this annotation in the file changed.

@azure-pipelines 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)