Package io.debezium.connector.oracle
Class OracleReselectColumnsProcessorIT
java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.processors.AbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
io.debezium.connector.oracle.OracleReselectColumnsProcessorIT
- All Implemented Interfaces:
Testing
public class OracleReselectColumnsProcessorIT
extends AbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
Oracle's integration tests for
ReselectColumnsPostProcessor.- 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
FieldsModifier and TypeFieldDescriptionprivate io.debezium.connector.oracle.OracleConnectionFields inherited from class io.debezium.embedded.AbstractConnectorTest
consumedLines, engine, isEngineRunning, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidprotected JdbcConnectionprotected voidprotected Stringprotected Configuration.Builderprotected Class<io.debezium.connector.oracle.OracleConnector>protected Stringprotected Stringprotected Stringprotected Stringvoidvoidprotected Stringprotected voidMethods inherited from class io.debezium.processors.AbstractReselectProcessorTest
consumeRecordsByTopicReselectWhenNotNullSnapshot, consumeRecordsByTopicReselectWhenNotNullStreaming, consumeRecordsByTopicReselectWhenNullSnapshot, consumeRecordsByTopicReselectWhenNullStreaming, testColumnsReselectedWhenValueIsNullSnapshot, testColumnsReselectedWhenValueIsNullStreaming, testNoColumnsReselectedWhenNotNullSnapshot, testNoColumnsReselectedWhenNotNullStreaming, testNoColumnsReselectedWhenNullAndUnavailableColumnsAreDisabledMethods 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, waitForSnapshotToBeCompleted, waitForSnapshotToBeCompleted, waitForSnapshotWithCustomMetricsToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingRunning, waitForStreamingWithCustomMetricsToStart, waitTimeForRecords, waitTimeForRecordsAfterNulls
-
Field Details
-
connection
private io.debezium.connector.oracle.OracleConnection connection
-
-
Constructor Details
-
OracleReselectColumnsProcessorIT
public OracleReselectColumnsProcessorIT()
-
-
Method Details
-
beforeEach
- Overrides:
beforeEachin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>- Throws:
Exception
-
afterEach
- Overrides:
afterEachin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>- Throws:
Exception
-
getConnectorClass
- Specified by:
getConnectorClassin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
databaseConnection
- Specified by:
databaseConnectionin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
getConfigurationBuilder
- Specified by:
getConfigurationBuilderin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
topicName
- Specified by:
topicNamein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
tableName
- Specified by:
tableNamein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
reselectColumnsList
- Specified by:
reselectColumnsListin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
createTable
- Specified by:
createTablein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>- Throws:
Exception
-
dropTable
- Specified by:
dropTablein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>- Throws:
Exception
-
getInsertWithValue
- Specified by:
getInsertWithValuein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
getInsertWithNullValue
- Specified by:
getInsertWithNullValuein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-
waitForStreamingStarted
- Specified by:
waitForStreamingStartedin classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>- Throws:
InterruptedException
-
fieldName
- Overrides:
fieldNamein classAbstractReselectProcessorTest<io.debezium.connector.oracle.OracleConnector>
-