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 TestIcebergMinioOrcConnectorTest.testReadMetadataWithRelationsConcurrentModifications #19747

Closed
ebyhr opened this issue Nov 15, 2023 · 3 comments · Fixed by #19872
Closed
Labels
bug Something isn't working iceberg Iceberg connector test

Comments

@ebyhr
Copy link
Member

ebyhr commented Nov 15, 2023

https://github.com/trinodb/trino/actions/runs/6873067772/job/18692583921?pr=19727

Error:  Tests run: 430, Failures: 0, Errors: 1, Skipped: 8, Time elapsed: 634.1 s <<< FAILURE! -- in io.trino.plugin.iceberg.TestIcebergMinioOrcConnectorTest
Error:  io.trino.plugin.iceberg.TestIcebergMinioOrcConnectorTest.testReadMetadataWithRelationsConcurrentModifications -- Time elapsed: 150.5 s <<< ERROR!
com.google.common.base.VerifyException: Task did not completed before timeout; completed tasks: 0, current poll timeout: 150 s
	at com.google.common.base.Verify.verifyNotNull(Verify.java:503)
	at io.trino.testing.BaseConnectorTest.testReadMetadataWithRelationsConcurrentModifications(BaseConnectorTest.java:2051)
	at io.trino.testing.BaseConnectorTest.testReadMetadataWithRelationsConcurrentModifications(BaseConnectorTest.java:1990)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.lambda$submitTask$3(AssertTimeoutPreemptively.java:95)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
@ebyhr
Copy link
Member Author

ebyhr commented Nov 21, 2023

@ebyhr
Copy link
Member Author

ebyhr commented Nov 21, 2023

@findepi
Copy link
Member

findepi commented Nov 23, 2023

https://github.com/trinodb/trino/actions/runs/6959734449/job/18937997729?pr=19863

Error:  io.trino.plugin.iceberg.TestIcebergMinioOrcConnectorTest.testReadMetadataWithRelationsConcurrentModifications -- Time elapsed: 150.5 s <<< ERROR!
com.google.common.base.VerifyException: Task did not completed before timeout; completed tasks: 0, current poll timeout: 150 s
	at com.google.common.base.Verify.verifyNotNull(Verify.java:503)
	at io.trino.testing.BaseConnectorTest.testReadMetadataWithRelationsConcurrentModifications(BaseConnectorTest.java:2047)
	at io.trino.testing.BaseConnectorTest.testReadMetadataWithRelationsConcurrentModifications(BaseConnectorTest.java:1986)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.lambda$submitTask$3(AssertTimeoutPreemptively.java:95)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iceberg Iceberg connector test
Development

Successfully merging a pull request may close this issue.

2 participants