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

logging.it.ITTailLogsTest: testTailLogEntries failed #1416

Closed
flaky-bot bot opened this issue Aug 16, 2023 · 10 comments
Closed

logging.it.ITTailLogsTest: testTailLogEntries failed #1416

flaky-bot bot opened this issue Aug 16, 2023 · 10 comments
Assignees
Labels
api: logging Issues related to the googleapis/java-logging 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: 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

@flaky-bot
Copy link

flaky-bot bot commented Aug 16, 2023

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


commit: d611a09
buildURL: Build Status, Sponge
status: failed

Test output
org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds
	at java.base@11.0.19/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@11.0.19/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at java.base@11.0.19/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
	at java.base@11.0.19/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:417)
	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.cloud.logging.LogEntryIterator.hasNext(LogEntryIterator.java:42)
	at app//com.google.cloud.logging.it.ITTailLogsTest.testTailLogEntries(ITTailLogsTest.java:69)
	at java.base@11.0.19/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base@11.0.19/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base@11.0.19/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base@11.0.19/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.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at java.base@11.0.19/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@11.0.19/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: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Aug 16, 2023
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Aug 16, 2023
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Aug 16, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 16, 2023

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 (d611a09), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@triplequark triplequark added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Aug 24, 2023
@flaky-bot flaky-bot bot reopened this Oct 30, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 30, 2023

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: 2f0ca9c
buildURL: Build Status, Sponge
status: failed

Test output
org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds
	at java.base@11.0.20.1/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@11.0.20.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at java.base@11.0.20.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
	at java.base@11.0.20.1/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:417)
	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.cloud.logging.LogEntryIterator.hasNext(LogEntryIterator.java:42)
	at app//com.google.cloud.logging.it.ITTailLogsTest.testTailLogEntries(ITTailLogsTest.java:69)
	at java.base@11.0.20.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base@11.0.20.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base@11.0.20.1/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base@11.0.20.1/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.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at java.base@11.0.20.1/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@11.0.20.1/java.lang.Thread.run(Thread.java:829)

Copy link
Author

flaky-bot bot commented Dec 27, 2023

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: 9fb638b
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot reopened this Dec 27, 2023
Copy link
Author

flaky-bot bot commented Jan 26, 2024

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: 538fef8
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot reopened this Jan 26, 2024
@flaky-bot flaky-bot bot reopened this Mar 1, 2024
Copy link
Author

flaky-bot bot commented Mar 1, 2024

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: 0cc55bd
buildURL: Build Status, Sponge
status: failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging 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: 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