Class LogMinerStreamMetricsTest

java.lang.Object
io.debezium.connector.oracle.OracleStreamingMetricsTest<io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSourceMetrics>
io.debezium.connector.oracle.logminer.LogMinerStreamMetricsTest

public class LogMinerStreamMetricsTest extends OracleStreamingMetricsTest<io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSourceMetrics>
Author:
Chris Cranford
  • Constructor Details

    • LogMinerStreamMetricsTest

      public LogMinerStreamMetricsTest()
  • Method Details

    • createMetrics

      protected io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSourceMetrics createMetrics(io.debezium.connector.oracle.OracleTaskContext taskContext, ChangeEventQueue<DataChangeEvent> queue, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.connector.oracle.OracleConnectorConfig connectorConfig, Clock clock)
      Specified by:
      createMetrics in class OracleStreamingMetricsTest<io.debezium.connector.oracle.logminer.LogMinerStreamingChangeEventSourceMetrics>
    • testMetrics

      public void testMetrics()
    • testLagMetrics

      public void testLagMetrics()
    • testOtherMetrics

      public void testOtherMetrics()
    • testCustomTransactionRetention

      @FixFor("DBZ-2754") public void testCustomTransactionRetention() throws Exception
      Throws:
      Exception
    • testRollbackTransactionIdSetSizeLimit

      @FixFor("DBZ-5179") public void testRollbackTransactionIdSetSizeLimit() throws Exception
      Throws:
      Exception
    • testAbandonedTransactionIdSetSizeLimit

      @FixFor("DBZ-5179") public void testAbandonedTransactionIdSetSizeLimit() throws Exception
      Throws:
      Exception