GitHub Actions / dapr.e2e.test-check
failed
Feb 21, 2024 in 0s
DAPR E2E.TEST
This test run completed at Wed, 21 Feb 2024 01:05:59 GMT
Details
Test Results - DAPR E2E.TEST
Expand the following summaries for more details:
Duration: 70.279 seconds
Started: |
2024-02-21T01:04:42.3471905+00:00 |
Creation: |
2024-02-21T01:05:52.6262250+00:00 |
Queuing: |
2024-02-21T01:04:48.8335914+00:00 |
Finished: |
2024-02-21T01:05:52.6262250+00:00 |
Duration: |
70.279 seconds |
Outcome: Failed | Total Tests: 25 | Passed: 23 | Failed: 2
Total: |
25 |
Executed: |
25 |
Passed: |
23 |
Failed: |
2 |
Error: |
0 |
Timeout: |
0 |
Aborted: |
0 |
Inconclusive: |
0 |
PassedButRunAborted: |
0 |
NotRunnable: |
0 |
NotExecuted: |
0 |
Disconnected: |
0 |
Warning: |
0 |
Completed: |
0 |
InProgress: |
0 |
Pending: |
0 |
❌ Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyMessageSendAndReceive
ID: |
fc8917c8-dbc8-8478-cc80-2018f4fbbdca |
Name: |
Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyMessageSendAndReceive |
Outcome: |
Failed |
Computer Name: |
fv-az659-691 |
Start: |
2024-02-21T01:04:48.8160954+00:00 |
End: |
2024-02-21T01:04:48.8160957+00:00 |
Duration: |
00:00:00.0238932 |
Test Method Details:
Code Base |
/home/runner/work/dotnet-sdk/dotnet-sdk/bin/Release/test/Dapr.E2E.Test/net7/Dapr.E2E.Test.dll |
Class Name |
Dapr.E2E.Test.GrpcProxyTests |
Method Name |
TestGrpcProxyMessageSendAndReceive |
Error Message:
Grpc.Core.RpcException : Status(StatusCode="Unavailable", Detail="connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:43053: connect: connection refused"")
Stack Trace:
at Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyMessageSendAndReceive() in /home/runner/work/dotnet-sdk/dotnet-sdk/test/Dapr.E2E.Test/ServiceInvocation/E2ETests.GrpcProxyInvocationTests.cs:line 46
--- End of stack trace from previous location ---
❌ Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyStreamingBroadcast
ID: |
3a4672dd-ee9c-c5ef-d175-66b20256d334 |
Name: |
Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyStreamingBroadcast |
Outcome: |
Failed |
Computer Name: |
fv-az659-691 |
Start: |
2024-02-21T01:04:48.7945341+00:00 |
End: |
2024-02-21T01:04:48.7945846+00:00 |
Duration: |
00:00:00.0936828 |
Test Method Details:
Code Base |
/home/runner/work/dotnet-sdk/dotnet-sdk/bin/Release/test/Dapr.E2E.Test/net7/Dapr.E2E.Test.dll |
Class Name |
Dapr.E2E.Test.GrpcProxyTests |
Method Name |
TestGrpcProxyStreamingBroadcast |
Error Message:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'Http2WriteStream'.
Stack Trace:
at Grpc.Net.Client.Internal.StreamExtensions.WriteMessageAsync[TMessage](Stream stream, GrpcCall call, TMessage message, Action`2 serializer, CallOptions callOptions)
at Grpc.Net.Client.Internal.HttpContentClientStreamWriter`2.WriteAsyncCore[TState](Func`5 writeFunc, TState state, CancellationToken cancellationToken)
at Grpc.Net.Client.Internal.HttpContentClientStreamWriter`2.WriteCoreAsync(TRequest message, CancellationToken cancellationToken)
at Dapr.E2E.Test.GrpcProxyTests.TestGrpcProxyStreamingBroadcast() in /home/runner/work/dotnet-sdk/dotnet-sdk/test/Dapr.E2E.Test/ServiceInvocation/E2ETests.GrpcProxyInvocationTests.cs:line 73
--- End of stack trace from previous location ---