Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ddl.retry #865

Merged

add ddl.retry

1348e31
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

add ddl.retry #865

add ddl.retry
1348e31
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Oct 10, 2024 in 0s

123 tests run, 95 passed, 9 skipped, 19 failed.

Annotations

Check failure on line 139 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MariaDBIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MariaDBIT.testMultipleDatabases

Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.MariaDBIT.testMultipleDatabases(MariaDBIT.java:139)

Check failure on line 132 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/MySQLJsonIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MySQLJsonIT.testMultipleDatabases

Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 60. DB::Exception: Unknown table expression identifier 'employees.audience' in scope SELECT * FROM employees.audience. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.MySQLJsonIT.testMultipleDatabases(MySQLJsonIT.java:132)

Check failure on line 149 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/PostgresInitialDockerWKeeperMapStorageIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin

Cannot invoke "String.contains(java.lang.CharSequence)" because "offsetValue" is null
Raw output
java.lang.NullPointerException: Cannot invoke "String.contains(java.lang.CharSequence)" because "offsetValue" is null
	at com.altinity.clickhouse.debezium.embedded.PostgresInitialDockerWKeeperMapStorageIT.testDecoderBufsPlugin(PostgresInitialDockerWKeeperMapStorageIT.java:149)

Check failure on line 114 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ReplicatedRMTIT.java

See this annotation in the file changed.

@github-actions 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.9.2.42 (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.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.ReplicatedRMTIT.testReplicatedRMTAutoCreate(ReplicatedRMTIT.java:114)

Check failure on line 128 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DatabaseOverrideIT.testDatabaseOverride

Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 81. DB::Exception: Database employees2 does not exist. Maybe you meant employees?. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.cdc.DatabaseOverrideIT.testDatabaseOverride(DatabaseOverrideIT.java:128)

Check failure on line 112 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DatabaseOverrideInitialIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DatabaseOverrideInitialIT.testDatabaseOverride

Code: 81. DB::Exception: Database employees2 does not exist. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 81. DB::Exception: Database employees2 does not exist. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.cdc.DatabaseOverrideInitialIT.testDatabaseOverride(DatabaseOverrideInitialIT.java:112)

Check failure on line 167 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/DebeziumChangeEventCaptureIT.java

See this annotation in the file changed.

@github-actions 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.9.2.42 (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.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.cdc.DebeziumChangeEventCaptureIT.testIncrementingSequenceNumbers(DebeziumChangeEventCaptureIT.java:167)

Check failure on line 140 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/cdc/MultipleUpdatesWSameTimestampIT.java

See this annotation in the file changed.

@github-actions 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.9.2.42 (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.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.cdc.MultipleUpdatesWSameTimestampIT.testIncrementingSequenceNumberWithUpdates(MultipleUpdatesWSameTimestampIT.java:140)

Check failure on line 95 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableAddColumnIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

AlterTableAddColumnIT.testAddColumn

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.AlterTableAddColumnIT.testAddColumn(AlterTableAddColumnIT.java:95)

Check failure on line 87 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableChangeColumnIT.java

See this annotation in the file changed.

@github-actions 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:87)

Check failure on line 81 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AlterTableModifyColumnIT.java

See this annotation in the file changed.

@github-actions 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:81)

Check failure on line 109 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AutoCreateTableIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

AutoCreateTableIT.testAutoCreateTable{String}[1]

expected:<1> but was:<2>
Raw output
java.lang.AssertionError: expected:<1> but was:<2>
	at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:109)

Check failure on line 109 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/AutoCreateTableIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

AutoCreateTableIT.testAutoCreateTable{String}[2]

expected:<1> but was:<3>
Raw output
java.lang.AssertionError: expected:<1> but was:<3>
	at com.altinity.clickhouse.debezium.embedded.ddl.parser.AutoCreateTableIT.testAutoCreateTable(AutoCreateTableIT.java:109)

Check failure on line 106 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesIT.java

See this annotation in the file changed.

@github-actions 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:106)

Check failure on line 95 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/CreateTableDataTypesTimeZoneIT.java

See this annotation in the file changed.

@github-actions 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)

Check failure on line 93 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithTimeZoneIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DateTimeWithTimeZoneIT.testCreateTable

Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 60. DB::Exception: Unknown table expression identifier 'temporal_types_DATETIME' in scope SELECT * FROM temporal_types_DATETIME. (UNKNOWN_TABLE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithTimeZoneIT.testCreateTable(DateTimeWithTimeZoneIT.java:93)

Check failure on line 145 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable

java.lang.AssertionError
	at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable(DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java:145)
Raw output
java.lang.AssertionError
	at com.altinity.clickhouse.debezium.embedded.ddl.parser.DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.testCreateTable(DateTimeWithUserProvidedTimeZoneSchemaOnlyIT.java:145)

Check failure on line 133 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/MultipleDatabaseIT.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MultipleDatabaseIT.testMultipleDatabases

Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))
Raw output
java.sql.BatchUpdateException: 
Code: 81. DB::Exception: Database test_db does not exist. (UNKNOWN_DATABASE) (version 24.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.ddl.parser.MultipleDatabaseIT.testMultipleDatabases(MultipleDatabaseIT.java:133)

Check failure on line 94 in sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/TruncateTableIT.java

See this annotation in the file changed.

@github-actions 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.9.2.42 (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.9.2.42 (official build))

	at com.altinity.clickhouse.debezium.embedded.ddl.parser.TruncateTableIT.testIsDeleted(TruncateTableIT.java:94)