refactor: retry unit test step in build pipeline (#710) #546
build.yml
on: push
Matrix: Unit tests
Mutation tests (Linux)
36m 30s
Mutation tests (Windows)
24m 44s
Static code analysis
14m 12s
API tests
1m 38s
Finalize release
0s
Annotations
8 errors, 16 warnings, and 242 notices
Unit tests (ubuntu-latest)
[xUnit.net 00:00:03.74] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
|
Unit tests (ubuntu-latest)
All 1 tries failed: System.AggregateException: One or more errors occurred. (Process 'dotnet' exited with code 1.
> /usr/share/dotnet/dotnet test /home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory /home/runner/work/Testably.Abstractions/Testably.Abstractions/TestResults --framework net6.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net6.0.trx
@ /home/runner/work/Testably.Abstractions/Testably.Abstractions
Error output:
[xUnit.net 00:00:03.74] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
)
---> Nuke.Common.Tooling.ProcessException: Process 'dotnet' exited with code 1.
> /usr/share/dotnet/dotnet test /home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory /home/runner/work/Testably.Abstractions/Testably.Abstractions/TestResults --framework net6.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net6.0.trx
@ /home/runner/work/Testably.Abstractions/Testably.Abstractions
Error output:
[xUnit.net 00:00:03.74] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
at Nuke.Common.Tooling.ProcessExtensions.AssertZeroExitCode(IProcess process) in /_/source/Nuke.Tooling/ProcessExtensions.cs:line 38
at Nuke.Common.Tooling.ToolTasks.<>c.<GetExitHandler>b__4_0(ToolOptions _, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 27
at Nuke.Common.Tooling.ToolTasks.<>c__DisplayClass8_0.<GetExitHandlerInternal>b__3(ToolOptions o, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 22
at Nuke.Common.Tooling.ToolTasks.Run[T](ToolOptions options) in /_/source/Nuke.Tooling/ToolTasks.Run.cs:line 36
at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(DotNetTestSettings options) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 32
at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass1_0`1.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 38
at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass3_0`2.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 78
--- End of inner exception stack trace ---
at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions,TResult](CombinatorialConfigure`1 configurator, Func`2 executor, Func`2 outputSelector, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Tooling/Configure.cs:line 91
at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions](CombinatorialConfigure`1 configurator, Func`2 executor, Int32 degreeOfParallelism, Boolean completeOnFailure)
at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(CombinatorialConfigure`1 configurator, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 36
at Build.Build.<get_DotNetUnitTests>b__57_1() in /home/runner/work/Testably.Abstractions/Testably.Abstractions/Pipeline/Build.UnitTest.cs:line 70
|
Unit tests (ubuntu-latest)
Target "DotNetUnitTests" has thrown an exception
|
Unit tests (ubuntu-latest)
Process completed with exit code 255.
|
Unit tests (windows-latest)
[xUnit.net 00:00:04.42] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
|
Unit tests (windows-latest)
All 1 tries failed: System.AggregateException: One or more errors occurred. (Process 'dotnet.exe' exited with code 1.
> "C:\Program Files\dotnet\dotnet.exe" test D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Tests\Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory D:\a\Testably.Abstractions\Testably.Abstractions\TestResults --framework net6.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net6.0.trx
@ D:\a\Testably.Abstractions\Testably.Abstractions
Error output:
[xUnit.net 00:00:04.42] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
)
---> Nuke.Common.Tooling.ProcessException: Process 'dotnet.exe' exited with code 1.
> "C:\Program Files\dotnet\dotnet.exe" test D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Tests\Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory D:\a\Testably.Abstractions\Testably.Abstractions\TestResults --framework net6.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net6.0.trx
@ D:\a\Testably.Abstractions\Testably.Abstractions
Error output:
[xUnit.net 00:00:04.42] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
at Nuke.Common.Tooling.ProcessExtensions.AssertZeroExitCode(IProcess process) in /_/source/Nuke.Tooling/ProcessExtensions.cs:line 38
at Nuke.Common.Tooling.ToolTasks.<>c.<GetExitHandler>b__4_0(ToolOptions _, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 27
at Nuke.Common.Tooling.ToolTasks.<>c__DisplayClass8_0.<GetExitHandlerInternal>b__3(ToolOptions o, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 22
at Nuke.Common.Tooling.ToolTasks.Run[T](ToolOptions options) in /_/source/Nuke.Tooling/ToolTasks.Run.cs:line 36
at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(DotNetTestSettings options) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 32
at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass1_0`1.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 38
at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass3_0`2.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 78
--- End of inner exception stack trace ---
at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions,TResult](CombinatorialConfigure`1 configurator, Func`2 executor, Func`2 outputSelector, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Tooling/Configure.cs:line 91
at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions](CombinatorialConfigure`1 configurator, Func`2 executor, Int32 degreeOfParallelism, Boolean completeOnFailure)
at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(CombinatorialConfigure`1 configurator, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 36
at Build.Build.<get_DotNetUnitTests>b__57_1() in D:\a\Testably.Abstractions\Testably.Abstractions\Pipeline\Build.UnitTest.cs:line 70
|
Unit tests (windows-latest)
Target "DotNetUnitTests" has thrown an exception
|
Unit tests (windows-latest)
Process completed with exit code 1.
|
API tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static code analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=netstandard2.1]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net6.0]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net7.0]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net8.0]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=netstandard2.0]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(213,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=netstandard2.1]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(245,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=netstandard2.1]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(228,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=netstandard2.1]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipArchiveEntryWrapper.cs(90,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=netstandard2.1]
|
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(263,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=netstandard2.1]
|
2 out of 9 runs failed: Change_WithInt_ShouldResetTimer (Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests):
Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests#L0
artifacts/Linux-artifacts/TestResults/Testably.Abstractions.Tests_net6.0.trx [took 0s]
artifacts/Windows-artifacts/TestResults/Testably.Abstractions.Tests_net6.0.trx [took 0s]
|
Publish Tests Results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Mutation tests (Linux)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
2974 skipped tests found (test 1 to 178)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1 to 178.
|
2974 skipped tests found (test 179 to 442)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 179 to 442.
|
2974 skipped tests found (test 443 to 707)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 443 to 707.
|
2974 skipped tests found (test 708 to 1014)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 708 to 1014.
|
2974 skipped tests found (test 1015 to 1261)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1015 to 1261.
|
2974 skipped tests found (test 1262 to 1410)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1262 to 1410.
|
2974 skipped tests found (test 1411 to 1589)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1411 to 1589.
|
2974 skipped tests found (test 1590 to 1833)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1590 to 1833.
|
2974 skipped tests found (test 1834 to 2067)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1834 to 2067.
|
2974 skipped tests found (test 2068 to 2300)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2068 to 2300.
|
2974 skipped tests found (test 2301 to 2536)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2301 to 2536.
|
2974 skipped tests found (test 2537 to 2774)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2537 to 2774.
|
2974 skipped tests found (test 2775 to 2974)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2775 to 2974.
|
55196 tests found (test 1 to 260)
There are 55196 tests, see "Raw output" for the list of tests 1 to 260.
|
55196 tests found (test 261 to 653)
There are 55196 tests, see "Raw output" for the list of tests 261 to 653.
|
55196 tests found (test 654 to 848)
There are 55196 tests, see "Raw output" for the list of tests 654 to 848.
|
55196 tests found (test 849 to 1057)
There are 55196 tests, see "Raw output" for the list of tests 849 to 1057.
|
55196 tests found (test 1058 to 1329)
There are 55196 tests, see "Raw output" for the list of tests 1058 to 1329.
|
55196 tests found (test 1330 to 1590)
There are 55196 tests, see "Raw output" for the list of tests 1330 to 1590.
|
55196 tests found (test 1591 to 1835)
There are 55196 tests, see "Raw output" for the list of tests 1591 to 1835.
|
55196 tests found (test 1836 to 2102)
There are 55196 tests, see "Raw output" for the list of tests 1836 to 2102.
|
55196 tests found (test 2103 to 2408)
There are 55196 tests, see "Raw output" for the list of tests 2103 to 2408.
|
55196 tests found (test 2409 to 2698)
There are 55196 tests, see "Raw output" for the list of tests 2409 to 2698.
|
55196 tests found (test 2699 to 3059)
There are 55196 tests, see "Raw output" for the list of tests 2699 to 3059.
|
55196 tests found (test 3060 to 3493)
There are 55196 tests, see "Raw output" for the list of tests 3060 to 3493.
|
55196 tests found (test 3494 to 3897)
There are 55196 tests, see "Raw output" for the list of tests 3494 to 3897.
|
55196 tests found (test 3898 to 4259)
There are 55196 tests, see "Raw output" for the list of tests 3898 to 4259.
|
55196 tests found (test 4260 to 4497)
There are 55196 tests, see "Raw output" for the list of tests 4260 to 4497.
|
55196 tests found (test 4498 to 4796)
There are 55196 tests, see "Raw output" for the list of tests 4498 to 4796.
|
55196 tests found (test 4797 to 5060)
There are 55196 tests, see "Raw output" for the list of tests 4797 to 5060.
|
55196 tests found (test 5061 to 5319)
There are 55196 tests, see "Raw output" for the list of tests 5061 to 5319.
|
55196 tests found (test 5320 to 5586)
There are 55196 tests, see "Raw output" for the list of tests 5320 to 5586.
|
55196 tests found (test 5587 to 5822)
There are 55196 tests, see "Raw output" for the list of tests 5587 to 5822.
|
55196 tests found (test 5823 to 6061)
There are 55196 tests, see "Raw output" for the list of tests 5823 to 6061.
|
55196 tests found (test 6062 to 6303)
There are 55196 tests, see "Raw output" for the list of tests 6062 to 6303.
|
55196 tests found (test 6304 to 6547)
There are 55196 tests, see "Raw output" for the list of tests 6304 to 6547.
|
55196 tests found (test 6548 to 6790)
There are 55196 tests, see "Raw output" for the list of tests 6548 to 6790.
|
55196 tests found (test 6791 to 7039)
There are 55196 tests, see "Raw output" for the list of tests 6791 to 7039.
|
55196 tests found (test 7040 to 7294)
There are 55196 tests, see "Raw output" for the list of tests 7040 to 7294.
|
55196 tests found (test 7295 to 7552)
There are 55196 tests, see "Raw output" for the list of tests 7295 to 7552.
|
55196 tests found (test 7553 to 7805)
There are 55196 tests, see "Raw output" for the list of tests 7553 to 7805.
|
55196 tests found (test 7806 to 8059)
There are 55196 tests, see "Raw output" for the list of tests 7806 to 8059.
|
55196 tests found (test 8060 to 8312)
There are 55196 tests, see "Raw output" for the list of tests 8060 to 8312.
|
55196 tests found (test 8313 to 8565)
There are 55196 tests, see "Raw output" for the list of tests 8313 to 8565.
|
55196 tests found (test 8566 to 8768)
There are 55196 tests, see "Raw output" for the list of tests 8566 to 8768.
|
55196 tests found (test 8769 to 8888)
There are 55196 tests, see "Raw output" for the list of tests 8769 to 8888.
|
55196 tests found (test 8889 to 9007)
There are 55196 tests, see "Raw output" for the list of tests 8889 to 9007.
|
55196 tests found (test 9008 to 9125)
There are 55196 tests, see "Raw output" for the list of tests 9008 to 9125.
|
55196 tests found (test 9126 to 9246)
There are 55196 tests, see "Raw output" for the list of tests 9126 to 9246.
|
55196 tests found (test 9247 to 9366)
There are 55196 tests, see "Raw output" for the list of tests 9247 to 9366.
|
55196 tests found (test 9367 to 9485)
There are 55196 tests, see "Raw output" for the list of tests 9367 to 9485.
|
55196 tests found (test 9486 to 9605)
There are 55196 tests, see "Raw output" for the list of tests 9486 to 9605.
|
55196 tests found (test 9606 to 9907)
There are 55196 tests, see "Raw output" for the list of tests 9606 to 9907.
|
55196 tests found (test 9908 to 10185)
There are 55196 tests, see "Raw output" for the list of tests 9908 to 10185.
|
55196 tests found (test 10186 to 10460)
There are 55196 tests, see "Raw output" for the list of tests 10186 to 10460.
|
55196 tests found (test 10461 to 10731)
There are 55196 tests, see "Raw output" for the list of tests 10461 to 10731.
|
55196 tests found (test 10732 to 11018)
There are 55196 tests, see "Raw output" for the list of tests 10732 to 11018.
|
55196 tests found (test 11019 to 11307)
There are 55196 tests, see "Raw output" for the list of tests 11019 to 11307.
|
55196 tests found (test 11308 to 11591)
There are 55196 tests, see "Raw output" for the list of tests 11308 to 11591.
|
55196 tests found (test 11592 to 11877)
There are 55196 tests, see "Raw output" for the list of tests 11592 to 11877.
|
55196 tests found (test 11878 to 12117)
There are 55196 tests, see "Raw output" for the list of tests 11878 to 12117.
|
55196 tests found (test 12118 to 12348)
There are 55196 tests, see "Raw output" for the list of tests 12118 to 12348.
|
55196 tests found (test 12349 to 12611)
There are 55196 tests, see "Raw output" for the list of tests 12349 to 12611.
|
55196 tests found (test 12612 to 12871)
There are 55196 tests, see "Raw output" for the list of tests 12612 to 12871.
|
55196 tests found (test 12872 to 13165)
There are 55196 tests, see "Raw output" for the list of tests 12872 to 13165.
|
55196 tests found (test 13166 to 13458)
There are 55196 tests, see "Raw output" for the list of tests 13166 to 13458.
|
55196 tests found (test 13459 to 13746)
There are 55196 tests, see "Raw output" for the list of tests 13459 to 13746.
|
55196 tests found (test 13747 to 14034)
There are 55196 tests, see "Raw output" for the list of tests 13747 to 14034.
|
55196 tests found (test 14035 to 14324)
There are 55196 tests, see "Raw output" for the list of tests 14035 to 14324.
|
55196 tests found (test 14325 to 14624)
There are 55196 tests, see "Raw output" for the list of tests 14325 to 14624.
|
55196 tests found (test 14625 to 14895)
There are 55196 tests, see "Raw output" for the list of tests 14625 to 14895.
|
55196 tests found (test 14896 to 15147)
There are 55196 tests, see "Raw output" for the list of tests 14896 to 15147.
|
55196 tests found (test 15148 to 15454)
There are 55196 tests, see "Raw output" for the list of tests 15148 to 15454.
|
55196 tests found (test 15455 to 15712)
There are 55196 tests, see "Raw output" for the list of tests 15455 to 15712.
|
55196 tests found (test 15713 to 15964)
There are 55196 tests, see "Raw output" for the list of tests 15713 to 15964.
|
55196 tests found (test 15965 to 16229)
There are 55196 tests, see "Raw output" for the list of tests 15965 to 16229.
|
55196 tests found (test 16230 to 16497)
There are 55196 tests, see "Raw output" for the list of tests 16230 to 16497.
|
55196 tests found (test 16498 to 16757)
There are 55196 tests, see "Raw output" for the list of tests 16498 to 16757.
|
55196 tests found (test 16758 to 17092)
There are 55196 tests, see "Raw output" for the list of tests 16758 to 17092.
|
55196 tests found (test 17093 to 17363)
There are 55196 tests, see "Raw output" for the list of tests 17093 to 17363.
|
55196 tests found (test 17364 to 17634)
There are 55196 tests, see "Raw output" for the list of tests 17364 to 17634.
|
55196 tests found (test 17635 to 17911)
There are 55196 tests, see "Raw output" for the list of tests 17635 to 17911.
|
55196 tests found (test 17912 to 18199)
There are 55196 tests, see "Raw output" for the list of tests 17912 to 18199.
|
55196 tests found (test 18200 to 18457)
There are 55196 tests, see "Raw output" for the list of tests 18200 to 18457.
|
55196 tests found (test 18458 to 18766)
There are 55196 tests, see "Raw output" for the list of tests 18458 to 18766.
|
55196 tests found (test 18767 to 19078)
There are 55196 tests, see "Raw output" for the list of tests 18767 to 19078.
|
55196 tests found (test 19079 to 19382)
There are 55196 tests, see "Raw output" for the list of tests 19079 to 19382.
|
55196 tests found (test 19383 to 19683)
There are 55196 tests, see "Raw output" for the list of tests 19383 to 19683.
|
55196 tests found (test 19684 to 19875)
There are 55196 tests, see "Raw output" for the list of tests 19684 to 19875.
|
55196 tests found (test 19876 to 20076)
There are 55196 tests, see "Raw output" for the list of tests 19876 to 20076.
|
55196 tests found (test 20077 to 20295)
There are 55196 tests, see "Raw output" for the list of tests 20077 to 20295.
|
55196 tests found (test 20296 to 20517)
There are 55196 tests, see "Raw output" for the list of tests 20296 to 20517.
|
55196 tests found (test 20518 to 20749)
There are 55196 tests, see "Raw output" for the list of tests 20518 to 20749.
|
55196 tests found (test 20750 to 21001)
There are 55196 tests, see "Raw output" for the list of tests 20750 to 21001.
|
55196 tests found (test 21002 to 21228)
There are 55196 tests, see "Raw output" for the list of tests 21002 to 21228.
|
55196 tests found (test 21229 to 21427)
There are 55196 tests, see "Raw output" for the list of tests 21229 to 21427.
|
55196 tests found (test 21428 to 21625)
There are 55196 tests, see "Raw output" for the list of tests 21428 to 21625.
|
55196 tests found (test 21626 to 21820)
There are 55196 tests, see "Raw output" for the list of tests 21626 to 21820.
|
55196 tests found (test 21821 to 22012)
There are 55196 tests, see "Raw output" for the list of tests 21821 to 22012.
|
55196 tests found (test 22013 to 22213)
There are 55196 tests, see "Raw output" for the list of tests 22013 to 22213.
|
55196 tests found (test 22214 to 22473)
There are 55196 tests, see "Raw output" for the list of tests 22214 to 22473.
|
55196 tests found (test 22474 to 22741)
There are 55196 tests, see "Raw output" for the list of tests 22474 to 22741.
|
55196 tests found (test 22742 to 23026)
There are 55196 tests, see "Raw output" for the list of tests 22742 to 23026.
|
55196 tests found (test 23027 to 23222)
There are 55196 tests, see "Raw output" for the list of tests 23027 to 23222.
|
55196 tests found (test 23223 to 23401)
There are 55196 tests, see "Raw output" for the list of tests 23223 to 23401.
|
55196 tests found (test 23402 to 23572)
There are 55196 tests, see "Raw output" for the list of tests 23402 to 23572.
|
55196 tests found (test 23573 to 23694)
There are 55196 tests, see "Raw output" for the list of tests 23573 to 23694.
|
55196 tests found (test 23695 to 23819)
There are 55196 tests, see "Raw output" for the list of tests 23695 to 23819.
|
55196 tests found (test 23820 to 23940)
There are 55196 tests, see "Raw output" for the list of tests 23820 to 23940.
|
55196 tests found (test 23941 to 24065)
There are 55196 tests, see "Raw output" for the list of tests 23941 to 24065.
|
55196 tests found (test 24066 to 24187)
There are 55196 tests, see "Raw output" for the list of tests 24066 to 24187.
|
55196 tests found (test 24188 to 24311)
There are 55196 tests, see "Raw output" for the list of tests 24188 to 24311.
|
55196 tests found (test 24312 to 24435)
There are 55196 tests, see "Raw output" for the list of tests 24312 to 24435.
|
55196 tests found (test 24436 to 24559)
There are 55196 tests, see "Raw output" for the list of tests 24436 to 24559.
|
55196 tests found (test 24560 to 24686)
There are 55196 tests, see "Raw output" for the list of tests 24560 to 24686.
|
55196 tests found (test 24687 to 24806)
There are 55196 tests, see "Raw output" for the list of tests 24687 to 24806.
|
55196 tests found (test 24807 to 24931)
There are 55196 tests, see "Raw output" for the list of tests 24807 to 24931.
|
55196 tests found (test 24932 to 25134)
There are 55196 tests, see "Raw output" for the list of tests 24932 to 25134.
|
55196 tests found (test 25135 to 25356)
There are 55196 tests, see "Raw output" for the list of tests 25135 to 25356.
|
55196 tests found (test 25357 to 25573)
There are 55196 tests, see "Raw output" for the list of tests 25357 to 25573.
|
55196 tests found (test 25574 to 25791)
There are 55196 tests, see "Raw output" for the list of tests 25574 to 25791.
|
55196 tests found (test 25792 to 26006)
There are 55196 tests, see "Raw output" for the list of tests 25792 to 26006.
|
55196 tests found (test 26007 to 26228)
There are 55196 tests, see "Raw output" for the list of tests 26007 to 26228.
|
55196 tests found (test 26229 to 26552)
There are 55196 tests, see "Raw output" for the list of tests 26229 to 26552.
|
55196 tests found (test 26553 to 26883)
There are 55196 tests, see "Raw output" for the list of tests 26553 to 26883.
|
55196 tests found (test 26884 to 27204)
There are 55196 tests, see "Raw output" for the list of tests 26884 to 27204.
|
55196 tests found (test 27205 to 27511)
There are 55196 tests, see "Raw output" for the list of tests 27205 to 27511.
|
55196 tests found (test 27512 to 27776)
There are 55196 tests, see "Raw output" for the list of tests 27512 to 27776.
|
55196 tests found (test 27777 to 28047)
There are 55196 tests, see "Raw output" for the list of tests 27777 to 28047.
|
55196 tests found (test 28048 to 28287)
There are 55196 tests, see "Raw output" for the list of tests 28048 to 28287.
|
55196 tests found (test 28288 to 28535)
There are 55196 tests, see "Raw output" for the list of tests 28288 to 28535.
|
55196 tests found (test 28536 to 28730)
There are 55196 tests, see "Raw output" for the list of tests 28536 to 28730.
|
55196 tests found (test 28731 to 28871)
There are 55196 tests, see "Raw output" for the list of tests 28731 to 28871.
|
55196 tests found (test 28872 to 28999)
There are 55196 tests, see "Raw output" for the list of tests 28872 to 28999.
|
55196 tests found (test 29000 to 29147)
There are 55196 tests, see "Raw output" for the list of tests 29000 to 29147.
|
55196 tests found (test 29148 to 29290)
There are 55196 tests, see "Raw output" for the list of tests 29148 to 29290.
|
55196 tests found (test 29291 to 29416)
There are 55196 tests, see "Raw output" for the list of tests 29291 to 29416.
|
55196 tests found (test 29417 to 29563)
There are 55196 tests, see "Raw output" for the list of tests 29417 to 29563.
|
55196 tests found (test 29564 to 29704)
There are 55196 tests, see "Raw output" for the list of tests 29564 to 29704.
|
55196 tests found (test 29705 to 29919)
There are 55196 tests, see "Raw output" for the list of tests 29705 to 29919.
|
55196 tests found (test 29920 to 30131)
There are 55196 tests, see "Raw output" for the list of tests 29920 to 30131.
|
55196 tests found (test 30132 to 30466)
There are 55196 tests, see "Raw output" for the list of tests 30132 to 30466.
|
55196 tests found (test 30467 to 30821)
There are 55196 tests, see "Raw output" for the list of tests 30467 to 30821.
|
55196 tests found (test 30822 to 31146)
There are 55196 tests, see "Raw output" for the list of tests 30822 to 31146.
|
55196 tests found (test 31147 to 31427)
There are 55196 tests, see "Raw output" for the list of tests 31147 to 31427.
|
55196 tests found (test 31428 to 31696)
There are 55196 tests, see "Raw output" for the list of tests 31428 to 31696.
|
55196 tests found (test 31697 to 31881)
There are 55196 tests, see "Raw output" for the list of tests 31697 to 31881.
|
55196 tests found (test 31882 to 32066)
There are 55196 tests, see "Raw output" for the list of tests 31882 to 32066.
|
55196 tests found (test 32067 to 32234)
There are 55196 tests, see "Raw output" for the list of tests 32067 to 32234.
|
55196 tests found (test 32235 to 32393)
There are 55196 tests, see "Raw output" for the list of tests 32235 to 32393.
|
55196 tests found (test 32394 to 32593)
There are 55196 tests, see "Raw output" for the list of tests 32394 to 32593.
|
55196 tests found (test 32594 to 32846)
There are 55196 tests, see "Raw output" for the list of tests 32594 to 32846.
|
55196 tests found (test 32847 to 33133)
There are 55196 tests, see "Raw output" for the list of tests 32847 to 33133.
|
55196 tests found (test 33134 to 33412)
There are 55196 tests, see "Raw output" for the list of tests 33134 to 33412.
|
55196 tests found (test 33413 to 33594)
There are 55196 tests, see "Raw output" for the list of tests 33413 to 33594.
|
55196 tests found (test 33595 to 33775)
There are 55196 tests, see "Raw output" for the list of tests 33595 to 33775.
|
55196 tests found (test 33776 to 33956)
There are 55196 tests, see "Raw output" for the list of tests 33776 to 33956.
|
55196 tests found (test 33957 to 34137)
There are 55196 tests, see "Raw output" for the list of tests 33957 to 34137.
|
55196 tests found (test 34138 to 34316)
There are 55196 tests, see "Raw output" for the list of tests 34138 to 34316.
|
55196 tests found (test 34317 to 34582)
There are 55196 tests, see "Raw output" for the list of tests 34317 to 34582.
|
55196 tests found (test 34583 to 34863)
There are 55196 tests, see "Raw output" for the list of tests 34583 to 34863.
|
55196 tests found (test 34864 to 35145)
There are 55196 tests, see "Raw output" for the list of tests 34864 to 35145.
|
55196 tests found (test 35146 to 35429)
There are 55196 tests, see "Raw output" for the list of tests 35146 to 35429.
|
55196 tests found (test 35430 to 35683)
There are 55196 tests, see "Raw output" for the list of tests 35430 to 35683.
|
55196 tests found (test 35684 to 35980)
There are 55196 tests, see "Raw output" for the list of tests 35684 to 35980.
|
55196 tests found (test 35981 to 36181)
There are 55196 tests, see "Raw output" for the list of tests 35981 to 36181.
|
55196 tests found (test 36182 to 36384)
There are 55196 tests, see "Raw output" for the list of tests 36182 to 36384.
|
55196 tests found (test 36385 to 36586)
There are 55196 tests, see "Raw output" for the list of tests 36385 to 36586.
|
55196 tests found (test 36587 to 36788)
There are 55196 tests, see "Raw output" for the list of tests 36587 to 36788.
|
55196 tests found (test 36789 to 36989)
There are 55196 tests, see "Raw output" for the list of tests 36789 to 36989.
|
55196 tests found (test 36990 to 37275)
There are 55196 tests, see "Raw output" for the list of tests 36990 to 37275.
|
55196 tests found (test 37276 to 37595)
There are 55196 tests, see "Raw output" for the list of tests 37276 to 37595.
|
55196 tests found (test 37596 to 37911)
There are 55196 tests, see "Raw output" for the list of tests 37596 to 37911.
|
55196 tests found (test 37912 to 38144)
There are 55196 tests, see "Raw output" for the list of tests 37912 to 38144.
|
55196 tests found (test 38145 to 38271)
There are 55196 tests, see "Raw output" for the list of tests 38145 to 38271.
|
55196 tests found (test 38272 to 38407)
There are 55196 tests, see "Raw output" for the list of tests 38272 to 38407.
|
55196 tests found (test 38408 to 38533)
There are 55196 tests, see "Raw output" for the list of tests 38408 to 38533.
|
55196 tests found (test 38534 to 38671)
There are 55196 tests, see "Raw output" for the list of tests 38534 to 38671.
|
55196 tests found (test 38672 to 38797)
There are 55196 tests, see "Raw output" for the list of tests 38672 to 38797.
|
55196 tests found (test 38798 to 38937)
There are 55196 tests, see "Raw output" for the list of tests 38798 to 38937.
|
55196 tests found (test 38938 to 39061)
There are 55196 tests, see "Raw output" for the list of tests 38938 to 39061.
|
55196 tests found (test 39062 to 39199)
There are 55196 tests, see "Raw output" for the list of tests 39062 to 39199.
|
55196 tests found (test 39200 to 39322)
There are 55196 tests, see "Raw output" for the list of tests 39200 to 39322.
|
55196 tests found (test 39323 to 39673)
There are 55196 tests, see "Raw output" for the list of tests 39323 to 39673.
|
55196 tests found (test 39674 to 39988)
There are 55196 tests, see "Raw output" for the list of tests 39674 to 39988.
|
55196 tests found (test 39989 to 40319)
There are 55196 tests, see "Raw output" for the list of tests 39989 to 40319.
|
55196 tests found (test 40320 to 40645)
There are 55196 tests, see "Raw output" for the list of tests 40320 to 40645.
|
55196 tests found (test 40646 to 40948)
There are 55196 tests, see "Raw output" for the list of tests 40646 to 40948.
|
55196 tests found (test 40949 to 41142)
There are 55196 tests, see "Raw output" for the list of tests 40949 to 41142.
|
55196 tests found (test 41143 to 41350)
There are 55196 tests, see "Raw output" for the list of tests 41143 to 41350.
|
55196 tests found (test 41351 to 41544)
There are 55196 tests, see "Raw output" for the list of tests 41351 to 41544.
|
55196 tests found (test 41545 to 41773)
There are 55196 tests, see "Raw output" for the list of tests 41545 to 41773.
|
55196 tests found (test 41774 to 42062)
There are 55196 tests, see "Raw output" for the list of tests 41774 to 42062.
|
55196 tests found (test 42063 to 42382)
There are 55196 tests, see "Raw output" for the list of tests 42063 to 42382.
|
55196 tests found (test 42383 to 42688)
There are 55196 tests, see "Raw output" for the list of tests 42383 to 42688.
|
55196 tests found (test 42689 to 42993)
There are 55196 tests, see "Raw output" for the list of tests 42689 to 42993.
|
55196 tests found (test 42994 to 43292)
There are 55196 tests, see "Raw output" for the list of tests 42994 to 43292.
|
55196 tests found (test 43293 to 43612)
There are 55196 tests, see "Raw output" for the list of tests 43293 to 43612.
|
55196 tests found (test 43613 to 43910)
There are 55196 tests, see "Raw output" for the list of tests 43613 to 43910.
|
55196 tests found (test 43911 to 44100)
There are 55196 tests, see "Raw output" for the list of tests 43911 to 44100.
|
55196 tests found (test 44101 to 44408)
There are 55196 tests, see "Raw output" for the list of tests 44101 to 44408.
|
55196 tests found (test 44409 to 44715)
There are 55196 tests, see "Raw output" for the list of tests 44409 to 44715.
|
55196 tests found (test 44716 to 44960)
There are 55196 tests, see "Raw output" for the list of tests 44716 to 44960.
|
55196 tests found (test 44961 to 45186)
There are 55196 tests, see "Raw output" for the list of tests 44961 to 45186.
|
55196 tests found (test 45187 to 45466)
There are 55196 tests, see "Raw output" for the list of tests 45187 to 45466.
|
55196 tests found (test 45467 to 45787)
There are 55196 tests, see "Raw output" for the list of tests 45467 to 45787.
|
55196 tests found (test 45788 to 46105)
There are 55196 tests, see "Raw output" for the list of tests 45788 to 46105.
|
55196 tests found (test 46106 to 46415)
There are 55196 tests, see "Raw output" for the list of tests 46106 to 46415.
|
55196 tests found (test 46416 to 46734)
There are 55196 tests, see "Raw output" for the list of tests 46416 to 46734.
|
55196 tests found (test 46735 to 46960)
There are 55196 tests, see "Raw output" for the list of tests 46735 to 46960.
|
55196 tests found (test 46961 to 47181)
There are 55196 tests, see "Raw output" for the list of tests 46961 to 47181.
|
55196 tests found (test 47182 to 47427)
There are 55196 tests, see "Raw output" for the list of tests 47182 to 47427.
|
55196 tests found (test 47428 to 47676)
There are 55196 tests, see "Raw output" for the list of tests 47428 to 47676.
|
55196 tests found (test 47677 to 47925)
There are 55196 tests, see "Raw output" for the list of tests 47677 to 47925.
|
55196 tests found (test 47926 to 48193)
There are 55196 tests, see "Raw output" for the list of tests 47926 to 48193.
|
55196 tests found (test 48194 to 48471)
There are 55196 tests, see "Raw output" for the list of tests 48194 to 48471.
|
55196 tests found (test 48472 to 48751)
There are 55196 tests, see "Raw output" for the list of tests 48472 to 48751.
|
55196 tests found (test 48752 to 49002)
There are 55196 tests, see "Raw output" for the list of tests 48752 to 49002.
|
55196 tests found (test 49003 to 49226)
There are 55196 tests, see "Raw output" for the list of tests 49003 to 49226.
|
55196 tests found (test 49227 to 49462)
There are 55196 tests, see "Raw output" for the list of tests 49227 to 49462.
|
55196 tests found (test 49463 to 49699)
There are 55196 tests, see "Raw output" for the list of tests 49463 to 49699.
|
55196 tests found (test 49700 to 49932)
There are 55196 tests, see "Raw output" for the list of tests 49700 to 49932.
|
55196 tests found (test 49933 to 50163)
There are 55196 tests, see "Raw output" for the list of tests 49933 to 50163.
|
55196 tests found (test 50164 to 50384)
There are 55196 tests, see "Raw output" for the list of tests 50164 to 50384.
|
55196 tests found (test 50385 to 50658)
There are 55196 tests, see "Raw output" for the list of tests 50385 to 50658.
|
55196 tests found (test 50659 to 50931)
There are 55196 tests, see "Raw output" for the list of tests 50659 to 50931.
|
55196 tests found (test 50932 to 51201)
There are 55196 tests, see "Raw output" for the list of tests 50932 to 51201.
|
55196 tests found (test 51202 to 51448)
There are 55196 tests, see "Raw output" for the list of tests 51202 to 51448.
|
55196 tests found (test 51449 to 51690)
There are 55196 tests, see "Raw output" for the list of tests 51449 to 51690.
|
55196 tests found (test 51691 to 51880)
There are 55196 tests, see "Raw output" for the list of tests 51691 to 51880.
|
55196 tests found (test 51881 to 52205)
There are 55196 tests, see "Raw output" for the list of tests 51881 to 52205.
|
55196 tests found (test 52206 to 52479)
There are 55196 tests, see "Raw output" for the list of tests 52206 to 52479.
|
55196 tests found (test 52480 to 52769)
There are 55196 tests, see "Raw output" for the list of tests 52480 to 52769.
|
55196 tests found (test 52770 to 53053)
There are 55196 tests, see "Raw output" for the list of tests 52770 to 53053.
|
55196 tests found (test 53054 to 53378)
There are 55196 tests, see "Raw output" for the list of tests 53054 to 53378.
|
55196 tests found (test 53379 to 53633)
There are 55196 tests, see "Raw output" for the list of tests 53379 to 53633.
|
55196 tests found (test 53634 to 53860)
There are 55196 tests, see "Raw output" for the list of tests 53634 to 53860.
|
55196 tests found (test 53861 to 54078)
There are 55196 tests, see "Raw output" for the list of tests 53861 to 54078.
|
55196 tests found (test 54079 to 54337)
There are 55196 tests, see "Raw output" for the list of tests 54079 to 54337.
|
55196 tests found (test 54338 to 54616)
There are 55196 tests, see "Raw output" for the list of tests 54338 to 54616.
|
55196 tests found (test 54617 to 54922)
There are 55196 tests, see "Raw output" for the list of tests 54617 to 54922.
|
55196 tests found (test 54923 to 55196)
There are 55196 tests, see "Raw output" for the list of tests 54923 to 55196.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
API-tests
|
4.22 KB |
|
Linux-artifacts
|
8.12 MB |
|
Windows-artifacts
|
8.15 MB |
|
macOS-artifacts
|
8.1 MB |
|