Class JdbcSinkDeleteEnabledIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkDeleteEnabledTest
io.debezium.connector.jdbc.integration.postgres.JdbcSinkDeleteEnabledIT
@Tag("all") @Tag("it") @Tag("it-postgresql")
@ExtendWith(PostgresSinkDatabaseContextProvider.class)
public class JdbcSinkDeleteEnabledIT
extends AbstractJdbcSinkDeleteEnabledTest
Delete enabled tests for PostgreSQL.
- 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
-