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

TestIcebergParquetConnectorTest.testStatsBasedRepartitionDataOnCtas flaky #14368

Closed
losipiuk opened this issue Sep 29, 2022 · 2 comments · Fixed by #14397
Closed

TestIcebergParquetConnectorTest.testStatsBasedRepartitionDataOnCtas flaky #14368

losipiuk opened this issue Sep 29, 2022 · 2 comments · Fixed by #14397
Labels
bug Something isn't working test

Comments

@losipiuk
Copy link
Member

2022-09-28T22:57:30.2515805Z [ERROR] io.trino.plugin.iceberg.TestIcebergParquetConnectorTest.testStatsBasedRepartitionDataOnCtas  Time elapsed: 7.062 s  <<< FAILURE!
2022-09-28T22:57:30.2516388Z java.lang.AssertionError: 
2022-09-28T22:57:30.2516952Z [Rows for query [SELECT count(*) FROM "repartition_SELECTDISTINCTorderkeycustkeyorderstatusFROMtpchtinyordersctas_orderstatus_5cjf604goo$files"]] 
2022-09-28T22:57:30.2517416Z Expecting:
2022-09-28T22:57:30.2517597Z   <(3)>
2022-09-28T22:57:30.2517929Z to contain exactly in any order:
2022-09-28T22:57:30.2518150Z   <[(9)]>
2022-09-28T22:57:30.2518355Z elements not found:
2022-09-28T22:57:30.2518554Z   <(9)>
2022-09-28T22:57:30.2518754Z and elements not expected:
2022-09-28T22:57:30.2518964Z   <(3)>
2022-09-28T22:57:30.2519077Z 
2022-09-28T22:57:30.2519332Z 	at io.trino.sql.query.QueryAssertions$QueryAssert.lambda$matches$2(QueryAssertions.java:383)
2022-09-28T22:57:30.2519827Z 	at io.trino.sql.query.QueryAssertions$QueryAssert.matches(QueryAssertions.java:370)
2022-09-28T22:57:30.2520530Z 	at io.trino.sql.query.QueryAssertions$QueryAssert.matches(QueryAssertions.java:365)
2022-09-28T22:57:30.2521140Z 	at io.trino.plugin.iceberg.BaseIcebergConnectorTest.testRepartitionData(BaseIcebergConnectorTest.java:4182)
2022-09-28T22:57:30.2521971Z 	at io.trino.plugin.iceberg.BaseIcebergConnectorTest.lambda$testStatsBasedRepartitionData$16(BaseIcebergConnectorTest.java:4139)
2022-09-28T22:57:30.2522587Z 	at io.trino.testing.assertions.Assert.assertEventually(Assert.java:77)
2022-09-28T22:57:30.2523199Z 	at io.trino.testing.assertions.Assert.assertEventually(Assert.java:68)
2022-09-28T22:57:30.2523680Z 	at io.trino.testing.assertions.Assert.assertEventually(Assert.java:62)
2022-09-28T22:57:30.2524338Z 	at io.trino.plugin.iceberg.BaseIcebergConnectorTest.testStatsBasedRepartitionData(BaseIcebergConnectorTest.java:4138)
2022-09-28T22:57:30.2525178Z 	at io.trino.plugin.iceberg.BaseIcebergConnectorTest.testStatsBasedRepartitionDataOnCtas(BaseIcebergConnectorTest.java:4110)
2022-09-28T22:57:30.2525873Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-09-28T22:57:30.2526437Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2022-09-28T22:57:30.2527089Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-09-28T22:57:30.2527613Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2022-09-28T22:57:30.2528116Z 	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
2022-09-28T22:57:30.2528617Z 	at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
2022-09-28T22:57:30.2529044Z 	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
2022-09-28T22:57:30.2529491Z 	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
2022-09-28T22:57:30.2529990Z 	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
2022-09-28T22:57:30.2530496Z 	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
2022-09-28T22:57:30.2531326Z 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2022-09-28T22:57:30.2531970Z 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2022-09-28T22:57:30.2532478Z 	at java.base/java.lang.Thread.run(Thread.java:833)

Observed https://github.com/trinodb/trino/actions/runs/3146868604/jobs/5116286188

cc: @findepi

@findepi
Copy link
Member

findepi commented Sep 29, 2022

Might be same as #11140

@findepi findepi added the bug Something isn't working label Sep 29, 2022
@findepi
Copy link
Member

findepi commented Sep 29, 2022

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

Successfully merging a pull request may close this issue.

3 participants