Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed renaming of is_deleted column when the source columns have backticks #620

Merged
merged 2 commits into from
Jun 4, 2024

Merge branch '2.2.0' of github.com:Altinity/clickhouse-sink-connector…

b4f668f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fixed renaming of is_deleted column when the source columns have backticks #620

Merge branch '2.2.0' of github.com:Altinity/clickhouse-sink-connector…
b4f668f
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Jun 4, 2024 in 0s

113 tests run, 83 passed, 6 skipped, 24 failed.

Annotations

Check failure on line 62 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLGenerateColumnsTest.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 110 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTClickHouse22TIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 58 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTDDLClickHouse22TIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 58 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTDDLIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 114 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 58 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/BatchRetryOnFailureIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 166 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumChangeEventCaptureIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 70 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/MultipleUpdatesWSameTimestampIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 95 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableAddColumnIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 87 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableChangeColumnIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 81 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableModifyColumnIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 104 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AutoCreateTableIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 104 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AutoCreateTableIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 85 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 96 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesTimeZoneIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 94 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithTimeZoneIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 157 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedDifferentTimeZoneIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 148 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 102 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/IsDeletedColumnsIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 102 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/IsDeletedColumnsIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 133 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/MultipleDatabaseIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 125 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TableOperationsIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 125 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TableOperationsIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 94 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TruncateTableIT.java

See this annotation in the file changed.

@github-actions 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)