Class JdbcSinkInsertModeIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
io.debezium.connector.jdbc.integration.db2.JdbcSinkInsertModeIT
@Tag("all") @Tag("it") @Tag("it-db2")
@ExtendWith(Db2SinkDatabaseContextProvider.class)
public class JdbcSinkInsertModeIT
extends AbstractJdbcSinkInsertModeTest
Insert Mode tests for DB2.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-