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

Flaky GrpcDirectStreamControllerTest.testRetryNoRaceCondition: test timed out #1704

Closed
mpeddada1 opened this issue May 24, 2023 · 0 comments · Fixed by #1691
Closed

Flaky GrpcDirectStreamControllerTest.testRetryNoRaceCondition: test timed out #1704

mpeddada1 opened this issue May 24, 2023 · 0 comments · Fixed by #1691
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@mpeddada1
Copy link
Contributor

Test failure observed in https://github.com/googleapis/sdk-platform-java/actions/runs/5071245897/jobs/9107388863?pr=1703.

Stacktrace:

Error:  Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 180.013 s <<< FAILURE! - in com.google.api.gax.grpc.GrpcDirectStreamControllerTest
Error:  com.google.api.gax.grpc.GrpcDirectStreamControllerTest.testRetryNoRaceCondition  Time elapsed: 180.012 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 180000 milliseconds
	at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
	at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
	at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at [email protected]/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)
	at app//com.google.api.gax.rpc.QueuingResponseObserver.getNext(QueuingResponseObserver.java:70)
	at app//com.google.api.gax.rpc.ServerStreamIterator.hasNext(ServerStreamIterator.java:96)
	at app//com.google.api.gax.grpc.GrpcDirectStreamControllerTest.testRetryNoRaceCondition(GrpcDirectStreamControllerTest.java:143)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
	at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at [email protected]/java.lang.Thread.run(Thread.java:833)
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.
Projects
None yet
2 participants