Skip to content

feat: add triggered notification handler for IFileSystemWatcher (#931) #771

feat: add triggered notification handler for IFileSystemWatcher (#931)

feat: add triggered notification handler for IFileSystemWatcher (#931) #771

Triggered via push February 1, 2026 21:12
Status Success
Total duration 40m 17s
Artifacts 5

build.yml

on: push
Matrix: Unit tests
Static code analysis
32m 47s
Static code analysis
Publish Tests Results
53s
Publish Tests Results
Finalize release
0s
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

13 warnings and 278 notices
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(1054,40): warning S2234: Parameters to 'MoveInternal' have the same names but not the same order as the method arguments. (https://rules.sonarsource.com/csharp/RSPEC-2234) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(982,28): warning S3776: Refactor this method to reduce its Cognitive Complexity from 28 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(1016,26): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(729,58): warning S3267: Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(666,7): warning S2583: Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(493,27): warning S3776: Refactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(276,71): warning S3267: Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(216,40): warning S3776: Refactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Storage/InMemoryStorage.cs(55,27): warning S3776: Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Statistics/IStatistics.cs(23,30): warning S2326: 'TType' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj::TargetFramework=net9.0]
Unit tests (windows-latest)
D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\obj\Release\net48\aweXpect.Frameworks\aweXpect.Frameworks.FrameworkGenerator\Xunit3.g.cs(23,35): warning CS0436: The type 'DoesNotReturnAttribute' in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs' conflicts with the imported type 'DoesNotReturnAttribute' in 'Testably.Abstractions.Testing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs'. [D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\Testably.Abstractions.Testing.Tests.csproj::TargetFramework=net48]
Unit tests (windows-latest)
D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\obj\Release\net48\aweXpect.Frameworks\aweXpect.Frameworks.FrameworkGenerator\Xunit3.g.cs(18,35): warning CS0436: The type 'DoesNotReturnAttribute' in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs' conflicts with the imported type 'DoesNotReturnAttribute' in 'Testably.Abstractions.Testing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs'. [D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\Testably.Abstractions.Testing.Tests.csproj::TargetFramework=net48]
Unit tests (windows-latest)
D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\obj\Release\net48\aweXpect.Frameworks\aweXpect.Frameworks.FrameworkGenerator\Xunit3.g.cs(13,35): warning CS0436: The type 'DoesNotReturnAttribute' in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs' conflicts with the imported type 'DoesNotReturnAttribute' in 'Testably.Abstractions.Testing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f24346c8579fcb48'. Using the type defined in 'C:\Users\runneradmin\.nuget\packages\nullable\1.3.1\contentFiles\cs\net40\Nullable\DoesNotReturnAttribute.cs'. [D:\a\Testably.Abstractions\Testably.Abstractions\Tests\Testably.Abstractions.Testing.Tests\Testably.Abstractions.Testing.Tests.csproj::TargetFramework=net48]
3613 skipped tests found (test 1 to 217)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1 to 217.
3613 skipped tests found (test 218 to 474)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 218 to 474.
3613 skipped tests found (test 475 to 743)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 475 to 743.
3613 skipped tests found (test 744 to 1037)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 744 to 1037.
3613 skipped tests found (test 1038 to 1285)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1038 to 1285.
3613 skipped tests found (test 1286 to 1466)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1286 to 1466.
3613 skipped tests found (test 1467 to 1647)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1467 to 1647.
3613 skipped tests found (test 1648 to 1927)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1648 to 1927.
3613 skipped tests found (test 1928 to 2133)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 1928 to 2133.
3613 skipped tests found (test 2134 to 2389)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 2134 to 2389.
3613 skipped tests found (test 2390 to 2600)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 2390 to 2600.
3613 skipped tests found (test 2601 to 2835)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 2601 to 2835.
3613 skipped tests found (test 2836 to 3025)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 2836 to 3025.
3613 skipped tests found (test 3026 to 3210)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 3026 to 3210.
3613 skipped tests found (test 3211 to 3464)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 3211 to 3464.
3613 skipped tests found (test 3465 to 3613)
There are 3613 skipped tests, see "Raw output" for the list of skipped tests 3465 to 3613.
63875 tests found (test 1 to 258)
There are 63875 tests, see "Raw output" for the list of tests 1 to 258.
63875 tests found (test 259 to 636)
There are 63875 tests, see "Raw output" for the list of tests 259 to 636.
63875 tests found (test 637 to 950)
There are 63875 tests, see "Raw output" for the list of tests 637 to 950.
63875 tests found (test 951 to 1124)
There are 63875 tests, see "Raw output" for the list of tests 951 to 1124.
63875 tests found (test 1125 to 1314)
There are 63875 tests, see "Raw output" for the list of tests 1125 to 1314.
63875 tests found (test 1315 to 1524)
There are 63875 tests, see "Raw output" for the list of tests 1315 to 1524.
63875 tests found (test 1525 to 1812)
There are 63875 tests, see "Raw output" for the list of tests 1525 to 1812.
63875 tests found (test 1813 to 2063)
There are 63875 tests, see "Raw output" for the list of tests 1813 to 2063.
63875 tests found (test 2064 to 2311)
There are 63875 tests, see "Raw output" for the list of tests 2064 to 2311.
63875 tests found (test 2312 to 2560)
There are 63875 tests, see "Raw output" for the list of tests 2312 to 2560.
63875 tests found (test 2561 to 2798)
There are 63875 tests, see "Raw output" for the list of tests 2561 to 2798.
63875 tests found (test 2799 to 3129)
There are 63875 tests, see "Raw output" for the list of tests 2799 to 3129.
63875 tests found (test 3130 to 3371)
There are 63875 tests, see "Raw output" for the list of tests 3130 to 3371.
63875 tests found (test 3372 to 3716)
There are 63875 tests, see "Raw output" for the list of tests 3372 to 3716.
63875 tests found (test 3717 to 4119)
There are 63875 tests, see "Raw output" for the list of tests 3717 to 4119.
63875 tests found (test 4120 to 4544)
There are 63875 tests, see "Raw output" for the list of tests 4120 to 4544.
63875 tests found (test 4545 to 4918)
There are 63875 tests, see "Raw output" for the list of tests 4545 to 4918.
63875 tests found (test 4919 to 5256)
There are 63875 tests, see "Raw output" for the list of tests 4919 to 5256.
63875 tests found (test 5257 to 5513)
There are 63875 tests, see "Raw output" for the list of tests 5257 to 5513.
63875 tests found (test 5514 to 5810)
There are 63875 tests, see "Raw output" for the list of tests 5514 to 5810.
63875 tests found (test 5811 to 6074)
There are 63875 tests, see "Raw output" for the list of tests 5811 to 6074.
63875 tests found (test 6075 to 6348)
There are 63875 tests, see "Raw output" for the list of tests 6075 to 6348.
63875 tests found (test 6349 to 6620)
There are 63875 tests, see "Raw output" for the list of tests 6349 to 6620.
63875 tests found (test 6621 to 6868)
There are 63875 tests, see "Raw output" for the list of tests 6621 to 6868.
63875 tests found (test 6869 to 7110)
There are 63875 tests, see "Raw output" for the list of tests 6869 to 7110.
63875 tests found (test 7111 to 7357)
There are 63875 tests, see "Raw output" for the list of tests 7111 to 7357.
63875 tests found (test 7358 to 7605)
There are 63875 tests, see "Raw output" for the list of tests 7358 to 7605.
63875 tests found (test 7606 to 7842)
There are 63875 tests, see "Raw output" for the list of tests 7606 to 7842.
63875 tests found (test 7843 to 8080)
There are 63875 tests, see "Raw output" for the list of tests 7843 to 8080.
63875 tests found (test 8081 to 8337)
There are 63875 tests, see "Raw output" for the list of tests 8081 to 8337.
63875 tests found (test 8338 to 8593)
There are 63875 tests, see "Raw output" for the list of tests 8338 to 8593.
63875 tests found (test 8594 to 8854)
There are 63875 tests, see "Raw output" for the list of tests 8594 to 8854.
63875 tests found (test 8855 to 9110)
There are 63875 tests, see "Raw output" for the list of tests 8855 to 9110.
63875 tests found (test 9111 to 9366)
There are 63875 tests, see "Raw output" for the list of tests 9111 to 9366.
63875 tests found (test 9367 to 9621)
There are 63875 tests, see "Raw output" for the list of tests 9367 to 9621.
63875 tests found (test 9622 to 9875)
There are 63875 tests, see "Raw output" for the list of tests 9622 to 9875.
63875 tests found (test 9876 to 10111)
There are 63875 tests, see "Raw output" for the list of tests 9876 to 10111.
63875 tests found (test 10112 to 10242)
There are 63875 tests, see "Raw output" for the list of tests 10112 to 10242.
63875 tests found (test 10243 to 10372)
There are 63875 tests, see "Raw output" for the list of tests 10243 to 10372.
63875 tests found (test 10373 to 10502)
There are 63875 tests, see "Raw output" for the list of tests 10373 to 10502.
63875 tests found (test 10503 to 10634)
There are 63875 tests, see "Raw output" for the list of tests 10503 to 10634.
63875 tests found (test 10635 to 10765)
There are 63875 tests, see "Raw output" for the list of tests 10635 to 10765.
63875 tests found (test 10766 to 10895)
There are 63875 tests, see "Raw output" for the list of tests 10766 to 10895.
63875 tests found (test 10896 to 11115)
There are 63875 tests, see "Raw output" for the list of tests 10896 to 11115.
63875 tests found (test 11116 to 11386)
There are 63875 tests, see "Raw output" for the list of tests 11116 to 11386.
63875 tests found (test 11387 to 11666)
There are 63875 tests, see "Raw output" for the list of tests 11387 to 11666.
63875 tests found (test 11667 to 11945)
There are 63875 tests, see "Raw output" for the list of tests 11667 to 11945.
63875 tests found (test 11946 to 12210)
There are 63875 tests, see "Raw output" for the list of tests 11946 to 12210.
63875 tests found (test 12211 to 12500)
There are 63875 tests, see "Raw output" for the list of tests 12211 to 12500.
63875 tests found (test 12501 to 12792)
There are 63875 tests, see "Raw output" for the list of tests 12501 to 12792.
63875 tests found (test 12793 to 13078)
There are 63875 tests, see "Raw output" for the list of tests 12793 to 13078.
63875 tests found (test 13079 to 13362)
There are 63875 tests, see "Raw output" for the list of tests 13079 to 13362.
63875 tests found (test 13363 to 13601)
There are 63875 tests, see "Raw output" for the list of tests 13363 to 13601.
63875 tests found (test 13602 to 13832)
There are 63875 tests, see "Raw output" for the list of tests 13602 to 13832.
63875 tests found (test 13833 to 14094)
There are 63875 tests, see "Raw output" for the list of tests 13833 to 14094.
63875 tests found (test 14095 to 14356)
There are 63875 tests, see "Raw output" for the list of tests 14095 to 14356.
63875 tests found (test 14357 to 14645)
There are 63875 tests, see "Raw output" for the list of tests 14357 to 14645.
63875 tests found (test 14646 to 14939)
There are 63875 tests, see "Raw output" for the list of tests 14646 to 14939.
63875 tests found (test 14940 to 15225)
There are 63875 tests, see "Raw output" for the list of tests 14940 to 15225.
63875 tests found (test 15226 to 15519)
There are 63875 tests, see "Raw output" for the list of tests 15226 to 15519.
63875 tests found (test 15520 to 15821)
There are 63875 tests, see "Raw output" for the list of tests 15520 to 15821.
63875 tests found (test 15822 to 16112)
There are 63875 tests, see "Raw output" for the list of tests 15822 to 16112.
63875 tests found (test 16113 to 16406)
There are 63875 tests, see "Raw output" for the list of tests 16113 to 16406.
63875 tests found (test 16407 to 16655)
There are 63875 tests, see "Raw output" for the list of tests 16407 to 16655.
63875 tests found (test 16656 to 16957)
There are 63875 tests, see "Raw output" for the list of tests 16656 to 16957.
63875 tests found (test 16958 to 17235)
There are 63875 tests, see "Raw output" for the list of tests 16958 to 17235.
63875 tests found (test 17236 to 17487)
There are 63875 tests, see "Raw output" for the list of tests 17236 to 17487.
63875 tests found (test 17488 to 17744)
There are 63875 tests, see "Raw output" for the list of tests 17488 to 17744.
63875 tests found (test 17745 to 18003)
There are 63875 tests, see "Raw output" for the list of tests 17745 to 18003.
63875 tests found (test 18004 to 18275)
There are 63875 tests, see "Raw output" for the list of tests 18004 to 18275.
63875 tests found (test 18276 to 18554)
There are 63875 tests, see "Raw output" for the list of tests 18276 to 18554.
63875 tests found (test 18555 to 18890)
There are 63875 tests, see "Raw output" for the list of tests 18555 to 18890.
63875 tests found (test 18891 to 19156)
There are 63875 tests, see "Raw output" for the list of tests 18891 to 19156.
63875 tests found (test 19157 to 19423)
There are 63875 tests, see "Raw output" for the list of tests 19157 to 19423.
63875 tests found (test 19424 to 19701)
There are 63875 tests, see "Raw output" for the list of tests 19424 to 19701.
63875 tests found (test 19702 to 19988)
There are 63875 tests, see "Raw output" for the list of tests 19702 to 19988.
63875 tests found (test 19989 to 20249)
There are 63875 tests, see "Raw output" for the list of tests 19989 to 20249.
63875 tests found (test 20250 to 20471)
There are 63875 tests, see "Raw output" for the list of tests 20250 to 20471.
63875 tests found (test 20472 to 20697)
There are 63875 tests, see "Raw output" for the list of tests 20472 to 20697.
63875 tests found (test 20698 to 21008)
There are 63875 tests, see "Raw output" for the list of tests 20698 to 21008.
63875 tests found (test 21009 to 21317)
There are 63875 tests, see "Raw output" for the list of tests 21009 to 21317.
63875 tests found (test 21318 to 21633)
There are 63875 tests, see "Raw output" for the list of tests 21318 to 21633.
63875 tests found (test 21634 to 21945)
There are 63875 tests, see "Raw output" for the list of tests 21634 to 21945.
63875 tests found (test 21946 to 22192)
There are 63875 tests, see "Raw output" for the list of tests 21946 to 22192.
63875 tests found (test 22193 to 22457)
There are 63875 tests, see "Raw output" for the list of tests 22193 to 22457.
63875 tests found (test 22458 to 22701)
There are 63875 tests, see "Raw output" for the list of tests 22458 to 22701.
63875 tests found (test 22702 to 22902)
There are 63875 tests, see "Raw output" for the list of tests 22702 to 22902.
63875 tests found (test 22903 to 23114)
There are 63875 tests, see "Raw output" for the list of tests 22903 to 23114.
63875 tests found (test 23115 to 23354)
There are 63875 tests, see "Raw output" for the list of tests 23115 to 23354.
63875 tests found (test 23355 to 23582)
There are 63875 tests, see "Raw output" for the list of tests 23355 to 23582.
63875 tests found (test 23583 to 23807)
There are 63875 tests, see "Raw output" for the list of tests 23583 to 23807.
63875 tests found (test 23808 to 24033)
There are 63875 tests, see "Raw output" for the list of tests 23808 to 24033.
63875 tests found (test 24034 to 24289)
There are 63875 tests, see "Raw output" for the list of tests 24034 to 24289.
63875 tests found (test 24290 to 24543)
There are 63875 tests, see "Raw output" for the list of tests 24290 to 24543.
63875 tests found (test 24544 to 24796)
There are 63875 tests, see "Raw output" for the list of tests 24544 to 24796.
63875 tests found (test 24797 to 25002)
There are 63875 tests, see "Raw output" for the list of tests 24797 to 25002.
63875 tests found (test 25003 to 25201)
There are 63875 tests, see "Raw output" for the list of tests 25003 to 25201.
63875 tests found (test 25202 to 25402)
There are 63875 tests, see "Raw output" for the list of tests 25202 to 25402.
63875 tests found (test 25403 to 25603)
There are 63875 tests, see "Raw output" for the list of tests 25403 to 25603.
63875 tests found (test 25604 to 25792)
There are 63875 tests, see "Raw output" for the list of tests 25604 to 25792.
63875 tests found (test 25793 to 25993)
There are 63875 tests, see "Raw output" for the list of tests 25793 to 25993.
63875 tests found (test 25994 to 26253)
There are 63875 tests, see "Raw output" for the list of tests 25994 to 26253.
63875 tests found (test 26254 to 26519)
There are 63875 tests, see "Raw output" for the list of tests 26254 to 26519.
63875 tests found (test 26520 to 26812)
There are 63875 tests, see "Raw output" for the list of tests 26520 to 26812.
63875 tests found (test 26813 to 27035)
There are 63875 tests, see "Raw output" for the list of tests 26813 to 27035.
63875 tests found (test 27036 to 27214)
There are 63875 tests, see "Raw output" for the list of tests 27036 to 27214.
63875 tests found (test 27215 to 27392)
There are 63875 tests, see "Raw output" for the list of tests 27215 to 27392.
63875 tests found (test 27393 to 27533)
There are 63875 tests, see "Raw output" for the list of tests 27393 to 27533.
63875 tests found (test 27534 to 27671)
There are 63875 tests, see "Raw output" for the list of tests 27534 to 27671.
63875 tests found (test 27672 to 27805)
There are 63875 tests, see "Raw output" for the list of tests 27672 to 27805.
63875 tests found (test 27806 to 27943)
There are 63875 tests, see "Raw output" for the list of tests 27806 to 27943.
63875 tests found (test 27944 to 28077)
There are 63875 tests, see "Raw output" for the list of tests 27944 to 28077.
63875 tests found (test 28078 to 28216)
There are 63875 tests, see "Raw output" for the list of tests 28078 to 28216.
63875 tests found (test 28217 to 28350)
There are 63875 tests, see "Raw output" for the list of tests 28217 to 28350.
63875 tests found (test 28351 to 28488)
There are 63875 tests, see "Raw output" for the list of tests 28351 to 28488.
63875 tests found (test 28489 to 28623)
There are 63875 tests, see "Raw output" for the list of tests 28489 to 28623.
63875 tests found (test 28624 to 28757)
There are 63875 tests, see "Raw output" for the list of tests 28624 to 28757.
63875 tests found (test 28758 to 28904)
There are 63875 tests, see "Raw output" for the list of tests 28758 to 28904.
63875 tests found (test 28905 to 29169)
There are 63875 tests, see "Raw output" for the list of tests 28905 to 29169.
63875 tests found (test 29170 to 29384)
There are 63875 tests, see "Raw output" for the list of tests 29170 to 29384.
63875 tests found (test 29385 to 29599)
There are 63875 tests, see "Raw output" for the list of tests 29385 to 29599.
63875 tests found (test 29600 to 29814)
There are 63875 tests, see "Raw output" for the list of tests 29600 to 29814.
63875 tests found (test 29815 to 30028)
There are 63875 tests, see "Raw output" for the list of tests 29815 to 30028.
63875 tests found (test 30029 to 30308)
There are 63875 tests, see "Raw output" for the list of tests 30029 to 30308.
63875 tests found (test 30309 to 30634)
There are 63875 tests, see "Raw output" for the list of tests 30309 to 30634.
63875 tests found (test 30635 to 30960)
There are 63875 tests, see "Raw output" for the list of tests 30635 to 30960.
63875 tests found (test 30961 to 31280)
There are 63875 tests, see "Raw output" for the list of tests 30961 to 31280.
63875 tests found (test 31281 to 31575)
There are 63875 tests, see "Raw output" for the list of tests 31281 to 31575.
63875 tests found (test 31576 to 31836)
There are 63875 tests, see "Raw output" for the list of tests 31576 to 31836.
63875 tests found (test 31837 to 32101)
There are 63875 tests, see "Raw output" for the list of tests 31837 to 32101.
63875 tests found (test 32102 to 32324)
There are 63875 tests, see "Raw output" for the list of tests 32102 to 32324.
63875 tests found (test 32325 to 32585)
There are 63875 tests, see "Raw output" for the list of tests 32325 to 32585.
63875 tests found (test 32586 to 32792)
There are 63875 tests, see "Raw output" for the list of tests 32586 to 32792.
63875 tests found (test 32793 to 32922)
There are 63875 tests, see "Raw output" for the list of tests 32793 to 32922.
63875 tests found (test 32923 to 33066)
There are 63875 tests, see "Raw output" for the list of tests 32923 to 33066.
63875 tests found (test 33067 to 33220)
There are 63875 tests, see "Raw output" for the list of tests 33067 to 33220.
63875 tests found (test 33221 to 33341)
There are 63875 tests, see "Raw output" for the list of tests 33221 to 33341.
63875 tests found (test 33342 to 33496)
There are 63875 tests, see "Raw output" for the list of tests 33342 to 33496.
63875 tests found (test 33497 to 33636)
There are 63875 tests, see "Raw output" for the list of tests 33497 to 33636.
63875 tests found (test 33637 to 33769)
There are 63875 tests, see "Raw output" for the list of tests 33637 to 33769.
63875 tests found (test 33770 to 33949)
There are 63875 tests, see "Raw output" for the list of tests 33770 to 33949.
63875 tests found (test 33950 to 34165)
There are 63875 tests, see "Raw output" for the list of tests 33950 to 34165.
63875 tests found (test 34166 to 34409)
There are 63875 tests, see "Raw output" for the list of tests 34166 to 34409.
63875 tests found (test 34410 to 34755)
There are 63875 tests, see "Raw output" for the list of tests 34410 to 34755.
63875 tests found (test 34756 to 35102)
There are 63875 tests, see "Raw output" for the list of tests 34756 to 35102.
63875 tests found (test 35103 to 35425)
There are 63875 tests, see "Raw output" for the list of tests 35103 to 35425.
63875 tests found (test 35426 to 35709)
There are 63875 tests, see "Raw output" for the list of tests 35426 to 35709.
63875 tests found (test 35710 to 35981)
There are 63875 tests, see "Raw output" for the list of tests 35710 to 35981.
63875 tests found (test 35982 to 36267)
There are 63875 tests, see "Raw output" for the list of tests 35982 to 36267.
63875 tests found (test 36268 to 36475)
There are 63875 tests, see "Raw output" for the list of tests 36268 to 36475.
63875 tests found (test 36476 to 36665)
There are 63875 tests, see "Raw output" for the list of tests 36476 to 36665.
63875 tests found (test 36666 to 36855)
There are 63875 tests, see "Raw output" for the list of tests 36666 to 36855.
63875 tests found (test 36856 to 37032)
There are 63875 tests, see "Raw output" for the list of tests 36856 to 37032.
63875 tests found (test 37033 to 37210)
There are 63875 tests, see "Raw output" for the list of tests 37033 to 37210.
63875 tests found (test 37211 to 37431)
There are 63875 tests, see "Raw output" for the list of tests 37211 to 37431.
63875 tests found (test 37432 to 37686)
There are 63875 tests, see "Raw output" for the list of tests 37432 to 37686.
63875 tests found (test 37687 to 37940)
There are 63875 tests, see "Raw output" for the list of tests 37687 to 37940.
63875 tests found (test 37941 to 38227)
There are 63875 tests, see "Raw output" for the list of tests 37941 to 38227.
63875 tests found (test 38228 to 38514)
There are 63875 tests, see "Raw output" for the list of tests 38228 to 38514.
63875 tests found (test 38515 to 38785)
There are 63875 tests, see "Raw output" for the list of tests 38515 to 38785.
63875 tests found (test 38786 to 38993)
There are 63875 tests, see "Raw output" for the list of tests 38786 to 38993.
63875 tests found (test 38994 to 39174)
There are 63875 tests, see "Raw output" for the list of tests 38994 to 39174.
63875 tests found (test 39175 to 39354)
There are 63875 tests, see "Raw output" for the list of tests 39175 to 39354.
63875 tests found (test 39355 to 39535)
There are 63875 tests, see "Raw output" for the list of tests 39355 to 39535.
63875 tests found (test 39536 to 39715)
There are 63875 tests, see "Raw output" for the list of tests 39536 to 39715.
63875 tests found (test 39716 to 39946)
There are 63875 tests, see "Raw output" for the list of tests 39716 to 39946.
63875 tests found (test 39947 to 40214)
There are 63875 tests, see "Raw output" for the list of tests 39947 to 40214.
63875 tests found (test 40215 to 40511)
There are 63875 tests, see "Raw output" for the list of tests 40215 to 40511.
63875 tests found (test 40512 to 40794)
There are 63875 tests, see "Raw output" for the list of tests 40512 to 40794.
63875 tests found (test 40795 to 41043)
There are 63875 tests, see "Raw output" for the list of tests 40795 to 41043.
63875 tests found (test 41044 to 41349)
There are 63875 tests, see "Raw output" for the list of tests 41044 to 41349.
63875 tests found (test 41350 to 41593)
There are 63875 tests, see "Raw output" for the list of tests 41350 to 41593.
63875 tests found (test 41594 to 41795)
There are 63875 tests, see "Raw output" for the list of tests 41594 to 41795.
63875 tests found (test 41796 to 41999)
There are 63875 tests, see "Raw output" for the list of tests 41796 to 41999.
63875 tests found (test 42000 to 42200)
There are 63875 tests, see "Raw output" for the list of tests 42000 to 42200.
63875 tests found (test 42201 to 42408)
There are 63875 tests, see "Raw output" for the list of tests 42201 to 42408.
63875 tests found (test 42409 to 42608)
There are 63875 tests, see "Raw output" for the list of tests 42409 to 42608.
63875 tests found (test 42609 to 42920)
There are 63875 tests, see "Raw output" for the list of tests 42609 to 42920.
63875 tests found (test 42921 to 43240)
There are 63875 tests, see "Raw output" for the list of tests 42921 to 43240.
63875 tests found (test 43241 to 43555)
There are 63875 tests, see "Raw output" for the list of tests 43241 to 43555.
63875 tests found (test 43556 to 43767)
There are 63875 tests, see "Raw output" for the list of tests 43556 to 43767.
63875 tests found (test 43768 to 43892)
There are 63875 tests, see "Raw output" for the list of tests 43768 to 43892.
63875 tests found (test 43893 to 44035)
There are 63875 tests, see "Raw output" for the list of tests 43893 to 44035.
63875 tests found (test 44036 to 44162)
There are 63875 tests, see "Raw output" for the list of tests 44036 to 44162.
63875 tests found (test 44163 to 44303)
There are 63875 tests, see "Raw output" for the list of tests 44163 to 44303.
63875 tests found (test 44304 to 44428)
There are 63875 tests, see "Raw output" for the list of tests 44304 to 44428.
63875 tests found (test 44429 to 44569)
There are 63875 tests, see "Raw output" for the list of tests 44429 to 44569.
63875 tests found (test 44570 to 44696)
There are 63875 tests, see "Raw output" for the list of tests 44570 to 44696.
63875 tests found (test 44697 to 44836)
There are 63875 tests, see "Raw output" for the list of tests 44697 to 44836.
63875 tests found (test 44837 to 44962)
There are 63875 tests, see "Raw output" for the list of tests 44837 to 44962.
63875 tests found (test 44963 to 45132)
There are 63875 tests, see "Raw output" for the list of tests 44963 to 45132.
63875 tests found (test 45133 to 45355)
There are 63875 tests, see "Raw output" for the list of tests 45133 to 45355.
63875 tests found (test 45356 to 45693)
There are 63875 tests, see "Raw output" for the list of tests 45356 to 45693.
63875 tests found (test 45694 to 46021)
There are 63875 tests, see "Raw output" for the list of tests 45694 to 46021.
63875 tests found (test 46022 to 46355)
There are 63875 tests, see "Raw output" for the list of tests 46022 to 46355.
63875 tests found (test 46356 to 46683)
There are 63875 tests, see "Raw output" for the list of tests 46356 to 46683.
63875 tests found (test 46684 to 47000)
There are 63875 tests, see "Raw output" for the list of tests 46684 to 47000.
63875 tests found (test 47001 to 47212)
There are 63875 tests, see "Raw output" for the list of tests 47001 to 47212.
63875 tests found (test 47213 to 47406)
There are 63875 tests, see "Raw output" for the list of tests 47213 to 47406.
63875 tests found (test 47407 to 47616)
There are 63875 tests, see "Raw output" for the list of tests 47407 to 47616.
63875 tests found (test 47617 to 47826)
There are 63875 tests, see "Raw output" for the list of tests 47617 to 47826.
63875 tests found (test 47827 to 48086)
There are 63875 tests, see "Raw output" for the list of tests 47827 to 48086.
63875 tests found (test 48087 to 48412)
There are 63875 tests, see "Raw output" for the list of tests 48087 to 48412.
63875 tests found (test 48413 to 48727)
There are 63875 tests, see "Raw output" for the list of tests 48413 to 48727.
63875 tests found (test 48728 to 49036)
There are 63875 tests, see "Raw output" for the list of tests 48728 to 49036.
63875 tests found (test 49037 to 49346)
There are 63875 tests, see "Raw output" for the list of tests 49037 to 49346.
63875 tests found (test 49347 to 49647)
There are 63875 tests, see "Raw output" for the list of tests 49347 to 49647.
63875 tests found (test 49648 to 49954)
There are 63875 tests, see "Raw output" for the list of tests 49648 to 49954.
63875 tests found (test 49955 to 50273)
There are 63875 tests, see "Raw output" for the list of tests 49955 to 50273.
63875 tests found (test 50274 to 50475)
There are 63875 tests, see "Raw output" for the list of tests 50274 to 50475.
63875 tests found (test 50476 to 50781)
There are 63875 tests, see "Raw output" for the list of tests 50476 to 50781.
63875 tests found (test 50782 to 51092)
There are 63875 tests, see "Raw output" for the list of tests 50782 to 51092.
63875 tests found (test 51093 to 51377)
There are 63875 tests, see "Raw output" for the list of tests 51093 to 51377.
63875 tests found (test 51378 to 51595)
There are 63875 tests, see "Raw output" for the list of tests 51378 to 51595.
63875 tests found (test 51596 to 51841)
There are 63875 tests, see "Raw output" for the list of tests 51596 to 51841.
63875 tests found (test 51842 to 52162)
There are 63875 tests, see "Raw output" for the list of tests 51842 to 52162.
63875 tests found (test 52163 to 52481)
There are 63875 tests, see "Raw output" for the list of tests 52163 to 52481.
63875 tests found (test 52482 to 52794)
There are 63875 tests, see "Raw output" for the list of tests 52482 to 52794.
63875 tests found (test 52795 to 53105)
There are 63875 tests, see "Raw output" for the list of tests 52795 to 53105.
63875 tests found (test 53106 to 53417)
There are 63875 tests, see "Raw output" for the list of tests 53106 to 53417.
63875 tests found (test 53418 to 53622)
There are 63875 tests, see "Raw output" for the list of tests 53418 to 53622.
63875 tests found (test 53623 to 53812)
There are 63875 tests, see "Raw output" for the list of tests 53623 to 53812.
63875 tests found (test 53813 to 54004)
There are 63875 tests, see "Raw output" for the list of tests 53813 to 54004.
63875 tests found (test 54005 to 54306)
There are 63875 tests, see "Raw output" for the list of tests 54005 to 54306.
63875 tests found (test 54307 to 54494)
There are 63875 tests, see "Raw output" for the list of tests 54307 to 54494.
63875 tests found (test 54495 to 54731)
There are 63875 tests, see "Raw output" for the list of tests 54495 to 54731.
63875 tests found (test 54732 to 54945)
There are 63875 tests, see "Raw output" for the list of tests 54732 to 54945.
63875 tests found (test 54946 to 55120)
There are 63875 tests, see "Raw output" for the list of tests 54946 to 55120.
63875 tests found (test 55121 to 55363)
There are 63875 tests, see "Raw output" for the list of tests 55121 to 55363.
63875 tests found (test 55364 to 55559)
There are 63875 tests, see "Raw output" for the list of tests 55364 to 55559.
63875 tests found (test 55560 to 55746)
There are 63875 tests, see "Raw output" for the list of tests 55560 to 55746.
63875 tests found (test 55747 to 56069)
There are 63875 tests, see "Raw output" for the list of tests 55747 to 56069.
63875 tests found (test 56070 to 56335)
There are 63875 tests, see "Raw output" for the list of tests 56070 to 56335.
63875 tests found (test 56336 to 56595)
There are 63875 tests, see "Raw output" for the list of tests 56336 to 56595.
63875 tests found (test 56596 to 56843)
There are 63875 tests, see "Raw output" for the list of tests 56596 to 56843.
63875 tests found (test 56844 to 57053)
There are 63875 tests, see "Raw output" for the list of tests 56844 to 57053.
63875 tests found (test 57054 to 57280)
There are 63875 tests, see "Raw output" for the list of tests 57054 to 57280.
63875 tests found (test 57281 to 57514)
There are 63875 tests, see "Raw output" for the list of tests 57281 to 57514.
63875 tests found (test 57515 to 57718)
There are 63875 tests, see "Raw output" for the list of tests 57515 to 57718.
63875 tests found (test 57719 to 57951)
There are 63875 tests, see "Raw output" for the list of tests 57719 to 57951.
63875 tests found (test 57952 to 58179)
There are 63875 tests, see "Raw output" for the list of tests 57952 to 58179.
63875 tests found (test 58180 to 58379)
There are 63875 tests, see "Raw output" for the list of tests 58180 to 58379.
63875 tests found (test 58380 to 58651)
There are 63875 tests, see "Raw output" for the list of tests 58380 to 58651.
63875 tests found (test 58652 to 58940)
There are 63875 tests, see "Raw output" for the list of tests 58652 to 58940.
63875 tests found (test 58941 to 59218)
There are 63875 tests, see "Raw output" for the list of tests 58941 to 59218.
63875 tests found (test 59219 to 59487)
There are 63875 tests, see "Raw output" for the list of tests 59219 to 59487.
63875 tests found (test 59488 to 59725)
There are 63875 tests, see "Raw output" for the list of tests 59488 to 59725.
63875 tests found (test 59726 to 59937)
There are 63875 tests, see "Raw output" for the list of tests 59726 to 59937.
63875 tests found (test 59938 to 60188)
There are 63875 tests, see "Raw output" for the list of tests 59938 to 60188.
63875 tests found (test 60189 to 60508)
There are 63875 tests, see "Raw output" for the list of tests 60189 to 60508.
63875 tests found (test 60509 to 60777)
There are 63875 tests, see "Raw output" for the list of tests 60509 to 60777.
63875 tests found (test 60778 to 61062)
There are 63875 tests, see "Raw output" for the list of tests 60778 to 61062.
63875 tests found (test 61063 to 61354)
There are 63875 tests, see "Raw output" for the list of tests 61063 to 61354.
63875 tests found (test 61355 to 61677)
There are 63875 tests, see "Raw output" for the list of tests 61355 to 61677.
63875 tests found (test 61678 to 61897)
There are 63875 tests, see "Raw output" for the list of tests 61678 to 61897.
63875 tests found (test 61898 to 62113)
There are 63875 tests, see "Raw output" for the list of tests 61898 to 62113.
63875 tests found (test 62114 to 62328)
There are 63875 tests, see "Raw output" for the list of tests 62114 to 62328.
63875 tests found (test 62329 to 62542)
There are 63875 tests, see "Raw output" for the list of tests 62329 to 62542.
63875 tests found (test 62543 to 62846)
There are 63875 tests, see "Raw output" for the list of tests 62543 to 62846.
63875 tests found (test 62847 to 63123)
There are 63875 tests, see "Raw output" for the list of tests 62847 to 63123.
63875 tests found (test 63124 to 63493)
There are 63875 tests, see "Raw output" for the list of tests 63124 to 63493.
63875 tests found (test 63494 to 63875)
There are 63875 tests, see "Raw output" for the list of tests 63494 to 63875.

Artifacts

Produced during runtime
Name Size Digest
API-tests
10.2 KB
sha256:be7c734711f6d69d8575c1b4f51463b25890ea1fb4675715806130a15171e398
Linux-artifacts
9.33 MB
sha256:061a38692eb58cfa7c6bc889b9e2c33e464da5005b7f227f60e0eb3027bd6101
Packages
1.82 MB
sha256:fc80dcd2cfc0ab402d28c71aacf0bc5f35784efd4fbc1856295f164422775392
Windows-artifacts
10.4 MB
sha256:ca103b657720425dac7aedb9659d646d54d2095e063954698730ccf5cbfee881
macOS-artifacts
9.38 MB
sha256:713d577b5eb9ca53db03e4e6233f37bb40c0eb97bb533088c95924a5917cc099