Open findepi opened 4 years ago
cc @anjalinorwood
Locally, this is failing consistently for me. Since this has just been merged, i assume this is due to a logical merged conflict. I don't what needs to be fixed, and I don't want to revert all of the https://github.com/prestosql/presto/pull/4832 PR, so i propose we disable the test for now and fix it ASAP. https://github.com/prestosql/presto/pull/5893
@findepi I am investigating. Thanks for disabling the tests.
https://github.com/trinodb/trino/runs/3666711254
Error: Tests run: 548, Failures: 1, Errors: 0, Skipped: 4, Time elapsed: 492.316 s <<< FAILURE! - in TestSuite
Error: io.trino.plugin.iceberg.TestIcebergMaterializedViews.testCreateRefreshSelect Time elapsed: 0.01 s <<< FAILURE!
java.util.ConcurrentModificationException
at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1493)
at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1516)
at io.trino.testing.TestingAccessControlManager.shouldDenyPrivilege(TestingAccessControlManager.java:631)
at io.trino.testing.TestingAccessControlManager.shouldDenyPrivilege(TestingAccessControlManager.java:626)
at io.trino.testing.TestingAccessControlManager.checkCanSelectFromColumns(TestingAccessControlManager.java:580)
at io.trino.sql.analyzer.Analyzer.lambda$analyze$0(Analyzer.java:96)
at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at io.trino.sql.analyzer.Analyzer.lambda$analyze$1(Analyzer.java:95)
at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at io.trino.sql.analyzer.Analyzer.analyze(Analyzer.java:94)
at io.trino.sql.analyzer.Analyzer.analyze(Analyzer.java:83)
at io.trino.sql.analyzer.QueryExplainer.analyze(QueryExplainer.java:121)
at io.trino.sql.analyzer.QueryExplainer.getLogicalPlan(QueryExplainer.java:198)
at io.trino.sql.analyzer.QueryExplainer.getPlan(QueryExplainer.java:139)
at io.trino.testing.AbstractTestQueryFramework.lambda$getExplainPlan$3(AbstractTestQueryFramework.java:416)
at io.trino.transaction.TransactionBuilder.execute(TransactionBuilder.java:150)
at io.trino.testing.AbstractTestQueryFramework.getExplainPlan(AbstractTestQueryFramework.java:415)
at io.trino.plugin.iceberg.TestIcebergMaterializedViews.testCreateRefreshSelect(TestIcebergMaterializedViews.java:313)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
TestIcebergMaterializedViews.testDetectStaleness
https://github.com/trinodb/trino/runs/4580352480?check_suite_focus=true
still happening https://github.com/trinodb/trino/runs/5498750605
https://github.com/prestosql/presto/runs/1378416159