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

firestore.BulkWriterTest: sendsBackoffBatchAfterOtherEnqueuedBatches failed #883

Closed
flaky-bot bot opened this issue Feb 21, 2022 · 3 comments
Closed
Labels
api: firestore Issues related to the googleapis/java-firestore API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. 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

@flaky-bot
Copy link

flaky-bot bot commented Feb 21, 2022

Note: #614 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 036f7f8
buildURL: Build Status, Sponge
status: failed

Test output
org.junit.runners.model.TestTimedOutException: test timed out after 1 seconds
	at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
	at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at app//com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:557)
	at app//com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:92)
	at app//com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66)
	at app//com.google.cloud.firestore.BulkWriter.close(BulkWriter.java:713)
	at app//com.google.cloud.firestore.BulkWriterTest.sendsBackoffBatchAfterOtherEnqueuedBatches(BulkWriterTest.java:1280)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
	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.RunBefores.evaluate(RunBefores.java:26)
	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:829)
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Feb 21, 2022
@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/java-firestore API. label Feb 21, 2022
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Feb 22, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Feb 22, 2022

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (036f7f8), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels May 23, 2022
@ehsannas ehsannas closed this as completed Jul 5, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Jul 14, 2022

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: 16dfbe4
buildURL: Build Status, Sponge
status: failed

Test output
org.junit.runners.model.TestTimedOutException: test timed out after 1 seconds
	at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
	at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at app//com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:557)
	at app//com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at app//com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66)
	at app//com.google.cloud.firestore.BulkWriter.close(BulkWriter.java:713)
	at app//com.google.cloud.firestore.BulkWriterTest.sendsBackoffBatchAfterOtherEnqueuedBatches(BulkWriterTest.java:1280)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
	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.RunBefores.evaluate(RunBefores.java:26)
	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:829)

@flaky-bot flaky-bot bot reopened this Jul 14, 2022
@ehsannas
Copy link
Contributor

ehsannas commented Dec 6, 2023

this is a unit test, not an integration test. And there's no reason for it to fail. It appears that something went wrong in the test runner. Also hasn't happened again in almost 2 years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/java-firestore API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. 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

2 participants