Fixed renaming of is_deleted column when the source columns have backticks #620
113 tests run, 83 passed, 6 skipped, 24 failed.
Annotations
github-actions / JUnit Test Report
MySQLGenerateColumnsTest.testMySQLGeneratedColumns
Container startup failed for image docker.io/bitnami/mysql:latest
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/bitnami/mysql:latest
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32859/employees), please check container logs
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: java.sql.SQLException: Could not create new connection
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.altinity.clickhouse.debezium.embedded.MySQLGenerateColumnsTest.startContainers(MySQLGenerateColumnsTest.java:62)
github-actions / JUnit Test Report
ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 22.3.20.29 (official build))
, server ClickHouseNode [uri=http://localhost:32828/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1256609731
Raw output
java.sql.BatchUpdateException:
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 22.3.20.29 (official build))
, server ClickHouseNode [uri=http://localhost:32828/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1256609731
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate(ReplicatedRMTClickHouse22TIT.java:110)
github-actions / JUnit Test Report
ReplicatedRMTDDLClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]
Container startup failed for image docker.io/bitnami/mysql:latest
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/bitnami/mysql:latest
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32855/employees), please check container logs
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: java.sql.SQLException: Could not create new connection
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.startContainers(ReplicatedRMTDDLClickHouse22TIT.java:58)
github-actions / JUnit Test Report
ReplicatedRMTDDLIT.testReplicatedRMTAutoCreate{String}[1]
Container startup failed for image docker.io/bitnami/mysql:latest
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/bitnami/mysql:latest
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32850/employees), please check container logs
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: java.sql.SQLException: Could not create new connection
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.startContainers(ReplicatedRMTDDLIT.java:58)
github-actions / JUnit Test Report
ReplicatedRMTIT.testReplicatedRMTAutoCreate{String}[1]
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32774/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@765184947
Raw output
java.sql.BatchUpdateException:
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32774/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@765184947
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTIT.testReplicatedRMTAutoCreate(ReplicatedRMTIT.java:114)
github-actions / JUnit Test Report
BatchRetryOnFailureIT.testBatchRetryOnCHFailure
Container startup failed for image docker.io/bitnami/mysql:latest
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/bitnami/mysql:latest
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32839/employees), please check container logs
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: java.sql.SQLException: Could not create new connection
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.altinity.clickhouse.debezium.embedded.cdc.BatchRetryOnFailureIT.startContainers(BatchRetryOnFailureIT.java:58)
github-actions / JUnit Test Report
DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT _version FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32831/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1772146822
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT _version FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32831/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1772146822
at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers(DebeziumChangeEventCaptureIT.java:166)
github-actions / JUnit Test Report
MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates
Container startup failed for image docker.io/bitnami/mysql:latest
Raw output
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/bitnami/mysql:latest
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32843/employees), please check container logs
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: java.sql.SQLException: Could not create new connection
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: com.mysql.cj.exceptions.CJCommunicationsException:
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.startContainers(MultipleUpdatesWSameTimestampIT.java:70)
github-actions / JUnit Test Report
AlterTableAddColumnIT.testAddColumn
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AlterTableAddColumnIT.testAddColumn(AlterTableAddColumnIT.java:95)
github-actions / JUnit Test Report
AlterTableChangeColumnIT.testChangeColumn
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AlterTableChangeColumnIT.testChangeColumn(AlterTableChangeColumnIT.java:87)
github-actions / JUnit Test Report
AlterTableModifyColumnIT.testModifyColumn
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AlterTableModifyColumnIT.testModifyColumn(AlterTableModifyColumnIT.java:81)
github-actions / JUnit Test Report
AutoCreateTableIT.testAutoCreateTable{String}[1]
Code: 60. DB::Exception: Unknown table expression identifier 'new-table' in scope SELECT count(*) FROM `new-table`. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32790/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1989939587
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'new-table' in scope SELECT count(*) FROM `new-table`. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32790/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1989939587
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:104)
github-actions / JUnit Test Report
AutoCreateTableIT.testAutoCreateTable{String}[2]
Code: 60. DB::Exception: Unknown table expression identifier 'new-table' in scope SELECT count(*) FROM `new-table`. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32790/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1989939587
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'new-table' in scope SELECT count(*) FROM `new-table`. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32790/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1989939587
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:104)
github-actions / JUnit Test Report
CreateTableDataTypesIT.testCreateTable
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
at com.altinity.clickhouse.debezium.embedded.ddl.parser.CreateTableDataTypesIT.testCreateTable(CreateTableDataTypesIT.java:85)
github-actions / JUnit Test Report
CreateTableDataTypesTimeZoneIT.testCreateTable
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
at com.altinity.clickhouse.debezium.embedded.ddl.parser.CreateTableDataTypesTimeZoneIT.testCreateTable(CreateTableDataTypesTimeZoneIT.java:96)
github-actions / JUnit Test Report
DateTimeWithTimeZoneIT.testCreateTable
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32809/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1743817008
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32809/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1743817008
at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithTimeZoneIT.testCreateTable(DateTimeWithTimeZoneIT.java:94)
github-actions / JUnit Test Report
DateTimeWithUserProvidedDifferentTimeZoneIT.testCreateTable
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2136844018
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2136844018
at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedDifferentTimeZoneIT.testCreateTable(DateTimeWithUserProvidedDifferentTimeZoneIT.java:157)
github-actions / JUnit Test Report
DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable(DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java:148)
Raw output
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable(DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java:148)
github-actions / JUnit Test Report
IsDeletedColumnsIT.testIsDeleted{String}[1]
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32805/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-957762988
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32805/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-957762988
at com.altinity.clickhouse.debezium.embedded.ddl.parser.IsDeletedColumnsIT.testIsDeleted(IsDeletedColumnsIT.java:102)
github-actions / JUnit Test Report
IsDeletedColumnsIT.testIsDeleted{String}[2]
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32805/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-957762988
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32805/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-957762988
at com.altinity.clickhouse.debezium.embedded.ddl.parser.IsDeletedColumnsIT.testIsDeleted(IsDeletedColumnsIT.java:102)
github-actions / JUnit Test Report
MultipleDatabaseIT.testMultipleDatabases
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32800/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@891013263
Raw output
java.sql.BatchUpdateException:
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32800/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@891013263
at com.altinity.clickhouse.debezium.embedded.ddl.parser.MultipleDatabaseIT.testMultipleDatabases(MultipleDatabaseIT.java:133)
github-actions / JUnit Test Report
TableOperationsIT.testTableOperations{String}[1]
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
Raw output
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
github-actions / JUnit Test Report
TableOperationsIT.testTableOperations{String}[2]
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
Raw output
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
github-actions / JUnit Test Report
TruncateTableIT.testIsDeleted
Code: 60. DB::Exception: Unknown table expression identifier 'ship_class' in scope SELECT * FROM ship_class. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32798/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@417831547
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'ship_class' in scope SELECT * FROM ship_class. (UNKNOWN_TABLE) (version 24.5.1.1763 (official build))
, server ClickHouseNode [uri=http://localhost:32798/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@417831547
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TruncateTableIT.testIsDeleted(TruncateTableIT.java:94)