Package io.debezium.connector.oracle
Class OracleSchemaHistoryTest
java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.relational.history.AbstractSchemaHistoryTest
io.debezium.connector.oracle.OracleSchemaHistoryTest
- All Implemented Interfaces:
Testing
Unit tests for Oracle's database schema history.
- Author:
- Chris Cranford
-
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.embedded.AbstractConnectorTest
consumedLines, engine, isEngineRunning, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DdlParserprotected io.debezium.pipeline.spi.Offsets<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> protected HistoryRecordprotected HistoryRecordprotected TableIdprivate TableMethods inherited from class io.debezium.relational.history.AbstractSchemaHistoryTest
afterEach, beforeEach, getHistoryConfiguration, record, recoverHistory, shouldRecoverRenamedTableWithOnlyTheRenamedEntryMethods 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, createEngine, createEngineBuilder, 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, waitTimeForRecords, waitTimeForRecordsAfterNulls
-
Constructor Details
-
OracleSchemaHistoryTest
public OracleSchemaHistoryTest()
-
-
Method Details
-
getRenameCreateHistoryRecord
- Specified by:
getRenameCreateHistoryRecordin classAbstractSchemaHistoryTest
-
getRenameAlterHistoryRecord
- Specified by:
getRenameAlterHistoryRecordin classAbstractSchemaHistoryTest
-
getRenameTableId
- Specified by:
getRenameTableIdin classAbstractSchemaHistoryTest
-
getOffsets
protected io.debezium.pipeline.spi.Offsets<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> getOffsets()- Specified by:
getOffsetsin classAbstractSchemaHistoryTest
-
getDdlParser
- Specified by:
getDdlParserin classAbstractSchemaHistoryTest
-
getTableToBeRenamed
-