Skip creation of nupkg files when building executables (#38) #63
GitHub Actions / Windows Test Results
failed
Oct 31, 2024 in 0s
40 passed, 1 failed and 2 skipped
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
TestResults/Redpoint.AutoDiscovery.Tests.test-result.trx | 1✅ | 1⚪ | 1s | |
TestResults/Redpoint.Concurrency.Tests.test-result.trx | 7✅ | 760ms | ||
TestResults/Redpoint.Git.Managed.Packfile.Tests.test-result.trx | 4✅ | 623ms | ||
TestResults/Redpoint.Git.Managed.Tests.test-result.trx | 1✅ | 656ms | ||
TestResults/Redpoint.GrpcPipes.Tests.test-result.trx | 4✅ | 1⚪ | 748ms | |
TestResults/Redpoint.GrpcPipes.Transport.Tcp.Tests.test-result.trx | 23✅ | 1❌ | 11s |
✅ TestResults/Redpoint.AutoDiscovery.Tests.test-result.trx
2 tests were completed in 1s with 1 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.AutoDiscovery.Tests.DiscoveryTests | 1⚪ | 1ms | ||
Redpoint.AutoDiscovery.Tests.RegistrationTests | 1✅ | 798ms |
✅ Redpoint.AutoDiscovery.Tests.DiscoveryTests
⚪ TestSelfDiscovery
✅ Redpoint.AutoDiscovery.Tests.RegistrationTests
✅ TestRegistration
✅ TestResults/Redpoint.Concurrency.Tests.test-result.trx
7 tests were completed in 760ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.Concurrency.Tests.FirstPastThePostTests | 3✅ | 8ms | ||
Redpoint.Concurrency.Tests.GateTests | 2✅ | 129ms | ||
Redpoint.Concurrency.Tests.TerminableAwaitableConcurrentQueueTests | 2✅ | 45ms |
✅ Redpoint.Concurrency.Tests.FirstPastThePostTests
✅ ReceivesNoResultWhenExpected
✅ ReceivesResultWhenExpected
✅ ThrowsIfTooManyResultsReceived
✅ Redpoint.Concurrency.Tests.GateTests
✅ GateHighIterationTest
✅ GateWorks
✅ Redpoint.Concurrency.Tests.TerminableAwaitableConcurrentQueueTests
✅ TestHugeQueue
✅ TestTermination
✅ TestResults/Redpoint.Git.Managed.Packfile.Tests.test-result.trx
4 tests were completed in 623ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.Git.Managed.Packfile.Tests.PackfileIndexTests | 3✅ | 6ms | ||
Redpoint.Git.Managed.Packfile.Tests.PackfileTests | 1✅ | 13ms |
✅ Redpoint.Git.Managed.Packfile.Tests.PackfileIndexTests
✅ BinarySearchDoesNotReturnObjectsThatDoNotExist
✅ CanBinarySearchPackfileIndex
✅ CanEnumeratePackfileIndex
✅ Redpoint.Git.Managed.Packfile.Tests.PackfileTests
✅ CanReadBlobFromPackfile
✅ TestResults/Redpoint.Git.Managed.Tests.test-result.trx
1 tests were completed in 656ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.Git.Managed.Tests.ExecutionEngineTests | 1✅ | 62ms |
✅ Redpoint.Git.Managed.Tests.ExecutionEngineTests
✅ CanRetrieveLooseAndPackedObjects
✅ TestResults/Redpoint.GrpcPipes.Tests.test-result.trx
5 tests were completed in 748ms with 4 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.GrpcPipes.Tests.GrpcPipesTests | 4✅ | 156ms | ||
Redpoint.GrpcPipes.Tests.GrpcStallTests | 1⚪ | 1ms |
✅ Redpoint.GrpcPipes.Tests.GrpcPipesTests
✅ TestComputerPipes(protocol: "tcp")
✅ TestNetworkPipes(protocol: "tcp")
✅ TestNewServerCanRemoveOldPipe(protocol: "tcp")
✅ TestUserPipes(protocol: "tcp")
✅ Redpoint.GrpcPipes.Tests.GrpcStallTests
⚪ TestPipeDoesNotStall
❌ TestResults/Redpoint.GrpcPipes.Transport.Tcp.Tests.test-result.trx
24 tests were completed in 11s with 23 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcClientStreaming | 6✅ | 6s | ||
Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcDuplexStreaming | 6✅ | 8s | ||
Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcServerStreaming | 6✅ | 8s | ||
Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcUnary | 5✅ | 1❌ | 11s |
✅ Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcClientStreaming
✅ Call
✅ CallParallel
✅ CallRepeated
✅ CallWithCancellationToken
✅ CallWithDeadline
✅ CallWithHeaders
✅ Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcDuplexStreaming
✅ Call
✅ CallParallel
✅ CallRepeated
✅ CallWithCancellationToken
✅ CallWithDeadline
✅ CallWithHeaders
✅ Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcServerStreaming
✅ Call
✅ CallParallel
✅ CallRepeated
✅ CallWithCancellationToken
✅ CallWithDeadline
✅ CallWithHeaders
❌ Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcUnary
✅ Call
✅ CallParallel
✅ CallRepeated
✅ CallWithCancellationToken
❌ CallWithDeadline
Assert.Equal() Failure: Values differ
Expected: DeadlineExceeded
Actual: Cancelled
✅ CallWithHeaders
Annotations
Check failure on line 105 in UET/Redpoint.GrpcPipes.Transport.Tcp.Tests/TcpGrpcUnary.cs
github-actions / Windows Test Results
Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcUnary ► CallWithDeadline
Failed test found in:
TestResults/Redpoint.GrpcPipes.Transport.Tcp.Tests.test-result.trx
Error:
Assert.Equal() Failure: Values differ
Expected: DeadlineExceeded
Actual: Cancelled
Raw output
Assert.Equal() Failure: Values differ
Expected: DeadlineExceeded
Actual: Cancelled
at Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcUnary.CallWithDeadline() in D:\a\uet\uet\UET\Redpoint.GrpcPipes.Transport.Tcp.Tests\TcpGrpcUnary.cs:line 105
at Redpoint.GrpcPipes.Transport.Tcp.Tests.TcpGrpcUnary.CallWithDeadline() in D:\a\uet\uet\UET\Redpoint.GrpcPipes.Transport.Tcp.Tests\TcpGrpcUnary.cs:line 106
--- End of stack trace from previous location ---
Loading