Skip to content

Remove unused classes from TableWriterNode #69797

Remove unused classes from TableWriterNode

Remove unused classes from TableWriterNode #69797

Triggered via push September 19, 2024 14:09
Status Failure
Total duration 1h 37m 56s
Artifacts 5

ci.yml

on: push
check-commits-dispatcher
0s
check-commits-dispatcher
build-test-matrix
49s
build-test-matrix
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
TestGoogleSheets.testQueryingUnknownSchemaAndTable: plugin/trino-google-sheets/src/test/java/io/trino/plugin/google/sheets/TestGoogleSheets.java#L165
Expecting message: "Failed reading data from sheet: 1gPJ42XoVPSCJy5ieiWxb3WKhG44sIYvi9c94X-aFfUE#Metadata" to match regex: "Sheet expression not found for table foo_bar_table" but did not. Throwable that failed the check: io.trino.testing.QueryFailedException: Failed reading data from sheet: 1gPJ42XoVPSCJy5ieiWxb3WKhG44sIYvi9c94X-aFfUE#Metadata at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:134) at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:565) at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:554) at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:465) at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:445) at io.trino.plugin.google.sheets.TestGoogleSheets.testQueryingUnknownSchemaAndTable(TestGoogleSheets.java:165) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:766) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org
test (plugin/trino-google-sheets)
Process completed with exit code 1.
TestBigQueryAvroConnectorTest.testDataMappingSmokeTest: plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/TestBigQueryAvroConnectorTest.java#L1
Execution of 'actual' query 20240919_145013_01573_t66g3 failed: SELECT row_id FROM test_data_mapping_smoke_varchar_3_vphvf0zlo1 WHERE value <= 'de'
test (plugin/trino-bigquery)
Process completed with exit code 1.
pt (default, suite-7-non-generic, )
Process completed with exit code 1.
TestSqlServerAutomaticJoinPushdown.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerAutomaticJoinPushdown.java#L34
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerConnectorSmokeTest.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorSmokeTest.java#L25
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerConnectorTest.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorTest.java#L49
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerLatestConnectorSmokeTest.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerLatestConnectorSmokeTest.java#L27
Container startup failed for image mcr.microsoft.com/mssql/server:2019-CU13-ubuntu-20.04
TestSqlServerTypeMapping.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerTypeMapping.java#L25
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerWithSnapshotIsolation.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerWithSnapshotIsolation.java#L1
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
test (plugin/trino-sqlserver)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
product tests and server tarball Expired
1.28 GB
results plugin_trino-bigquery, , Expired
140 KB
results plugin_trino-google-sheets, , Expired
39.9 KB
results plugin_trino-sqlserver, , Expired
320 KB
results pt (default, suite-7-non-generic, ) Expired
396 MB