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.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.oracle.logminer.processor.AbstractProcessorUnitTest
connection, context, dispatcher, metrics, offsetContext, partition, schema, 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 TypeMethodDescriptionprotected Configuration.Builderprotected io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessorgetProcessor(io.debezium.connector.oracle.OracleConnectorConfig connectorConfig) protected booleanMethods inherited from class io.debezium.connector.oracle.logminer.processor.AbstractProcessorUnitTest
after, before, testAbandonOneTransaction, testAbandonTransactionHavingAnotherOne, testAbandonTransactionsUsingFallbackBasedOnChangeTime, testCacheIsEmpty, testCacheIsEmptyWhenTransactionIsCommitted, testCacheIsEmptyWhenTransactionIsRolledBack, testCacheIsNotEmptyWhenFirstTransactionIsRolledBack, testCacheIsNotEmptyWhenSecondTransactionIsRolledBack, testCacheIsNotEmptyWhenTransactionIsAdded, testCalculateScnWhenFirstTransactionIsCommitted, testCalculateScnWhenSecondTransactionIsCommitted, testCalculateScnWhenTransactionIsCommittedMethods 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
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
EmbeddedInfinispanProcessorTest
public EmbeddedInfinispanProcessorTest()
-
-
Method Details
-
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>
-