public class SqlServerConnectorIT extends AbstractConnectorTest
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlServerConnectorIT.PurgableFileDatabaseHistory |
AbstractConnectorTest.SourceRecordsTesting.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.sqlserver.SqlServerConnection |
connection |
engine, logger, logTestName, NO_MONITORED_TABLES_WARNING, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule| Constructor and Description |
|---|
SqlServerConnectorIT() |
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, waitForStreamingRunningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, once, once, print, print, printError, printError, printError, resetBeforeEachTest, time, timepublic void before()
throws SQLException
SQLExceptionpublic void after()
throws SQLException
SQLException@FixFor(value="DBZ-1642") public void readOnlyApplicationIntent() throws Exception
Exception@FixFor(value="DBZ-1643") public void timestampAndTimezone() throws Exception
Exception@FixFor(value="DBZ-1152") public void updatePrimaryKeyWithRestartInMiddle() throws Exception
Exceptionpublic void streamChangesWhileStopped()
throws Exception
Exception@FixFor(value="DBZ-1069") public void verifyOffsets() throws Exception
Exception@FixFor(value="DBZ-1617") public void blacklistColumnWhenCdcColumnsDoNotMatchWithOriginalSnapshot() throws Exception
Exception@FixFor(value="DBZ-1067") public void blacklistColumn() throws Exception
Exception@FixFor(value="DBZ-1692") public void shouldConsumeEventsWithMaskedHashedColumns() throws Exception
Exception@FixFor(value="DBZ-1972") public void shouldConsumeEventsWithMaskedAndTruncatedColumns() throws Exception
Exception@FixFor(value="DBZ-964") public void shouldPropagateDatabaseDriverProperties() 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-1128") public void restartInTheMiddleOfTx() throws Exception
Exception@FixFor(value="DBZ-1242") public void testEmptySchemaWarningAfterApplyingFilters() throws Exception
Exception@FixFor(value="DBZ-1242") public void testNoEmptySchemaWarningAfterApplyingFilters() throws Exception
Exception@FixFor(value="DBZ-1015") public void shouldRewriteIdentityKey() throws InterruptedException, SQLException
InterruptedExceptionSQLException@FixFor(value="DBZ-1923") public void shouldDetectPurgedHistory() throws Exception
Exceptionprivate void assertRecord(org.apache.kafka.connect.data.Struct record,
List<SchemaAndValueField> expected)
Copyright © 2020 JBoss by Red Hat. All rights reserved.