You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
The FlowControllerTest#testConcurrentUpdateThresholds_nonBlocking seems to be very flaky. It also failed the release of gax 1.63.2 (#1357).
The buidl very often fails with an error like the following:
com.google.api.gax.batching.FlowControllerTest > testConcurrentUpdateThresholds_nonBlocking FAILED
The maximum number of batch elements: 4850 have been reached.
at com.google.api.gax.batching.FlowController.reserve(FlowController.java:221)
at com.google.api.gax.batching.FlowControllerTest.testRejectedReserveRelease(FlowControllerTest.java:503)
at com.google.api.gax.batching.FlowControllerTest.testConcurrentUpdateThresholds_nonBlocking(FlowControllerTest.java:570)