Skip to content

Use Hikari Connection Pool for handling Clickhouse connections #1044

Use Hikari Connection Pool for handling Clickhouse connections

Use Hikari Connection Pool for handling Clickhouse connections #1044

Triggered via pull request February 5, 2025 20:00
Status Failure
Total duration 5h 0m 39s
Artifacts 4

pull-request.yml

on: pull_request
build-kafka-lightweight  /  build
3m 9s
build-kafka-lightweight / build
testflows-kafka  /  testflows-kafka
3h 10m
testflows-kafka / testflows-kafka
testflows-lightweight  /  testflows-lightweight
4h 52m
testflows-lightweight / testflows-lightweight
testflows-lightweight  /  testflows-lightweight-replicated
4h 53m
testflows-lightweight / testflows-lightweight-replicated
java-tests-kafka  /  java-kafka
1h 9m
java-tests-kafka / java-kafka
java-tests-lightweight  /  java-lightweight
1h 2m
java-tests-lightweight / java-lightweight
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 1 warning
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 25.1.3.23 (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 25.1.3.23 (official build))
MySQLGenerateColumnsTest.testMySQLGeneratedColumns: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLGenerateColumnsTest.java#L106
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 25.1.3.23 (official build))
PostgresInitialDockerIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerIT.java#L106
Code: 60. DB::Exception: Unknown table expression identifier 'tm' in scope SELECT count(*) FROM tm. (UNKNOWN_TABLE) (version 25.1.3.23 (official build))
DatabaseOverrideIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideIT.java#L124
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#L106
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 25.1.3.23 (official build))
DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumChangeEventCaptureIT.java#L151
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers(DebeziumChangeEventCaptureIT.java:151)
MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/MultipleUpdatesWSameTimestampIT.java#L131
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT col2 FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 25.1.3.23 (official build))
SourceDBColumnMissingIT.testColumnMismatch: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/SourceDBColumnMissingIT.java#L112
Code: 60. DB::Exception: Unknown table expression identifier 'employees.newtable' in scope SELECT col2 FROM employees.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#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
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.AlterTableModifyColumnIT.testModifyColumn(AlterTableModifyColumnIT.java:77)
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
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 25.1.3.23 (official build))
TruncateTableIT.testIsDeleted: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TruncateTableIT.java#L118
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.TruncateTableIT.testIsDeleted(TruncateTableIT.java:118)
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-kafka / java-kafka
Process completed with exit code 1.
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.

Artifacts

Produced during runtime
Name Size
clickhouse-sink-connector-kafka-893-fb1378695d8a9cae6883cb891ace0b10abd9b631.jar
14.2 MB
testflows-sink-connector-kafka-artefacts
33 MB
testflows-sink-connector-lightweight-artefacts
32.4 MB
testflows-sink-connector-lightweight-replicated-artefacts
32.6 MB