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 Integration test to validate mapping of MySQL JSON data types t… #592

Merged
merged 1 commit into from
Jun 4, 2024

Added Integration test to validate mapping of MySQL JSON data types t…

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

Added Integration test to validate mapping of MySQL JSON data types t… #592

Added Integration test to validate mapping of MySQL JSON data types t…
b388ce4
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed May 14, 2024 in 0s

113 tests run, 80 passed, 6 skipped, 27 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 132 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLJsonIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MySQLJsonIT.testMultipleDatabases

Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32790/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1001647822
Raw output
java.sql.BatchUpdateException: 
Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32790/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1001647822
	at com.altinity.clickhouse.debezium.embedded.MySQLJsonIT.testMultipleDatabases(MySQLJsonIT.java:132)

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

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:32835/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.4.1.2088 (official build))
, server ClickHouseNode [uri=http://localhost:32782/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@1633543712
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:32782/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@1633543712
	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:32850/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:32843/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:32846/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:32839/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:32854/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:32802/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@2072244332
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:32802/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@2072244332
	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:32802/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@2072244332
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:32802/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@2072244332
	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:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-678944738
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:32816/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-678944738
	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:32818/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1071971748
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:32818/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1071971748
	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:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@303622787
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:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@303622787
	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:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@303622787
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:32811/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@303622787
	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:32821/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-795303537
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:32821/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-795303537
	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)