Build cross-platform docker image for arm and amd #955
133 tests run, 100 passed, 12 skipped, 21 failed.
Annotations
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:107)
github-actions / JUnit Test Report
PostgresInitialDockerIT.testDecoderBufsPlugin
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerIT.testDecoderBufsPlugin(PostgresInitialDockerIT.java:102)
Raw output
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerIT.testDecoderBufsPlugin(PostgresInitialDockerIT.java:102)
github-actions / JUnit Test Report
PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin(PostgresInitialDockerWKeeperMapStorageIT.java:143)
Raw output
java.lang.AssertionError
at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin(PostgresInitialDockerWKeeperMapStorageIT.java:143)
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))
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))
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLClickHouse22TIT.testReplicatedRMTAutoCreate(ReplicatedRMTDDLClickHouse22TIT.java:111)
github-actions / JUnit Test Report
ReplicatedRMTDDLIT.testReplicatedRMTAutoCreate{String}[1]
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTDDLIT.testReplicatedRMTAutoCreate(ReplicatedRMTDDLIT.java:114)
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.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 390. DB::Exception: Table `string_types_MEDIUMTEXT_utf8mb4` doesn't exist. (CANNOT_GET_CREATE_TABLE_QUERY) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTIT.testReplicatedRMTAutoCreate(ReplicatedRMTIT.java:112)
github-actions / JUnit Test Report
DatabaseOverrideIT.testDatabaseOverride
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.cdc.DatabaseOverrideIT.testDatabaseOverride(DatabaseOverrideIT.java:128)
github-actions / JUnit Test Report
DatabaseOverrideInitialIT.testDatabaseOverride
Code: 81. DB::Exception: Database employees2 does not exist. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 81. DB::Exception: Database employees2 does not exist. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.cdc.DatabaseOverrideInitialIT.testDatabaseOverride(DatabaseOverrideInitialIT.java:111)
github-actions / JUnit Test Report
DatabaseOverrideRRMTIT.testDatabaseOverride
Code: 60. DB::Exception: Unknown table expression identifier 'employees2.newtable' in scope SELECT col2 FROM employees2.newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'employees2.newtable' in scope SELECT col2 FROM employees2.newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.cdc.DatabaseOverrideRRMTIT.testDatabaseOverride(DatabaseOverrideRRMTIT.java:150)
github-actions / JUnit Test Report
DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT _version FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT _version FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers(DebeziumChangeEventCaptureIT.java:166)
github-actions / JUnit Test Report
MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT col2 FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'newtable' in scope SELECT col2 FROM newtable FINAL WHERE col1 = 'a'. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates(MultipleUpdatesWSameTimestampIT.java:139)
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:86)
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:79)
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.12.1.1614 (official build))
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.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:102)
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.12.1.1614 (official build))
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.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:102)
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:91)
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:95)
github-actions / JUnit Test Report
DDLIgnoreRegExIT.testDDLIgnoreRegex
expected:<null> but was:<alter table sales analyze partition p2022>
Raw output
java.lang.AssertionError: expected:<null> but was:<alter table sales analyze partition p2022>
at com.altinity.clickhouse.debezium.embedded.ddl.parser.DDLIgnoreRegExIT.testDDLIgnoreRegex(DDLIgnoreRegExIT.java:104)
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.12.1.1614 (official build))
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.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ddl.parser.IsDeletedColumnsIT.testIsDeleted(IsDeletedColumnsIT.java:102)
github-actions / JUnit Test Report
MultipleDatabaseIT.testMultipleDatabases
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ddl.parser.MultipleDatabaseIT.testMultipleDatabases(MultipleDatabaseIT.java:132)
github-actions / JUnit Test Report
TruncateTableIT.testIsDeleted
Code: 60. DB::Exception: Unknown table expression identifier 'ship_class' in scope SELECT * FROM ship_class. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
Raw output
java.sql.BatchUpdateException:
Code: 60. DB::Exception: Unknown table expression identifier 'ship_class' in scope SELECT * FROM ship_class. (UNKNOWN_TABLE) (version 24.12.1.1614 (official build))
at com.altinity.clickhouse.debezium.embedded.ddl.parser.TruncateTableIT.testIsDeleted(TruncateTableIT.java:93)