Class JdbcSinkInsertModeIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
io.debezium.connector.jdbc.integration.mysql.JdbcSinkInsertModeIT
@Tag("all") @Tag("it") @Tag("it-mysql")
@ExtendWith(MySqlSinkDatabaseContextProvider.class)
public class JdbcSinkInsertModeIT
extends AbstractJdbcSinkInsertModeTest
Insert Mode tests for MySQL.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.apache.kafka.connect.data.SchemabuildGeoTypeSchema(String type) voidMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
testInsertModeInsertWithNoPrimaryKey, testInsertModeInsertWithPrimaryKeyModeKafka, testInsertModeInsertWithPrimaryKeyModeRecordKey, testInsertModeInsertWithPrimaryKeyModeRecordValue, testInsertModeUpdateWithNoPrimaryKey, testInsertModeUpdateWithPrimaryKeyModeKafka, testInsertModeUpdateWithPrimaryKeyModeRecordKey, testInsertModeUpdateWithPrimaryKeyModeRecordValue, testInsertModeUpsertWithNoPrimaryKey, testInsertModeUpsertWithPrimaryKeyModeKafka, testInsertModeUpsertWithPrimaryKeyModeRecordKey, testInsertModeUpsertWithPrimaryKeyModeRecordValue, testRecordDefaultValueUsedOnlyWithRequiredFieldWithNullValueMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
afterEach, assertSinkConnectorIsRunning, consume, consume, dataSource, destinationTableName, getConfig, getDefaultSinkConfig, getSink, randomTableName, startSinkConnector, stopSinkConnector, topicName
-
Constructor Details
-
JdbcSinkInsertModeIT
-
-
Method Details
-
testInsertModeInsertWithPrimaryKeyModeComplexRecordValue
@ParameterizedTest @ArgumentsSource(SinkRecordFactoryArgumentsProvider.class) @FixFor("DBZ-6637") public void testInsertModeInsertWithPrimaryKeyModeComplexRecordValue(SinkRecordFactory factory) -
buildGeoTypeSchema
-