Skip to content

Add rrmt check kafka #581

Add rrmt check kafka

Add rrmt check kafka #581

Triggered via pull request July 23, 2024 14:15
Status Success
Total duration 1h 24m 58s
Artifacts 4

pull-request.yml

on: pull_request
build-kafka-lightweight  /  build
3m 4s
build-kafka-lightweight / build
testflows-kafka  /  testflows-kafka
22m 12s
testflows-kafka / testflows-kafka
testflows-lightweight  /  testflows-lightweight
1h 2m
testflows-lightweight / testflows-lightweight
testflows-lightweight  /  testflows-lightweight-replicated
1h 12m
testflows-lightweight / testflows-lightweight-replicated
java-tests-kafka  /  java-kafka
1m 44s
java-tests-kafka / java-kafka
java-tests-lightweight  /  java-lightweight
1h 19m
java-tests-lightweight / java-lightweight
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 14 warnings
ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.testPgOutputPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.java#L119
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.testPgOutputPlugin(ClickHouseDebeziumEmbeddedPostgresPgoutputDockerIT.java:119)
MySQLGenerateColumnsTest.testMySQLGeneratedColumns: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLGenerateColumnsTest.java#L109
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
PostgresInitialDockerIT.testDecoderBufsPlugin: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerIT.java#L116
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerIT.testDecoderBufsPlugin(PostgresInitialDockerIT.java:116)
ReplicatedRMTClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTClickHouse22TIT.java#L110
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:32829/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@3692174
ReplicatedRMTDDLClickHouse22TIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTDDLClickHouse22TIT.java#L112
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:32855/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@-810691660
ReplicatedRMTDDLIT.testReplicatedRMTAutoCreate{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTDDLIT.java#L115
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32850/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=client_1}]@171875865
DatabaseOverrideIT.testDatabaseOverride: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideIT.java#L128
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32833/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@157850304
DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumChangeEventCaptureIT.java#L166
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT _version FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32834/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-904871927
DebeziumStorageViewIT.debeziumStorageView: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumStorageViewIT.java#L97
Code: 390. DB::Exception: Table `show_replica_status` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32830/altinity_sink_connector, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1373524458
MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/MultipleUpdatesWSameTimestampIT.java#L140
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT col2 FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32842/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@1817987329
AlterTableAddColumnIT.testAddColumn: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableAddColumnIT.java#L95
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#L87
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#L81
Cannot invoke "String.equalsIgnoreCase(String)" because the return value of "java.util.Map.get(Object)" is null
AutoCreateTableIT.testAutoCreateTable{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AutoCreateTableIT.java#L104
Code: 60. DB::Exception: Unknown table expression identifier 'new-table' in scope SELECT count(*) FROM `new-table`. (UNKNOWN_TABLE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32791/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-1044725804
CreateTableDataTypesIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesIT.java#L91
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#L95
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#L93
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32809/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-287001598
DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java#L145
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable(DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java:145)
IsDeletedColumnsIT.testIsDeleted{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/IsDeletedColumnsIT.java#L102
Code: 60. DB::Exception: Unknown table expression identifier 'new_table' in scope SELECT * FROM new_table. (UNKNOWN_TABLE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32806/employees, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@302538917
MultipleDatabaseIT.testMultipleDatabases: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/MultipleDatabaseIT.java#L133
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.6.2.17 (official build)) , server ClickHouseNode [uri=http://localhost:32801/system, options={custom_settings=allow_experimental_object_type=1,insert_allow_materialized_columns=1,client_name=Client_1}]@-2143652128
TableOperationsIT.testTableOperations{String}[1]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TableOperationsIT.java#L125
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
TableOperationsIT.testTableOperations{String}[2]: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TableOperationsIT.java#L125
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.TableOperationsIT.testTableOperations(TableOperationsIT.java:125)
TruncateTableIT.testIsDeleted: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TruncateTableIT.java#L133
java.lang.AssertionError at com.altinity.clickhouse.debezium.embedded.ddl.parser.TruncateTableIT.testIsDeleted(TruncateTableIT.java:133)
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.
build-kafka-lightweight / build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-kafka-lightweight / build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, docker/login-action@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
java-tests-kafka / java-kafka
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testflows-kafka / testflows-kafka
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testflows-kafka / testflows-kafka
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testflows-lightweight / testflows-lightweight
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testflows-lightweight / testflows-lightweight
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
testflows-lightweight / testflows-lightweight-replicated
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
testflows-lightweight / testflows-lightweight-replicated
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
java-tests-lightweight / java-lightweight
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
java-tests-lightweight / java-lightweight
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "clickhouse-sink-connector-kafka-707-354f485fd2582e3c48352790f7c4d27916344d6d.jar", "testflows-sink-connector-kafka-artefacts", "testflows-sink-connector-lightweight-artefacts", "testflows-sink-connector-lightweight-replicated-artefacts". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
clickhouse-sink-connector-kafka-707-354f485fd2582e3c48352790f7c4d27916344d6d.jar Expired
14.3 MB
testflows-sink-connector-kafka-artefacts Expired
207 MB
testflows-sink-connector-lightweight-artefacts Expired
10.1 MB
testflows-sink-connector-lightweight-replicated-artefacts Expired
11.8 MB