public class TablesWithoutPrimaryKeyIT extends AbstractConnectorTest
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 |
private static String |
DDL_STATEMENTS |
private static String |
DML_STATEMENTS |
engine, logger, logTestName, NO_MONITORED_TABLES_WARNING, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule| Constructor and Description |
|---|
TablesWithoutPrimaryKeyIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
void |
shouldProcessFromSnapshot() |
void |
shouldProcessFromStreaming() |
private void |
waitForDisabledCdc(io.debezium.connector.sqlserver.SqlServerConnection connection,
String table) |
private void |
waitForEnabledCdc(io.debezium.connector.sqlserver.SqlServerConnection connection,
String table) |
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, 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, timeprivate static final String DDL_STATEMENTS
private static final String DML_STATEMENTS
private io.debezium.connector.sqlserver.SqlServerConnection connection
public void before()
throws SQLException
SQLExceptionpublic void after()
throws SQLException
SQLExceptionpublic void shouldProcessFromSnapshot()
throws Exception
Exceptionpublic void shouldProcessFromStreaming()
throws Exception
Exceptionprivate void waitForEnabledCdc(io.debezium.connector.sqlserver.SqlServerConnection connection,
String table)
throws SQLException,
InterruptedException
SQLExceptionInterruptedExceptionprivate void waitForDisabledCdc(io.debezium.connector.sqlserver.SqlServerConnection connection,
String table)
throws SQLException,
InterruptedException
SQLExceptionInterruptedExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.