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 |
blacklistTable() |
void |
deleteWithoutTombstone() |
void |
restartInTheMiddleOfTx() |
private void |
restartInTheMiddleOfTx(boolean restartJustAfterSnapshot,
boolean afterStreaming) |
void |
restartInTheMiddleOfTxAfterCompletedTx() |
void |
restartInTheMiddleOfTxAfterSnapshot() |
void |
shouldConsumeEventsWithMaskedAndTruncatedColumns() |
void |
shouldPropagateSourceTypeByDatatype() |
void |
shouldRewriteIdentityKey() |
void |
testEmptySchemaWarningAfterApplyingFilters() |
void |
updatePrimaryKey() |
void |
updatePrimaryKeyWithRestartInMiddle() |
void |
verifyOffsets() |
void |
whitelistTable() |
assertBeginTransaction, assertConfigurationErrors, assertConfigurationErrors, assertConfigurationErrors, assertConnectorIsRunning, assertConnectorNotRunning, assertDelete, assertEndTransaction, assertEngineIsRunning, assertHasNoSourceQuery, assertInsert, assertKey, assertNoConfigurationErrors, assertNoRecordsToConsume, assertOffset, assertOffset, assertRecordTransactionMetadata, assertSchemaMatchesStruct, assertSchemaMatchesStruct, assertSourceQuery, assertTombstone, assertTombstone, assertUpdate, assertValueField, configValue, consumeAvailableRecords, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, debug, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, initializeConnectorTestFramework, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, start, start, start, start, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForSnapshotToBeCompleted, waitForStreamingRunning, waitForStreamingRunningpublic 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.