Skip to content

gax-java(windows): Flaky HttpJsonDirectServerStreamingCallableTest.testBlockingServerStreaming - Deadline exceeded #1882

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

Closed
github-actions bot opened this issue Jul 25, 2023 · 2 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@github-actions
Copy link

The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/5538111743

@mpeddada1
Copy link
Contributor

Stacktrace:

Error:  Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.473 s <<< FAILURE! - in com.google.api.gax.httpjson.HttpJsonDirectServerStreamingCallableTest
Error:  com.google.api.gax.httpjson.HttpJsonDirectServerStreamingCallableTest.testBlockingServerStreaming  Time elapsed: 3.079 s  <<< ERROR!
com.google.api.gax.rpc.DeadlineExceededException: Deadline exceeded
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:54)
	at com.google.api.gax.httpjson.HttpJsonApiExceptionFactory.createApiException(HttpJsonApiExceptionFactory.java:76)
	at com.google.api.gax.httpjson.HttpJsonApiExceptionFactory.create(HttpJsonApiExceptionFactory.java:58)
	at com.google.api.gax.httpjson.HttpJsonExceptionResponseObserver.onErrorImpl(HttpJsonExceptionResponseObserver.java:82)
	at com.google.api.gax.rpc.StateCheckingResponseObserver.onError(StateCheckingResponseObserver.java:84)
	at 

@mpeddada1 mpeddada1 changed the title Nightly build for Java 11 on windows-2022 failed. (gax-java/windows): Flaky HttpJsonDirectServerStreamingCallableTest.testBlockingServerStreaming - Deadline exceeded Jul 31, 2023
@mpeddada1 mpeddada1 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jul 31, 2023
@mpeddada1 mpeddada1 changed the title (gax-java/windows): Flaky HttpJsonDirectServerStreamingCallableTest.testBlockingServerStreaming - Deadline exceeded gax-java(windows): Flaky HttpJsonDirectServerStreamingCallableTest.testBlockingServerStreaming - Deadline exceeded Jul 31, 2023
@meltsufin meltsufin self-assigned this Nov 2, 2023
@suztomo suztomo added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 23, 2024
@meltsufin
Copy link
Member

Fixed by #2444 where the timeout was increased to 30 second.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants