public class Db2ConnectorIT
extends io.debezium.embedded.AbstractConnectorTest
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.db2.Db2Connection |
connection |
| Constructor and Description |
|---|
Db2ConnectorIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
private void |
assertRecord(org.apache.kafka.connect.data.Struct record,
List<io.debezium.data.SchemaAndValueField> expected) |
void |
before() |
void |
deleteWithoutTombstone() |
void |
restartInTheMiddleOfTx() |
private void |
restartInTheMiddleOfTx(boolean restartJustAfterSnapshot,
boolean afterStreaming) |
void |
restartInTheMiddleOfTxAfterCompletedTx() |
void |
restartInTheMiddleOfTxAfterSnapshot() |
void |
shouldConsumeEventsWithMaskedAndTruncatedColumns() |
void |
shouldPropagateSourceTypeByDatatype() |
void |
shouldRewriteIdentityKey() |
void |
testEmptySchemaWarningAfterApplyingFilters() |
void |
testTableBlacklist() |
void |
testTableExcludeList() |
void |
testTableIncludeList() |
void |
testTableWhitelist() |
void |
updatePrimaryKey() |
void |
updatePrimaryKeyWithRestartInMiddle() |
void |
verifyOffsets() |
assertBeginTransaction, assertConfigurationErrors, assertConfigurationErrors, assertConfigurationErrors, assertConnectorIsRunning, assertConnectorNotRunning, assertDelete, assertEndTransaction, assertEngineIsRunning, assertHasNoSourceQuery, assertInsert, assertKey, assertNoConfigurationErrors, assertNoRecordsToConsume, assertOffset, assertOffset, assertOnlyTransactionRecordsToConsume, assertRecordTransactionMetadata, assertSchemaMatchesStruct, assertSchemaMatchesStruct, assertSourceQuery, assertTombstone, assertTombstone, assertUpdate, assertValueField, configValue, consumeAvailableRecords, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, debug, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, initializeConnectorTestFramework, isStreamingRunning, isStreamingRunning, isTransactionRecord, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, start, start, start, start, start, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForSnapshotToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitTimeForRecordspublic void before()
throws SQLException
SQLExceptionpublic void after()
throws SQLException
SQLException@FixFor(value="DBZ-1152")
public void updatePrimaryKeyWithRestartInMiddle()
throws Exception
Exception@FixFor(value="DBZ-1069")
public void verifyOffsets()
throws Exception
Exceptionprivate void restartInTheMiddleOfTx(boolean restartJustAfterSnapshot,
boolean afterStreaming)
throws Exception
Exception@FixFor(value="DBZ-1128")
public void restartInTheMiddleOfTxAfterSnapshot()
throws Exception
Exception@FixFor(value="DBZ-1128")
public void restartInTheMiddleOfTxAfterCompletedTx()
throws Exception
Exception@FixFor(value="DBZ-1242")
public void testEmptySchemaWarningAfterApplyingFilters()
throws Exception
Exception@FixFor(value="DBZ-775")
public void shouldConsumeEventsWithMaskedAndTruncatedColumns()
throws Exception
Exception@FixFor(value="DBZ-775")
public void shouldRewriteIdentityKey()
throws Exception
Exception@FixFor(value={"DBZ-1916","DBZ-1830"})
public void shouldPropagateSourceTypeByDatatype()
throws Exception
Exceptionprivate void assertRecord(org.apache.kafka.connect.data.Struct record,
List<io.debezium.data.SchemaAndValueField> expected)
Copyright © 2020 JBoss by Red Hat. All rights reserved.