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

Integer mutators #2968

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

Refactor tests, improve mutator

24b71b5
Select commit
Loading
Failed to load commit list.
Open

Integer mutators #2968

Refactor tests, improve mutator
24b71b5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / stryker-net failed Jun 19, 2024 in 14m 48s

Build #4.0.6.190 had test failures

Details

Tests

  • Failed: 3 (0.06%)
  • Passed: 4,671 (99.51%)
  • Other: 20 (0.43%)
  • Total: 4,694

Annotations

Check failure on line 65 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

Build log #L65

Error: The process '/Users/runner/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 70 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

Build log #L70

Dotnet command failed with non-zero exit code on the following projects : [
  '/Users/runner/work/1/s/integrationtest/Validation/ValidationProject/Validation.csproj'
]

Check failure on line 10 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

Build log #L10

Path does not exist: /Users/runner/work/1/s/integrationtest/TargetProjects/StrykerOutput

Check failure on line 10 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

Build log #L10

Path does not exist: D:\a\1\s\integrationtest\TargetProjects\StrykerOutput

Check failure on line 1 in IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SolutionRun

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SolutionRun

Shouldly.ShouldAssertException : report.Files
    should satisfy all the conditions specified, but does not.
The following errors were found ...
--------------- Error 1 ---------------
    actualTotal
        should be
    585
        but was
    597

--------------- Error 2 ---------------
    actualNoCoverage
        should be
    302
        but was
    314

-----------------------------------------
Raw output
   at IntegrationTests.ValidateStrykerResults.CheckReportMutants(JsonReport report, Int32 total, Int32 ignored, Int32 survived, Int32 killed, Int32 timeout, Int32 nocoverage) in /home/vsts/work/1/s/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs:line 176
   at IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SolutionRun() in /home/vsts/work/1/s/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs:line 143
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject

Shouldly.ShouldAssertException : report.Files
    should satisfy all the conditions specified, but does not.
The following errors were found ...
--------------- Error 1 ---------------
    actualTotal
        should be
    585
        but was
    597

--------------- Error 2 ---------------
    actualNoCoverage
        should be
    302
        but was
    314

-----------------------------------------
Raw output
   at IntegrationTests.ValidateStrykerResults.CheckReportMutants(JsonReport report, Int32 total, Int32 ignored, Int32 survived, Int32 killed, Int32 timeout, Int32 nocoverage) in /Users/runner/work/1/s/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs:line 176
   at IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject() in /Users/runner/work/1/s/integrationtest/Validation/ValidationProject/ValidateStrykerResults.cs:line 85
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject

See this annotation in the file changed.

@azure-pipelines azure-pipelines / stryker-net

IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject

Shouldly.ShouldAssertException : report.Files
    should satisfy all the conditions specified, but does not.
The following errors were found ...
--------------- Error 1 ---------------
    actualTotal
        should be
    585
        but was
    597

--------------- Error 2 ---------------
    actualNoCoverage
        should be
    302
        but was
    314

-----------------------------------------
Raw output
   at IntegrationTests.ValidateStrykerResults.CheckReportMutants(JsonReport report, Int32 total, Int32 ignored, Int32 survived, Int32 killed, Int32 timeout, Int32 nocoverage) in D:\a\1\s\integrationtest\Validation\ValidationProject\ValidateStrykerResults.cs:line 176
   at IntegrationTests.ValidateStrykerResults.CSharp_NetCore_SingleTestProject() in D:\a\1\s\integrationtest\Validation\ValidationProject\ValidateStrykerResults.cs:line 85
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)