Class EmbeddedInfinispanProcessorTest
- java.lang.Object
-
- io.debezium.embedded.AbstractConnectorTest
-
- io.debezium.connector.oracle.logminer.processor.AbstractProcessorUnitTest<io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor>
-
- io.debezium.connector.oracle.logminer.processor.EmbeddedInfinispanProcessorTest
-
- All Implemented Interfaces:
Testing
public class EmbeddedInfinispanProcessorTest extends AbstractProcessorUnitTest<io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor>
- Author:
- Chris Cranford
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.debezium.embedded.AbstractConnectorTest
AbstractConnectorTest.SourceRecords
-
Nested classes/interfaces inherited from interface io.debezium.util.Testing
Testing.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.LoggerLOGGER-
Fields inherited from class io.debezium.connector.oracle.logminer.processor.AbstractProcessorUnitTest
connection, context, dispatcher, metrics, offsetContext, partition, schema, skipRule
-
Fields inherited from class io.debezium.embedded.AbstractConnectorTest
engine, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule
-
-
Constructor Summary
Constructors Constructor Description EmbeddedInfinispanProcessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Configuration.BuildergetConfig()protected io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessorgetProcessor(io.debezium.connector.oracle.OracleConnectorConfig connectorConfig)protected booleanisTransactionAbandonmentSupported()-
Methods inherited from class io.debezium.connector.oracle.logminer.processor.AbstractProcessorUnitTest
before, testAbandonOneTransaction, testAbandonTransactionHavingAnotherOne, testCacheIsEmpty, testCacheIsEmptyWhenTransactionIsCommitted, testCacheIsEmptyWhenTransactionIsRolledBack, testCacheIsNotEmptyWhenFirstTransactionIsRolledBack, testCacheIsNotEmptyWhenSecondTransactionIsRolledBack, testCacheIsNotEmptyWhenTransactionIsAdded, testCalculateScnWhenFirstTransactionIsCommitted, testCalculateScnWhenSecondTransactionIsCommitted, testCalculateScnWhenTransactionIsCommitted
-
Methods 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, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, debug, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, getStreamingNamespace, initializeConnectorTestFramework, isStreamingRunning, isStreamingRunning, isTransactionRecord, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, skipAvroValidation, start, start, start, start, start, startAndConsumeTillEnd, startAndConsumeTillEnd, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForConnectorShutdown, waitForSnapshotToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitTimeForRecords, waitTimeForRecordsAfterNulls
-
-
-
-
Method Detail
-
getConfig
protected Configuration.Builder getConfig()
- Specified by:
getConfigin classAbstractProcessorUnitTest<io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor>
-
isTransactionAbandonmentSupported
protected boolean isTransactionAbandonmentSupported()
- Overrides:
isTransactionAbandonmentSupportedin classAbstractProcessorUnitTest<io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor>
-
getProcessor
protected io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor getProcessor(io.debezium.connector.oracle.OracleConnectorConfig connectorConfig)
- Specified by:
getProcessorin classAbstractProcessorUnitTest<io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor>
-
-