Deprecate support for IBM COS via Hive #74567
Annotations
11 errors
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/TestImpersonation.java#L130
java.sql.SQLException: Query failed (#20250131_231648_00001_svyt8): Catalog 'hive' failed to initialize and is disabled
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestParquetSymlinkInputFormat.java#L63
java.sql.SQLException: Query failed (#20250131_233019_00117_4cmfn): Catalog 'hive' failed to initialize and is disabled
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestParquetSymlinkInputFormat.java#L119
java.sql.SQLException: Query failed (#20250131_233020_00118_4cmfn): Catalog 'hive' failed to initialize and is disabled
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestParquetSymlinkInputFormat.java#L90
Expecting message:
"java.sql.SQLException: Query failed (#20250131_233020_00119_4cmfn): Catalog 'hive' failed to initialize and is disabled"
to match regex:
".*Manifest file from the location \[.*data_test_parquet_invalid_symlink\] contains non-existent path:.*missingfile.parquet"
but did not.
Throwable that failed the check:
io.trino.tempto.query.QueryExecutionException: java.sql.SQLException: Query failed (#20250131_233020_00119_4cmfn): Catalog 'hive' failed to initialize and is disabled
at io.trino.tempto.query.JdbcQueryExecutor.execute(JdbcQueryExecutor.java:119)
at io.trino.tempto.query.JdbcQueryExecutor.executeQuery(JdbcQueryExecutor.java:84)
at io.trino.tests.product.utils.QueryExecutors$1.lambda$executeQuery$0(QueryExecutors.java:54)
at dev.failsafe.Functions.lambda$toCtxSupplier$11(Functions.java:243)
at dev.failsafe.Functions.lambda$get$0(Functions.java:46)
at dev.failsafe.internal.RetryPolicyExecutor.lambda$apply$0(RetryPolicyExecutor.java:74)
at dev.failsafe.SyncExecutionImpl.executeSync(SyncExecutionImpl.java:187)
at dev.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:376)
at dev.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:112)
at io.trino.tests.product.utils.QueryExecutors$1.executeQuery(QueryExecutors.java:54)
at io.trino.tests.product.hive.TestParquetSymlinkInputFormat.lambda$testSymlinkTableWithSymlinkFileContainingNonExistentPath$0(TestParquetSymlinkInputFormat.java:89)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315)
at io.trino.tests.product.hive.TestParquetSymlinkInputFormat.testSymlinkTableWithSymlinkFileContainingNonExistentPath(TestParquetSymlinkInputFormat.java:89)
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:1575)
Caused by: java.sql.SQLException: Query failed (#20250131_233020_00119_4cmfn): Catalog 'hive' failed to initialize and is disabled
at io.trino.jdbc.ResultUtils.resultsException(ResultUtils.java:33)
at io.trino.jdbc.TrinoResultSet.getColumns(TrinoResultSet.java:143)
at io.trino.jdbc.TrinoResultSet.create(TrinoResultSet.java:49)
at io.trino.jdbc.TrinoStatement.internalExecute(TrinoStatement.java:262)
at io.trino.jdbc.TrinoStatement.execute(TrinoStatement.java:240)
at io.trino.tempto.query.JdbcQueryExecutor.executeQueryNoParams(JdbcQueryExecutor.java:128)
at io.trino.tempto.query.JdbcQueryExecutor.execute(JdbcQueryExecutor.java:112)
... 26 more
Suppressed: java.lang.Exception: Query: SELECT * FROM test_parquet_invalid_symlink
at io.trino.tempto.query.JdbcQueryExecutor.executeQueryNoParams(JdbcQueryExecutor.java:136)
... 27 more
Caused by: io.trino.spi.TrinoException: Catalog 'hive' failed to initialize and is disabled
at io.trino.metadata.Catalog.verify(Catalog.java:97)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at io.trino.transaction.InMemoryTransactionManager$TransactionMetadata.tryRegisterCatalog(InMemoryTransactionManager.java:446)
at io.trino.transaction.InMemoryTransactionManager.getOptionalCatalogMetadata(InMemoryTransactionManager.java:211)
at io
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L309
Expecting ArrayList:
["Query 20250131_232723_00005_4cmfn failed: Catalog 'hive' failed to initialize and is disabled"]
to contain:
["USE"]
but could not find the following element(s):
["USE"]
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L334
Expecting ArrayList:
["Query 20250131_232724_00006_4cmfn failed: Catalog 'hive' failed to initialize and is disabled"]
to contain:
["USE"]
but could not find the following element(s):
["USE"]
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L282
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L295
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L223
Expecting ArrayList:
[]
to contain:
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily past t"",
""15","MOROCCO","0","rns. blithely bold courts among the closely regular packages use furiously bold platelets?"",
""16","MOZAMBIQUE","0","s. ironic, unusual asymptotes wake blithely r"",
""17","PERU","1","platelets. blithely pending dependencies use fluffily across the even pinto beans. carefully silent accoun"",
""18","CHINA","2","c dependencies. furiously express notornis sleep slyly regular accounts. ideas sleep. depos"",
""19","ROMANIA","3","ular asymptotes are about the furious multipliers. express dependencies nag above the ironically ironic account"",
""20","SAUDI ARABIA","4","ts. silent requests haggle. closely express packages sleep across the blithely"",
""21","VIETNAM","2","hely enticingly express accounts. even, final "",
""22","RUSSIA","3"," requests against the platelets use never according to the quickly regular pint"",
""23","UNITED KINGDOM","3","eans boost carefully special requests. accounts are. carefull"",
""24","UNITED STATES","1","y final packages. slow foxes cajole quickly. quickly silent platelets breach ironic accounts. unusual pinto be""]
but could not find the following element(s):
[""0","ALGERIA","0"," haggle. carefully final deposits detect slyly agai"",
""1","ARGENTINA","1","al foxes promise slyly according to the regular accounts. bold requests alon"",
""2","BRAZIL","1","y alongside of the pending deposits. carefully special packages are about the ironic forges. slyly special "",
""3","CANADA","1","eas hang ironic, silent packages. slyly regular packages are furiously over the tithes. fluffily bold"",
""4","EGYPT","4","y above the carefully unusual theodolites. final dugouts are quickly across the furiously regular d"",
""5","ETHIOPIA","0","ven packages wake quickly. regu"",
""6","FRANCE","3","refully final requests. regular, ironi"",
""7","GERMANY","3","l platelets. regular accounts x-ray: unusual, regular acco"",
""8","INDIA","2","ss excuses cajole slyly across the packages. deposits print aroun"",
""9","INDONESIA","2"," slyly express asymptotes. regular deposits haggle slyly. carefully ironic hockey players sleep blithely. carefull"",
""10","IRAN","4","efully alongside of the slyly final dependencies. "",
""11","IRAQ","4","nic deposits boost atop the quickly final requests? quickly regula"",
""12","JAPAN","2","ously. final, express gifts cajole a"",
""13","JORDAN","4","ic deposits are blithely about the carefully regular pa"",
""14","KENYA","0"," pending excuses haggle furiously deposits. pending, express pinto beans wake fluffily
|
Upload test results:
testing/trino-product-tests/src/main/java/io/trino/tests/product/cli/TestTrinoCli.java#L415
Expecting ArrayList:
["Query 20250131_232732_00013_4cmfn failed: Catalog 'iceberg' failed to initialize and is disabled"]
to contain:
["CREATE TABLE", "Query Plan"]
but could not find the following element(s):
["CREATE TABLE", "Query Plan"]
|
Product Tests
Process completed with exit code 1.
|
Loading