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

Added logic to create history tables #599

Open
wants to merge 3 commits into
base: 2.5.0
Choose a base branch
from

Merge conflicts from 2.2.0

0ed0f50
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Added logic to create history tables #599

Merge conflicts from 2.2.0
0ed0f50
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed May 27, 2024 in 0s

112 tests run, 80 passed, 6 skipped, 26 failed.

Annotations

Check failure on line 109 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

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.MySQLGenerateColumnsTest.testMySQLGeneratedColumns(MySQLGenerateColumnsTest.java:109)

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:32794/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1188915623
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:32794/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1188915623
	at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate(ReplicatedRMTClickHouse22TIT.java:110)

Check failure on line 112 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]

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:32777/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-2143153334
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:32777/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-2143153334
	at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.testReplicatedRMTAutoCreate(ReplicatedRMTDDLClickHouse22TIT.java:112)

Check failure on line 115 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]

Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32840/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1638602261
Raw output
java.sql.BatchUpdateException: 
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32840/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-1638602261
	at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.testReplicatedRMTAutoCreate(ReplicatedRMTDDLIT.java:115)

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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32783/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@972732932
Raw output
java.sql.BatchUpdateException: 
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32783/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@972732932
	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:32855/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 102 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

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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32848/employees), please check container logs
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.sql.SQLException: Could not create new connection
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)

Check failure on line 102 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.testDeleteOffsetStorageRow2

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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32851/employees), please check container logs
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
Caused by: java.sql.SQLException: Could not create new connection
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)
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.DebeziumChangeEventCaptureIT.startContainers(DebeziumChangeEventCaptureIT.java:102)

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

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DebeziumStorageViewIT.debeziumStorageView

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.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32844/employees), please check container logs
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
Caused by: java.sql.SQLException: Could not create new connection
	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
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.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
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.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)
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.DebeziumStorageViewIT.startContainers(DebeziumStorageViewIT.java:59)

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:32859/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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32807/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@625379532
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32807/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@625379532
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32807/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@625379532
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32807/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@625379532
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32821/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2125809538
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32821/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2125809538
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32823/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1776130748
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32823/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1776130748
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1143242013
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1143242013
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1143242013
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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1143242013
	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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32825/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2045654832
Raw output
java.sql.BatchUpdateException: 
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32825/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2045654832
	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)