-
Notifications
You must be signed in to change notification settings - Fork 53
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
gax-java(windows): Flaky HttpJsonDirectServerStreamingCallableTest.testManualFlowControl #1684
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Comments
|
burkedavison
changed the title
Nightly build for Java 11 on windows-2022 failed.
gax-java(windows): Flaky HttpJsonDirectServerStreamingCallableTest.testManualFlowControl
May 16, 2023
burkedavison
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
May 16, 2023
This was referenced Jun 5, 2023
This was referenced Jul 4, 2023
This was referenced Aug 2, 2023
meltsufin
added
type: cleanup
An internal cleanup or hygiene concern.
and removed
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Aug 10, 2023
|
meltsufin
added a commit
that referenced
this issue
Jan 31, 2024
The flakes seem to stem from parallel execution and the resulting race conditions around static member variables, particularly the `mockService`. Attempting to fix this by using a separate `mockService` for each test. Fixes: #1905. Fixes: #2107. Fixes: #1876. Fixes: #2083. Fixes: #1842. Fixes: #1587. Fixes: #1684.
ddixit14
pushed a commit
that referenced
this issue
Feb 15, 2024
The flakes seem to stem from parallel execution and the resulting race conditions around static member variables, particularly the `mockService`. Attempting to fix this by using a separate `mockService` for each test. Fixes: #1905. Fixes: #2107. Fixes: #1876. Fixes: #2083. Fixes: #1587. Fixes: #1684.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/4986876999
The text was updated successfully, but these errors were encountered: