Skip to content

refactor: fix analyzer warnings (3) (#713) #554

refactor: fix analyzer warnings (3) (#713)

refactor: fix analyzer warnings (3) (#713) #554

Triggered via push January 13, 2025 11:30
Status Success
Total duration 33m 57s
Artifacts 5

build.yml

on: push
Matrix: Unit tests
Mutation tests (Linux)
24m 32s
Mutation tests (Linux)
Mutation tests (Windows)
22m 59s
Mutation tests (Windows)
Static code analysis
14m 3s
Static code analysis
Publish Tests Results
47s
Publish Tests Results
Finalize release
0s
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 16 warnings, and 242 notices
Unit tests (ubuntu-latest)
[xUnit.net 00:00:05.56] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithLong_ShouldResetTimer [FAIL]
Unit tests (ubuntu-latest)
Error during unit tests: 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 net7.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net7.0.trx @ /home/runner/work/Testably.Abstractions/Testably.Abstractions Error output: [xUnit.net 00:00:05.56] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithLong_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 net7.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net7.0.trx @ /home/runner/work/Testably.Abstractions/Testably.Abstractions Error output: [xUnit.net 00:00:05.56] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithLong_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
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/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(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/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(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.0]
Mutation tests (Linux)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Publish Tests Results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pack
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.
55194 tests found (test 1 to 260)
There are 55194 tests, see "Raw output" for the list of tests 1 to 260.
55194 tests found (test 261 to 653)
There are 55194 tests, see "Raw output" for the list of tests 261 to 653.
55194 tests found (test 654 to 848)
There are 55194 tests, see "Raw output" for the list of tests 654 to 848.
55194 tests found (test 849 to 1057)
There are 55194 tests, see "Raw output" for the list of tests 849 to 1057.
55194 tests found (test 1058 to 1330)
There are 55194 tests, see "Raw output" for the list of tests 1058 to 1330.
55194 tests found (test 1331 to 1589)
There are 55194 tests, see "Raw output" for the list of tests 1331 to 1589.
55194 tests found (test 1590 to 1834)
There are 55194 tests, see "Raw output" for the list of tests 1590 to 1834.
55194 tests found (test 1835 to 2102)
There are 55194 tests, see "Raw output" for the list of tests 1835 to 2102.
55194 tests found (test 2103 to 2406)
There are 55194 tests, see "Raw output" for the list of tests 2103 to 2406.
55194 tests found (test 2407 to 2697)
There are 55194 tests, see "Raw output" for the list of tests 2407 to 2697.
55194 tests found (test 2698 to 3058)
There are 55194 tests, see "Raw output" for the list of tests 2698 to 3058.
55194 tests found (test 3059 to 3492)
There are 55194 tests, see "Raw output" for the list of tests 3059 to 3492.
55194 tests found (test 3493 to 3896)
There are 55194 tests, see "Raw output" for the list of tests 3493 to 3896.
55194 tests found (test 3897 to 4257)
There are 55194 tests, see "Raw output" for the list of tests 3897 to 4257.
55194 tests found (test 4258 to 4498)
There are 55194 tests, see "Raw output" for the list of tests 4258 to 4498.
55194 tests found (test 4499 to 4796)
There are 55194 tests, see "Raw output" for the list of tests 4499 to 4796.
55194 tests found (test 4797 to 5060)
There are 55194 tests, see "Raw output" for the list of tests 4797 to 5060.
55194 tests found (test 5061 to 5318)
There are 55194 tests, see "Raw output" for the list of tests 5061 to 5318.
55194 tests found (test 5319 to 5585)
There are 55194 tests, see "Raw output" for the list of tests 5319 to 5585.
55194 tests found (test 5586 to 5821)
There are 55194 tests, see "Raw output" for the list of tests 5586 to 5821.
55194 tests found (test 5822 to 6060)
There are 55194 tests, see "Raw output" for the list of tests 5822 to 6060.
55194 tests found (test 6061 to 6302)
There are 55194 tests, see "Raw output" for the list of tests 6061 to 6302.
55194 tests found (test 6303 to 6546)
There are 55194 tests, see "Raw output" for the list of tests 6303 to 6546.
55194 tests found (test 6547 to 6789)
There are 55194 tests, see "Raw output" for the list of tests 6547 to 6789.
55194 tests found (test 6790 to 7038)
There are 55194 tests, see "Raw output" for the list of tests 6790 to 7038.
55194 tests found (test 7039 to 7293)
There are 55194 tests, see "Raw output" for the list of tests 7039 to 7293.
55194 tests found (test 7294 to 7550)
There are 55194 tests, see "Raw output" for the list of tests 7294 to 7550.
55194 tests found (test 7551 to 7803)
There are 55194 tests, see "Raw output" for the list of tests 7551 to 7803.
55194 tests found (test 7804 to 8057)
There are 55194 tests, see "Raw output" for the list of tests 7804 to 8057.
55194 tests found (test 8058 to 8311)
There are 55194 tests, see "Raw output" for the list of tests 8058 to 8311.
55194 tests found (test 8312 to 8563)
There are 55194 tests, see "Raw output" for the list of tests 8312 to 8563.
55194 tests found (test 8564 to 8765)
There are 55194 tests, see "Raw output" for the list of tests 8564 to 8765.
55194 tests found (test 8766 to 8885)
There are 55194 tests, see "Raw output" for the list of tests 8766 to 8885.
55194 tests found (test 8886 to 9004)
There are 55194 tests, see "Raw output" for the list of tests 8886 to 9004.
55194 tests found (test 9005 to 9122)
There are 55194 tests, see "Raw output" for the list of tests 9005 to 9122.
55194 tests found (test 9123 to 9243)
There are 55194 tests, see "Raw output" for the list of tests 9123 to 9243.
55194 tests found (test 9244 to 9363)
There are 55194 tests, see "Raw output" for the list of tests 9244 to 9363.
55194 tests found (test 9364 to 9482)
There are 55194 tests, see "Raw output" for the list of tests 9364 to 9482.
55194 tests found (test 9483 to 9602)
There are 55194 tests, see "Raw output" for the list of tests 9483 to 9602.
55194 tests found (test 9603 to 9904)
There are 55194 tests, see "Raw output" for the list of tests 9603 to 9904.
55194 tests found (test 9905 to 10182)
There are 55194 tests, see "Raw output" for the list of tests 9905 to 10182.
55194 tests found (test 10183 to 10457)
There are 55194 tests, see "Raw output" for the list of tests 10183 to 10457.
55194 tests found (test 10458 to 10728)
There are 55194 tests, see "Raw output" for the list of tests 10458 to 10728.
55194 tests found (test 10729 to 11015)
There are 55194 tests, see "Raw output" for the list of tests 10729 to 11015.
55194 tests found (test 11016 to 11304)
There are 55194 tests, see "Raw output" for the list of tests 11016 to 11304.
55194 tests found (test 11305 to 11588)
There are 55194 tests, see "Raw output" for the list of tests 11305 to 11588.
55194 tests found (test 11589 to 11874)
There are 55194 tests, see "Raw output" for the list of tests 11589 to 11874.
55194 tests found (test 11875 to 12114)
There are 55194 tests, see "Raw output" for the list of tests 11875 to 12114.
55194 tests found (test 12115 to 12345)
There are 55194 tests, see "Raw output" for the list of tests 12115 to 12345.
55194 tests found (test 12346 to 12608)
There are 55194 tests, see "Raw output" for the list of tests 12346 to 12608.
55194 tests found (test 12609 to 12868)
There are 55194 tests, see "Raw output" for the list of tests 12609 to 12868.
55194 tests found (test 12869 to 13162)
There are 55194 tests, see "Raw output" for the list of tests 12869 to 13162.
55194 tests found (test 13163 to 13455)
There are 55194 tests, see "Raw output" for the list of tests 13163 to 13455.
55194 tests found (test 13456 to 13743)
There are 55194 tests, see "Raw output" for the list of tests 13456 to 13743.
55194 tests found (test 13744 to 14031)
There are 55194 tests, see "Raw output" for the list of tests 13744 to 14031.
55194 tests found (test 14032 to 14321)
There are 55194 tests, see "Raw output" for the list of tests 14032 to 14321.
55194 tests found (test 14322 to 14621)
There are 55194 tests, see "Raw output" for the list of tests 14322 to 14621.
55194 tests found (test 14622 to 14892)
There are 55194 tests, see "Raw output" for the list of tests 14622 to 14892.
55194 tests found (test 14893 to 15144)
There are 55194 tests, see "Raw output" for the list of tests 14893 to 15144.
55194 tests found (test 15145 to 15451)
There are 55194 tests, see "Raw output" for the list of tests 15145 to 15451.
55194 tests found (test 15452 to 15709)
There are 55194 tests, see "Raw output" for the list of tests 15452 to 15709.
55194 tests found (test 15710 to 15961)
There are 55194 tests, see "Raw output" for the list of tests 15710 to 15961.
55194 tests found (test 15962 to 16226)
There are 55194 tests, see "Raw output" for the list of tests 15962 to 16226.
55194 tests found (test 16227 to 16494)
There are 55194 tests, see "Raw output" for the list of tests 16227 to 16494.
55194 tests found (test 16495 to 16754)
There are 55194 tests, see "Raw output" for the list of tests 16495 to 16754.
55194 tests found (test 16755 to 17089)
There are 55194 tests, see "Raw output" for the list of tests 16755 to 17089.
55194 tests found (test 17090 to 17360)
There are 55194 tests, see "Raw output" for the list of tests 17090 to 17360.
55194 tests found (test 17361 to 17631)
There are 55194 tests, see "Raw output" for the list of tests 17361 to 17631.
55194 tests found (test 17632 to 17908)
There are 55194 tests, see "Raw output" for the list of tests 17632 to 17908.
55194 tests found (test 17909 to 18196)
There are 55194 tests, see "Raw output" for the list of tests 17909 to 18196.
55194 tests found (test 18197 to 18454)
There are 55194 tests, see "Raw output" for the list of tests 18197 to 18454.
55194 tests found (test 18455 to 18763)
There are 55194 tests, see "Raw output" for the list of tests 18455 to 18763.
55194 tests found (test 18764 to 19075)
There are 55194 tests, see "Raw output" for the list of tests 18764 to 19075.
55194 tests found (test 19076 to 19379)
There are 55194 tests, see "Raw output" for the list of tests 19076 to 19379.
55194 tests found (test 19380 to 19680)
There are 55194 tests, see "Raw output" for the list of tests 19380 to 19680.
55194 tests found (test 19681 to 19872)
There are 55194 tests, see "Raw output" for the list of tests 19681 to 19872.
55194 tests found (test 19873 to 20073)
There are 55194 tests, see "Raw output" for the list of tests 19873 to 20073.
55194 tests found (test 20074 to 20292)
There are 55194 tests, see "Raw output" for the list of tests 20074 to 20292.
55194 tests found (test 20293 to 20514)
There are 55194 tests, see "Raw output" for the list of tests 20293 to 20514.
55194 tests found (test 20515 to 20746)
There are 55194 tests, see "Raw output" for the list of tests 20515 to 20746.
55194 tests found (test 20747 to 20998)
There are 55194 tests, see "Raw output" for the list of tests 20747 to 20998.
55194 tests found (test 20999 to 21225)
There are 55194 tests, see "Raw output" for the list of tests 20999 to 21225.
55194 tests found (test 21226 to 21424)
There are 55194 tests, see "Raw output" for the list of tests 21226 to 21424.
55194 tests found (test 21425 to 21622)
There are 55194 tests, see "Raw output" for the list of tests 21425 to 21622.
55194 tests found (test 21623 to 21817)
There are 55194 tests, see "Raw output" for the list of tests 21623 to 21817.
55194 tests found (test 21818 to 22009)
There are 55194 tests, see "Raw output" for the list of tests 21818 to 22009.
55194 tests found (test 22010 to 22210)
There are 55194 tests, see "Raw output" for the list of tests 22010 to 22210.
55194 tests found (test 22211 to 22470)
There are 55194 tests, see "Raw output" for the list of tests 22211 to 22470.
55194 tests found (test 22471 to 22738)
There are 55194 tests, see "Raw output" for the list of tests 22471 to 22738.
55194 tests found (test 22739 to 23023)
There are 55194 tests, see "Raw output" for the list of tests 22739 to 23023.
55194 tests found (test 23024 to 23219)
There are 55194 tests, see "Raw output" for the list of tests 23024 to 23219.
55194 tests found (test 23220 to 23398)
There are 55194 tests, see "Raw output" for the list of tests 23220 to 23398.
55194 tests found (test 23399 to 23569)
There are 55194 tests, see "Raw output" for the list of tests 23399 to 23569.
55194 tests found (test 23570 to 23691)
There are 55194 tests, see "Raw output" for the list of tests 23570 to 23691.
55194 tests found (test 23692 to 23816)
There are 55194 tests, see "Raw output" for the list of tests 23692 to 23816.
55194 tests found (test 23817 to 23937)
There are 55194 tests, see "Raw output" for the list of tests 23817 to 23937.
55194 tests found (test 23938 to 24062)
There are 55194 tests, see "Raw output" for the list of tests 23938 to 24062.
55194 tests found (test 24063 to 24184)
There are 55194 tests, see "Raw output" for the list of tests 24063 to 24184.
55194 tests found (test 24185 to 24308)
There are 55194 tests, see "Raw output" for the list of tests 24185 to 24308.
55194 tests found (test 24309 to 24432)
There are 55194 tests, see "Raw output" for the list of tests 24309 to 24432.
55194 tests found (test 24433 to 24556)
There are 55194 tests, see "Raw output" for the list of tests 24433 to 24556.
55194 tests found (test 24557 to 24683)
There are 55194 tests, see "Raw output" for the list of tests 24557 to 24683.
55194 tests found (test 24684 to 24803)
There are 55194 tests, see "Raw output" for the list of tests 24684 to 24803.
55194 tests found (test 24804 to 24928)
There are 55194 tests, see "Raw output" for the list of tests 24804 to 24928.
55194 tests found (test 24929 to 25131)
There are 55194 tests, see "Raw output" for the list of tests 24929 to 25131.
55194 tests found (test 25132 to 25353)
There are 55194 tests, see "Raw output" for the list of tests 25132 to 25353.
55194 tests found (test 25354 to 25570)
There are 55194 tests, see "Raw output" for the list of tests 25354 to 25570.
55194 tests found (test 25571 to 25788)
There are 55194 tests, see "Raw output" for the list of tests 25571 to 25788.
55194 tests found (test 25789 to 26003)
There are 55194 tests, see "Raw output" for the list of tests 25789 to 26003.
55194 tests found (test 26004 to 26225)
There are 55194 tests, see "Raw output" for the list of tests 26004 to 26225.
55194 tests found (test 26226 to 26549)
There are 55194 tests, see "Raw output" for the list of tests 26226 to 26549.
55194 tests found (test 26550 to 26880)
There are 55194 tests, see "Raw output" for the list of tests 26550 to 26880.
55194 tests found (test 26881 to 27201)
There are 55194 tests, see "Raw output" for the list of tests 26881 to 27201.
55194 tests found (test 27202 to 27508)
There are 55194 tests, see "Raw output" for the list of tests 27202 to 27508.
55194 tests found (test 27509 to 27773)
There are 55194 tests, see "Raw output" for the list of tests 27509 to 27773.
55194 tests found (test 27774 to 28044)
There are 55194 tests, see "Raw output" for the list of tests 27774 to 28044.
55194 tests found (test 28045 to 28284)
There are 55194 tests, see "Raw output" for the list of tests 28045 to 28284.
55194 tests found (test 28285 to 28532)
There are 55194 tests, see "Raw output" for the list of tests 28285 to 28532.
55194 tests found (test 28533 to 28727)
There are 55194 tests, see "Raw output" for the list of tests 28533 to 28727.
55194 tests found (test 28728 to 28868)
There are 55194 tests, see "Raw output" for the list of tests 28728 to 28868.
55194 tests found (test 28869 to 28996)
There are 55194 tests, see "Raw output" for the list of tests 28869 to 28996.
55194 tests found (test 28997 to 29144)
There are 55194 tests, see "Raw output" for the list of tests 28997 to 29144.
55194 tests found (test 29145 to 29287)
There are 55194 tests, see "Raw output" for the list of tests 29145 to 29287.
55194 tests found (test 29288 to 29413)
There are 55194 tests, see "Raw output" for the list of tests 29288 to 29413.
55194 tests found (test 29414 to 29560)
There are 55194 tests, see "Raw output" for the list of tests 29414 to 29560.
55194 tests found (test 29561 to 29701)
There are 55194 tests, see "Raw output" for the list of tests 29561 to 29701.
55194 tests found (test 29702 to 29916)
There are 55194 tests, see "Raw output" for the list of tests 29702 to 29916.
55194 tests found (test 29917 to 30128)
There are 55194 tests, see "Raw output" for the list of tests 29917 to 30128.
55194 tests found (test 30129 to 30463)
There are 55194 tests, see "Raw output" for the list of tests 30129 to 30463.
55194 tests found (test 30464 to 30818)
There are 55194 tests, see "Raw output" for the list of tests 30464 to 30818.
55194 tests found (test 30819 to 31143)
There are 55194 tests, see "Raw output" for the list of tests 30819 to 31143.
55194 tests found (test 31144 to 31424)
There are 55194 tests, see "Raw output" for the list of tests 31144 to 31424.
55194 tests found (test 31425 to 31693)
There are 55194 tests, see "Raw output" for the list of tests 31425 to 31693.
55194 tests found (test 31694 to 31878)
There are 55194 tests, see "Raw output" for the list of tests 31694 to 31878.
55194 tests found (test 31879 to 32063)
There are 55194 tests, see "Raw output" for the list of tests 31879 to 32063.
55194 tests found (test 32064 to 32231)
There are 55194 tests, see "Raw output" for the list of tests 32064 to 32231.
55194 tests found (test 32232 to 32390)
There are 55194 tests, see "Raw output" for the list of tests 32232 to 32390.
55194 tests found (test 32391 to 32590)
There are 55194 tests, see "Raw output" for the list of tests 32391 to 32590.
55194 tests found (test 32591 to 32843)
There are 55194 tests, see "Raw output" for the list of tests 32591 to 32843.
55194 tests found (test 32844 to 33130)
There are 55194 tests, see "Raw output" for the list of tests 32844 to 33130.
55194 tests found (test 33131 to 33409)
There are 55194 tests, see "Raw output" for the list of tests 33131 to 33409.
55194 tests found (test 33410 to 33591)
There are 55194 tests, see "Raw output" for the list of tests 33410 to 33591.
55194 tests found (test 33592 to 33772)
There are 55194 tests, see "Raw output" for the list of tests 33592 to 33772.
55194 tests found (test 33773 to 33953)
There are 55194 tests, see "Raw output" for the list of tests 33773 to 33953.
55194 tests found (test 33954 to 34134)
There are 55194 tests, see "Raw output" for the list of tests 33954 to 34134.
55194 tests found (test 34135 to 34313)
There are 55194 tests, see "Raw output" for the list of tests 34135 to 34313.
55194 tests found (test 34314 to 34579)
There are 55194 tests, see "Raw output" for the list of tests 34314 to 34579.
55194 tests found (test 34580 to 34860)
There are 55194 tests, see "Raw output" for the list of tests 34580 to 34860.
55194 tests found (test 34861 to 35142)
There are 55194 tests, see "Raw output" for the list of tests 34861 to 35142.
55194 tests found (test 35143 to 35425)
There are 55194 tests, see "Raw output" for the list of tests 35143 to 35425.
55194 tests found (test 35426 to 35679)
There are 55194 tests, see "Raw output" for the list of tests 35426 to 35679.
55194 tests found (test 35680 to 35976)
There are 55194 tests, see "Raw output" for the list of tests 35680 to 35976.
55194 tests found (test 35977 to 36178)
There are 55194 tests, see "Raw output" for the list of tests 35977 to 36178.
55194 tests found (test 36179 to 36381)
There are 55194 tests, see "Raw output" for the list of tests 36179 to 36381.
55194 tests found (test 36382 to 36583)
There are 55194 tests, see "Raw output" for the list of tests 36382 to 36583.
55194 tests found (test 36584 to 36785)
There are 55194 tests, see "Raw output" for the list of tests 36584 to 36785.
55194 tests found (test 36786 to 36986)
There are 55194 tests, see "Raw output" for the list of tests 36786 to 36986.
55194 tests found (test 36987 to 37272)
There are 55194 tests, see "Raw output" for the list of tests 36987 to 37272.
55194 tests found (test 37273 to 37592)
There are 55194 tests, see "Raw output" for the list of tests 37273 to 37592.
55194 tests found (test 37593 to 37908)
There are 55194 tests, see "Raw output" for the list of tests 37593 to 37908.
55194 tests found (test 37909 to 38141)
There are 55194 tests, see "Raw output" for the list of tests 37909 to 38141.
55194 tests found (test 38142 to 38268)
There are 55194 tests, see "Raw output" for the list of tests 38142 to 38268.
55194 tests found (test 38269 to 38404)
There are 55194 tests, see "Raw output" for the list of tests 38269 to 38404.
55194 tests found (test 38405 to 38530)
There are 55194 tests, see "Raw output" for the list of tests 38405 to 38530.
55194 tests found (test 38531 to 38668)
There are 55194 tests, see "Raw output" for the list of tests 38531 to 38668.
55194 tests found (test 38669 to 38794)
There are 55194 tests, see "Raw output" for the list of tests 38669 to 38794.
55194 tests found (test 38795 to 38934)
There are 55194 tests, see "Raw output" for the list of tests 38795 to 38934.
55194 tests found (test 38935 to 39058)
There are 55194 tests, see "Raw output" for the list of tests 38935 to 39058.
55194 tests found (test 39059 to 39196)
There are 55194 tests, see "Raw output" for the list of tests 39059 to 39196.
55194 tests found (test 39197 to 39319)
There are 55194 tests, see "Raw output" for the list of tests 39197 to 39319.
55194 tests found (test 39320 to 39670)
There are 55194 tests, see "Raw output" for the list of tests 39320 to 39670.
55194 tests found (test 39671 to 39985)
There are 55194 tests, see "Raw output" for the list of tests 39671 to 39985.
55194 tests found (test 39986 to 40316)
There are 55194 tests, see "Raw output" for the list of tests 39986 to 40316.
55194 tests found (test 40317 to 40642)
There are 55194 tests, see "Raw output" for the list of tests 40317 to 40642.
55194 tests found (test 40643 to 40945)
There are 55194 tests, see "Raw output" for the list of tests 40643 to 40945.
55194 tests found (test 40946 to 41139)
There are 55194 tests, see "Raw output" for the list of tests 40946 to 41139.
55194 tests found (test 41140 to 41347)
There are 55194 tests, see "Raw output" for the list of tests 41140 to 41347.
55194 tests found (test 41348 to 41541)
There are 55194 tests, see "Raw output" for the list of tests 41348 to 41541.
55194 tests found (test 41542 to 41770)
There are 55194 tests, see "Raw output" for the list of tests 41542 to 41770.
55194 tests found (test 41771 to 42060)
There are 55194 tests, see "Raw output" for the list of tests 41771 to 42060.
55194 tests found (test 42061 to 42380)
There are 55194 tests, see "Raw output" for the list of tests 42061 to 42380.
55194 tests found (test 42381 to 42686)
There are 55194 tests, see "Raw output" for the list of tests 42381 to 42686.
55194 tests found (test 42687 to 42991)
There are 55194 tests, see "Raw output" for the list of tests 42687 to 42991.
55194 tests found (test 42992 to 43290)
There are 55194 tests, see "Raw output" for the list of tests 42992 to 43290.
55194 tests found (test 43291 to 43610)
There are 55194 tests, see "Raw output" for the list of tests 43291 to 43610.
55194 tests found (test 43611 to 43908)
There are 55194 tests, see "Raw output" for the list of tests 43611 to 43908.
55194 tests found (test 43909 to 44099)
There are 55194 tests, see "Raw output" for the list of tests 43909 to 44099.
55194 tests found (test 44100 to 44407)
There are 55194 tests, see "Raw output" for the list of tests 44100 to 44407.
55194 tests found (test 44408 to 44714)
There are 55194 tests, see "Raw output" for the list of tests 44408 to 44714.
55194 tests found (test 44715 to 44958)
There are 55194 tests, see "Raw output" for the list of tests 44715 to 44958.
55194 tests found (test 44959 to 45185)
There are 55194 tests, see "Raw output" for the list of tests 44959 to 45185.
55194 tests found (test 45186 to 45465)
There are 55194 tests, see "Raw output" for the list of tests 45186 to 45465.
55194 tests found (test 45466 to 45786)
There are 55194 tests, see "Raw output" for the list of tests 45466 to 45786.
55194 tests found (test 45787 to 46104)
There are 55194 tests, see "Raw output" for the list of tests 45787 to 46104.
55194 tests found (test 46105 to 46415)
There are 55194 tests, see "Raw output" for the list of tests 46105 to 46415.
55194 tests found (test 46416 to 46734)
There are 55194 tests, see "Raw output" for the list of tests 46416 to 46734.
55194 tests found (test 46735 to 46959)
There are 55194 tests, see "Raw output" for the list of tests 46735 to 46959.
55194 tests found (test 46960 to 47180)
There are 55194 tests, see "Raw output" for the list of tests 46960 to 47180.
55194 tests found (test 47181 to 47427)
There are 55194 tests, see "Raw output" for the list of tests 47181 to 47427.
55194 tests found (test 47428 to 47676)
There are 55194 tests, see "Raw output" for the list of tests 47428 to 47676.
55194 tests found (test 47677 to 47925)
There are 55194 tests, see "Raw output" for the list of tests 47677 to 47925.
55194 tests found (test 47926 to 48196)
There are 55194 tests, see "Raw output" for the list of tests 47926 to 48196.
55194 tests found (test 48197 to 48472)
There are 55194 tests, see "Raw output" for the list of tests 48197 to 48472.
55194 tests found (test 48473 to 48751)
There are 55194 tests, see "Raw output" for the list of tests 48473 to 48751.
55194 tests found (test 48752 to 49003)
There are 55194 tests, see "Raw output" for the list of tests 48752 to 49003.
55194 tests found (test 49004 to 49226)
There are 55194 tests, see "Raw output" for the list of tests 49004 to 49226.
55194 tests found (test 49227 to 49461)
There are 55194 tests, see "Raw output" for the list of tests 49227 to 49461.
55194 tests found (test 49462 to 49699)
There are 55194 tests, see "Raw output" for the list of tests 49462 to 49699.
55194 tests found (test 49700 to 49932)
There are 55194 tests, see "Raw output" for the list of tests 49700 to 49932.
55194 tests found (test 49933 to 50163)
There are 55194 tests, see "Raw output" for the list of tests 49933 to 50163.
55194 tests found (test 50164 to 50384)
There are 55194 tests, see "Raw output" for the list of tests 50164 to 50384.
55194 tests found (test 50385 to 50658)
There are 55194 tests, see "Raw output" for the list of tests 50385 to 50658.
55194 tests found (test 50659 to 50931)
There are 55194 tests, see "Raw output" for the list of tests 50659 to 50931.
55194 tests found (test 50932 to 51201)
There are 55194 tests, see "Raw output" for the list of tests 50932 to 51201.
55194 tests found (test 51202 to 51448)
There are 55194 tests, see "Raw output" for the list of tests 51202 to 51448.
55194 tests found (test 51449 to 51689)
There are 55194 tests, see "Raw output" for the list of tests 51449 to 51689.
55194 tests found (test 51690 to 51880)
There are 55194 tests, see "Raw output" for the list of tests 51690 to 51880.
55194 tests found (test 51881 to 52206)
There are 55194 tests, see "Raw output" for the list of tests 51881 to 52206.
55194 tests found (test 52207 to 52479)
There are 55194 tests, see "Raw output" for the list of tests 52207 to 52479.
55194 tests found (test 52480 to 52769)
There are 55194 tests, see "Raw output" for the list of tests 52480 to 52769.
55194 tests found (test 52770 to 53053)
There are 55194 tests, see "Raw output" for the list of tests 52770 to 53053.
55194 tests found (test 53054 to 53379)
There are 55194 tests, see "Raw output" for the list of tests 53054 to 53379.
55194 tests found (test 53380 to 53633)
There are 55194 tests, see "Raw output" for the list of tests 53380 to 53633.
55194 tests found (test 53634 to 53861)
There are 55194 tests, see "Raw output" for the list of tests 53634 to 53861.
55194 tests found (test 53862 to 54077)
There are 55194 tests, see "Raw output" for the list of tests 53862 to 54077.
55194 tests found (test 54078 to 54337)
There are 55194 tests, see "Raw output" for the list of tests 54078 to 54337.
55194 tests found (test 54338 to 54616)
There are 55194 tests, see "Raw output" for the list of tests 54338 to 54616.
55194 tests found (test 54617 to 54924)
There are 55194 tests, see "Raw output" for the list of tests 54617 to 54924.
55194 tests found (test 54925 to 55194)
There are 55194 tests, see "Raw output" for the list of tests 54925 to 55194.

Artifacts

Produced during runtime
Name Size
API-tests
4.22 KB
Linux-artifacts
8.12 MB
Packages
1.32 MB
Windows-artifacts
8.15 MB
macOS-artifacts
8.1 MB