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 TestHiveDynamicPartitionPruningTest.testJoinDynamicFilteringMultiJoinOnBucketedTables #13322

Closed
ebyhr opened this issue Jul 23, 2022 · 9 comments · Fixed by #13643
Closed
Assignees
Labels

Comments

@ebyhr
Copy link
Member

ebyhr commented Jul 23, 2022

Error:  io.trino.plugin.hive.TestHiveDynamicPartitionPruningTest.testJoinDynamicFilteringMultiJoinOnBucketedTables[BROADCAST](2)  Time elapsed: 1.408 s  <<< FAILURE!
java.lang.AssertionError: 
[filtered input positions] 
Expecting:
 <4L>
to be less than:
 <4L> 
	at io.trino.testing.BaseDynamicPartitionPruningTest.assertDynamicFilters(BaseDynamicPartitionPruningTest.java:491)
	at io.trino.testing.BaseDynamicPartitionPruningTest.testJoinDynamicFilteringMultiJoin(BaseDynamicPartitionPruningTest.java:465)
	at io.trino.testing.BaseDynamicPartitionPruningTest.testJoinDynamicFilteringMultiJoinOnBucketedTables(BaseDynamicPartitionPruningTest.java:457)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)

https://github.com/trinodb/trino/runs/7479762692

@ebyhr ebyhr added the test label Jul 23, 2022
@sopel39
Copy link
Member

sopel39 commented Jul 25, 2022

This wasn't flaky before. Could it be actual product test due to recent DF changes, cc @raunaqmorarka @arhimondr ?

@sopel39
Copy link
Member

sopel39 commented Jul 25, 2022

@nineinchnick Could you confirm that it's a new flakyness rather than being there always from time to time?

@nineinchnick
Copy link
Member

nineinchnick commented Jul 25, 2022

@sopel39 last occurrence was on 2022-06-14, I checked in last 90 days so it's pretty rare.

@nineinchnick
Copy link
Member

Is this happening in the CI? Shouldn't we see more recent occurrences?

@ebyhr
Copy link
Member Author

ebyhr commented Jul 25, 2022

@nineinchnick It failed 2 days ago on master in https://github.com/trinodb/trino/runs/7479762692

@sopel39
Copy link
Member

sopel39 commented Jul 26, 2022

@Praveen2112
Copy link
Member

@findepi
Copy link
Member

findepi commented Aug 11, 2022

@ebyhr
Copy link
Member Author

ebyhr commented Aug 12, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

5 participants