Throw TrinoException when Iceberg commit fails #7517
GitHub Actions / Test Report
failed
Aug 21, 2024 in 0s
4446 tests: 4445 passed, 1 failed. Elapsed 6h 1m 15s.
Annotations
Check failure on line 243 in io/trino/tests/product/deltalake/TestDeltaLakeDeleteCompatibility
github-actions / Test Report
TestDeltaLakeDeleteCompatibility > testDeletionVectors(0: id) [groups: profile_specific_tests, delta-lake-exclude-91, delta-lake-databricks, delta-lake-oss]
Expected row count to be <2>, but was <3>; rows=[[1, 11], [30, -1], [2, -1]]
Raw output
java.lang.AssertionError: Expected row count to be <2>, but was <3>; rows=[[1, 11], [30, -1], [2, -1]]
at io.trino.tests.product.deltalake.TestDeltaLakeDeleteCompatibility.testDeletionVectors(TestDeltaLakeDeleteCompatibility.java:243)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1570)
Loading