Class JdbcSinkDeleteEnabledIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkDeleteEnabledTest
io.debezium.connector.jdbc.integration.oracle.JdbcSinkDeleteEnabledIT
@Tag("all") @Tag("it") @Tag("it-oracle")
@ExtendWith(OracleSinkDatabaseContextProvider.class)
public class JdbcSinkDeleteEnabledIT
extends AbstractJdbcSinkDeleteEnabledTest
Delete enabled tests for Oracle.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkDeleteEnabledTest
testShouldDeleteRowWhenDeletesEnabled, testShouldDeleteRowWhenDeletesEnabledUsingSubsetOfRecordKeyFields, testShouldHandleRowDeletionWhenRowDoesNotExist, testShouldHandleRowDeletionWhenRowDoesNotExistUsingSubsetOfRecordKeyFields, testShouldHandleTruncateRecord, testShouldNotDeleteRowWhenDeletesDisabled, testShouldSkipTombstoneRecord, testShouldSkipTruncateRecordMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
afterEach, assertSinkConnectorIsRunning, consume, consume, dataSource, destinationTableName, getConfig, getDefaultSinkConfig, getSink, randomTableName, startSinkConnector, stopSinkConnector, topicName
-
Constructor Details
-
JdbcSinkDeleteEnabledIT
-