Package io.debezium.connector.mysql
Class SnapshotParallelSourceIT
java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.mysql.SnapshotSourceIT
io.debezium.connector.mysql.SnapshotParallelSourceIT
- All Implemented Interfaces:
Testing
-
Nested Class Summary
Nested classes/interfaces inherited from class io.debezium.embedded.AbstractConnectorTest
AbstractConnectorTest.SourceRecordsNested classes/interfaces inherited from interface io.debezium.util.Testing
Testing.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer -
Field Summary
Fields inherited from class io.debezium.connector.mysql.SnapshotSourceIT
BINARY_FIELD_DATABASE, config, CONFLICT_NAMES_DATABASE, DATABASE, OTHER_DATABASE, skipRuleFields inherited from class io.debezium.embedded.AbstractConnectorTest
consumedLines, engine, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.mysql.SnapshotSourceIT
afterEach, beforeEach, shouldCreateSnapshotOfSingleDatabase, shouldCreateSnapshotOfSingleDatabaseNoData, shouldCreateSnapshotOfSingleDatabaseUsingInsertEvents, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLock, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockAndStoreOnlyCapturedTables, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockAndStoreOnlyCapturedTablesNoData, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockNoData, shouldCreateSnapshotOfSingleDatabaseWithSchemaChanges, shouldCreateSnapshotSchemaOnly, shouldCreateSnapshotSchemaOnlyRecovery, shouldCreateSnapshotSchemaOnlyRecovery_exception, shouldCreateSnapshotSelectively, shouldNotFailStreamingOnNonSnapshottedTable, shouldSnapshotCorrectlyReadFields, snapshotWithBackupLocksShouldNotWaitForReadsMethods inherited from class io.debezium.embedded.AbstractConnectorTest
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, consumeAvailableRecordsByTopic, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsButSkipUntil, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopicUntil, consumeRecordsUntil, debug, getConsumer, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getSnapshotMetricsObjectName, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, getStreamingNamespace, initializeConnectorTestFramework, isStreamingRunning, isStreamingRunning, isStreamingRunning, isStreamingRunning, isTransactionRecord, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, skipAvroValidation, start, start, start, start, start, start, start, startAndConsumeTillEnd, startAndConsumeTillEnd, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForConnectorShutdown, waitForNotInitialState, waitForSnapshotToBeCompleted, waitForSnapshotToBeCompleted, waitForSnapshotWithCustomMetricsToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingWithCustomMetricsToStart, waitTimeForRecords, waitTimeForRecordsAfterNulls
-
Constructor Details
-
SnapshotParallelSourceIT
public SnapshotParallelSourceIT()
-
-
Method Details
-
simpleConfig
- Overrides:
simpleConfigin classSnapshotSourceIT
-
shouldSnapshotTablesInRowCountOrderAsc
public void shouldSnapshotTablesInRowCountOrderAsc()- Overrides:
shouldSnapshotTablesInRowCountOrderAscin classSnapshotSourceIT
-
shouldSnapshotTablesInRowCountOrderDesc
public void shouldSnapshotTablesInRowCountOrderDesc()- Overrides:
shouldSnapshotTablesInRowCountOrderDescin classSnapshotSourceIT
-
shouldSnapshotTablesInLexicographicalOrder
public void shouldSnapshotTablesInLexicographicalOrder()- Overrides:
shouldSnapshotTablesInLexicographicalOrderin classSnapshotSourceIT
-
shouldSnapshotTablesInOrderSpecifiedInTableIncludeList
public void shouldSnapshotTablesInOrderSpecifiedInTableIncludeList()- Overrides:
shouldSnapshotTablesInOrderSpecifiedInTableIncludeListin classSnapshotSourceIT
-
shouldSnapshotTablesInOrderSpecifiedInTableIncludeListWithConflictingNames
public void shouldSnapshotTablesInOrderSpecifiedInTableIncludeListWithConflictingNames() -
shouldParallelCreateSnapshotSchema
- Throws:
Exception
-