Skip to content

Use Hikari Connection Pool for handling Clickhouse connections #1060

Use Hikari Connection Pool for handling Clickhouse connections

Use Hikari Connection Pool for handling Clickhouse connections #1060

Triggered via pull request February 6, 2025 23:37
Status Cancelled
Total duration 2h 23m 39s
Artifacts 4

pull-request.yml

on: pull_request
build-kafka-lightweight  /  build
2m 48s
build-kafka-lightweight / build
testflows-kafka  /  testflows-kafka
2h 17m
testflows-kafka / testflows-kafka
testflows-lightweight  /  testflows-lightweight
2h 17m
testflows-lightweight / testflows-lightweight
testflows-lightweight  /  testflows-lightweight-replicated
2h 16m
testflows-lightweight / testflows-lightweight-replicated
java-tests-kafka  /  java-kafka
1h 8m
java-tests-kafka / java-kafka
java-tests-lightweight  /  java-lightweight
1h 18m
java-tests-lightweight / java-lightweight
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 1 warning
java-tests-kafka / java-kafka
Process completed with exit code 1.
MySQLGenerateColumnsTest.testMySQLGeneratedColumns: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLGenerateColumnsTest.java#L102
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
MySQLJsonIT.testMultipleDatabases: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLJsonIT.java#L121
Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 25.1.3.23 (official build))
PostgresInitialDockerIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerIT.java#L96
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerIT.testDecoderBufsPlugin(PostgresInitialDockerIT.java:96)
PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerWKeeperMapStorageIT.java#L120
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin(PostgresInitialDockerWKeeperMapStorageIT.java:120)
ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTClickHouse22TIT.java#L104
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 25.1.3.23 (official build))
ReplicatedRMTDDLClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTDDLClickHouse22TIT.java#L104
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 25.1.3.23 (official build))
ReplicatedRMTIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTIT.java#L105
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 25.1.3.23 (official build))
DatabaseOverrideIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideIT.java#L125
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 25.1.3.23 (official build))
DatabaseOverrideInitialIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideInitialIT.java#L114
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 25.1.3.23 (official build))
DatabaseOverrideRRMTIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideRRMTIT.java#L141
Code: 60. DB::Exception: Unknown table expression identifier 'employees2.newtable' in scope SELECT col2 FROM employees2.newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 25.1.3.23 (official build))
AlterTableAddColumnIT.testAddColumn: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableAddColumnIT.java#L94
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
AlterTableChangeColumnIT.testChangeColumn: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableChangeColumnIT.java#L82
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
AlterTableModifyColumnIT.testModifyColumn: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableModifyColumnIT.java#L76
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
CreateTableDataTypesIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesIT.java#L78
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
CreateTableDataTypesTimeZoneIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesTimeZoneIT.java#L88
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
DateTimeWithUserProvidedDifferentTimeZoneIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedDifferentTimeZoneIT.java#L125
Cannot invoke "java.sql.Connection.prepareStatement(String)" because the return value of "com.altinity.clickhouse.sink.connector.db.BaseDbWriter.getConnection()" is null
DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java#L97
Cannot invoke "java.sql.Connection.close()" because the return value of "com.altinity.clickhouse.sink.connector.db.BaseDbWriter.getConnection()" is null
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
java-tests-lightweight / java-lightweight
Port already in use. Make sure no other process is using port 7000 and try again.
testflows-kafka / testflows-kafka
The run was canceled by @github-actions[bot].
testflows-kafka / testflows-kafka
The operation was canceled.
testflows-lightweight / testflows-lightweight-replicated
The run was canceled by @github-actions[bot].
testflows-lightweight / testflows-lightweight-replicated
The operation was canceled.
testflows-lightweight / testflows-lightweight
The run was canceled by @github-actions[bot].
testflows-lightweight / testflows-lightweight
The operation was canceled.
build-kafka-lightweight / build
No files were found with the provided path: sink-connector-lightweight/target/clickhouse-debezium-embedded-0.0.9.jar. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
clickhouse-sink-connector-kafka-893-f0d45b895fa480c85364a1a328a708bf5539113e.jar
14.2 MB
testflows-sink-connector-kafka-artefacts
7.37 MB
testflows-sink-connector-lightweight-artefacts
10.5 MB
testflows-sink-connector-lightweight-replicated-artefacts
10.6 MB