-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Description
Failing Test(s)
InteropTests.InteropTests.SpecialStatusMessage
May have started to fail randomly after the new JDK was installed
Error Message
Timeout. Test is 30s max
Stacktrace
at InteropTests.InteropTests.InteropTestCase(String name) in /_/src/Grpc/Interop/test/InteropTests/InteropTests.cs:line 96
--- End of stack trace from previous ___location ---
----- Inner Stack Trace -----
at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 123
at InteropTests.InteropTests.InteropTestCase(String name) in /_/src/Grpc/Interop/test/InteropTests/InteropTests.cs:line 84
Logs
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
Hosting starting
Enabling connection encryption: False
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[2]
Discovering gRPC methods for Grpc.Testing.TestServiceImpl.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'EmptyCall' to service 'grpc.testing.TestService'. Method type: Unary, HTTP method: POST, route pattern: '/grpc.testing.TestService/EmptyCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'UnaryCall' to service 'grpc.testing.TestService'. Method type: Unary, HTTP method: POST, route pattern: '/grpc.testing.TestService/UnaryCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'CacheableUnaryCall' to service 'grpc.testing.TestService'. Method type: Unary, HTTP method: POST, route pattern: '/grpc.testing.TestService/CacheableUnaryCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'StreamingOutputCall' to service 'grpc.testing.TestService'. Method type: ServerStreaming, HTTP method: POST, route pattern: '/grpc.testing.TestService/StreamingOutputCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'StreamingInputCall' to service 'grpc.testing.TestService'. Method type: ClientStreaming, HTTP method: POST, route pattern: '/grpc.testing.TestService/StreamingInputCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'FullDuplexCall' to service 'grpc.testing.TestService'. Method type: DuplexStreaming, HTTP method: POST, route pattern: '/grpc.testing.TestService/FullDuplexCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'HalfDuplexCall' to service 'grpc.testing.TestService'. Method type: DuplexStreaming, HTTP method: POST, route pattern: '/grpc.testing.TestService/HalfDuplexCall'.
trce: Grpc.AspNetCore.Server.Model.Internal.ServiceRouteBuilder[1]
Added gRPC method 'UnimplementedCall' to service 'grpc.testing.TestService'. Method type: Unary, HTTP method: POST, route pattern: '/grpc.testing.TestService/UnimplementedCall'.
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[7]
Middleware configuration started with options: {AllowedHosts = *, AllowEmptyHosts = True, IncludeFailureMessage = True}
dbug: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[0]
Wildcard detected, all requests with hosts will be allowed.
======================================
---- System.TimeoutException : The operation has timed out.