Skip to content

Use Hikari Connection Pool for handling Clickhouse connections #1018

Use Hikari Connection Pool for handling Clickhouse connections

Use Hikari Connection Pool for handling Clickhouse connections #1018

Triggered via pull request January 27, 2025 20:27
Status Failure
Total duration 4h 57m 25s
Artifacts 4

pull-request.yml

on: pull_request
build-kafka-lightweight  /  build
2m 56s
build-kafka-lightweight / build
testflows-kafka  /  testflows-kafka
2h 32m
testflows-kafka / testflows-kafka
testflows-lightweight  /  testflows-lightweight
4h 49m
testflows-lightweight / testflows-lightweight
testflows-lightweight  /  testflows-lightweight-replicated
4h 51m
testflows-lightweight / testflows-lightweight-replicated
java-tests-kafka  /  java-kafka
11m 20s
java-tests-kafka / java-kafka
java-tests-lightweight  /  java-lightweight
1h 13m
java-tests-lightweight / java-lightweight
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 2 warnings
java-tests-kafka / java-kafka
Process completed with exit code 1.
ClickHouseDebeziumEmbeddedPostgresDecoderBufsDockerIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ClickHouseDebeziumEmbeddedPostgresDecoderBufsDockerIT.java#L105
Code: 60. DB::Exception: Unknown table expression identifier 'tm' in scope SELECT count(*) FROM tm. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.testPgOutputPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.java#L109
Code: 60. DB::Exception: Unknown table expression identifier 'tm' in scope SELECT count(*) FROM tm. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
MySQLGenerateColumnsTest.testMySQLGeneratedColumns: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLGenerateColumnsTest.java#L103
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#L125
Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
PostgresInitialDockerIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerIT.java#L98
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerIT.testDecoderBufsPlugin(PostgresInitialDockerIT.java:98)
PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerWKeeperMapStorageIT.java#L119
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin(PostgresInitialDockerWKeeperMapStorageIT.java:119)
PostgresPgoutputMultipleSchemaIT.testMultipleSchemaReplication: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresPgoutputMultipleSchemaIT.java#L126
Code: 60. DB::Exception: Unknown table expression identifier 'public.tm2' in scope SELECT count(*) FROM public.tm2 FINAL. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTClickHouse22TIT.java#L106
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.12.3.47 (official build))
DatabaseOverrideIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideIT.java#L118
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.conn" is null
DebeziumStorageViewIT.debeziumStorageView: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumStorageViewIT.java#L93
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.conn" is null
AlterTableAddColumnIT.testAddColumn: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableAddColumnIT.java#L97
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#L83
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#L77
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#L89
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
DateTimeWithTimeZoneIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithTimeZoneIT.java#L86
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
DateTimeWithUserProvidedDifferentTimeZoneIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedDifferentTimeZoneIT.java#L126
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#L100
Cannot invoke "java.sql.Connection.close()" because the return value of "com.altinity.clickhouse.sink.connector.db.BaseDbWriter.getConnection()" is null
IsDeletedColumnsIT.testIsDeleted{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/IsDeletedColumnsIT.java#L96
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
IsDeletedColumnsIT.testIsDeleted{String}[2]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/IsDeletedColumnsIT.java#L96
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.12.3.47 (official build))
TruncateTableIT.testIsDeleted: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TruncateTableIT.java#L87
Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.conn" is null
java-tests-lightweight / java-lightweight
Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@41e46528[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@3b09af5b[Wrapped task = com.altinity.clickhouse.sink.connector.executor.ClickHouseBatchRunnable@7e0b265e]] rejected from com.altinity.clickhouse.sink.connector.executor.ClickHouseBatchExecutor@4f3f3c75[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2009]
testflows-kafka / testflows-kafka
Process completed with exit code 1.
testflows-lightweight / testflows-lightweight
Process completed with exit code 1.
testflows-lightweight / testflows-lightweight-replicated
Process completed with exit code 1.
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.
java-tests-kafka / java-kafka
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
clickhouse-sink-connector-kafka-893-8b39b39ddbfd76ea3e15932f1f009689bcacedd9.jar
14.2 MB
testflows-sink-connector-kafka-artefacts
35.8 MB
testflows-sink-connector-lightweight-artefacts
31.5 MB
testflows-sink-connector-lightweight-replicated-artefacts
31.8 MB