Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarantine InteropTests.InteropTests.SpecialStatusMessage #60245

Open
sebastienros opened this issue Feb 7, 2025 · 0 comments
Open

Quarantine InteropTests.InteropTests.SpecialStatusMessage #60245

sebastienros opened this issue Feb 7, 2025 · 0 comments
Labels
area-grpc Includes: GRPC wire-up, templates test-failure

Comments

@sebastienros
Copy link
Member

sebastienros commented Feb 7, 2025

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.

Build

https://dev.azure.com/dnceng-public/public/_build/results?buildId=943379&view=ms.vss-test-web.build-test-results-tab&runId=25048112&resultId=123785&paneView=debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-grpc Includes: GRPC wire-up, templates test-failure
Projects
None yet
Development

No branches or pull requests

1 participant