Package io.debezium.connector.mysql
Class SnapshotParallelSourceIT
java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.embedded.async.AbstractAsyncEngineConnectorTest
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
FieldsFields 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, isEngineRunning, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidprotected Configuration.BuilderMethods inherited from class io.debezium.connector.mysql.SnapshotSourceIT
afterEach, beforeEach, shouldCreateSnapshotOfSingleDatabase, shouldCreateSnapshotOfSingleDatabaseNoData, shouldCreateSnapshotOfSingleDatabaseUsingInsertEvents, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockAndStoreOnlyCapturedTables, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockAndStoreOnlyCapturedTablesNoData, shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockNoData, shouldCreateSnapshotOfSingleDatabaseWithSchemaChanges, shouldCreateSnapshotSchemaOnly, shouldCreateSnapshotSchemaOnlyRecovery, shouldCreateSnapshotSchemaOnlyRecovery_exception, shouldCreateSnapshotSelectively, shouldNotFailStreamingOnNonSnapshottedTable, shouldSnapshotCorrectlyReadFields, snapshotWithBackupLocksShouldNotWaitForReadsMethods inherited from class io.debezium.embedded.async.AbstractAsyncEngineConnectorTest
createEngine, createEngineBuilderMethods 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, storeOffsets, validate, waitForAvailableRecords, waitForConnectorShutdown, waitForEngineShutdown, waitForSnapshotToBeCompleted, waitForSnapshotToBeCompleted, waitForSnapshotWithCustomMetricsToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingWithCustomMetricsToStart, waitTimeForEngine, waitTimeForRecords, waitTimeForRecordsAfterNulls
-
Field Details
-
conditionalFail
public org.junit.rules.TestRule conditionalFail
-
-
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() -
shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLock
- Overrides:
shouldCreateSnapshotOfSingleDatabaseWithoutGlobalLockin classSnapshotSourceIT- Throws:
Exception
-
shouldParallelCreateSnapshotSchema
- Throws:
Exception
-