Class OracleStreamingMetricsTest


  • public class OracleStreamingMetricsTest
    extends Object
    Test streaming metrics.
    • Field Detail

      • skipRule

        public org.junit.rules.TestRule skipRule
      • connectorConfig

        private io.debezium.connector.oracle.OracleConnectorConfig connectorConfig
      • metrics

        private io.debezium.connector.oracle.OracleStreamingChangeEventSourceMetrics metrics
      • fixedClock

        private Clock fixedClock
    • Constructor Detail

      • OracleStreamingMetricsTest

        public OracleStreamingMetricsTest()
    • Method Detail

      • before

        public void before()
      • testMetrics

        public void testMetrics()
      • testLagMetrics

        public void testLagMetrics()
      • testOtherMetrics

        public void testOtherMetrics()
      • testCustomTransactionRetention

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