Class OracleOffsetContextTest


  • public class OracleOffsetContextTest
    extends Object
    Unit test that validates the behavior of the OracleOffsetContext and its friends.
    Author:
    Chris Cranford
    • Field Detail

      • connectorConfig

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

        private io.debezium.pipeline.spi.OffsetContext.Loader offsetLoader
    • Constructor Detail

      • OracleOffsetContextTest

        public OracleOffsetContextTest()
    • Method Detail

      • shouldreadScnAndCommitScnAsLongValues

        @FixFor("DBZ-2994")
        public void shouldreadScnAndCommitScnAsLongValues()
                                                   throws Exception
        Throws:
        Exception
      • shouldReadScnAndCommitScnAsStringValues

        @FixFor("DBZ-2994")
        public void shouldReadScnAndCommitScnAsStringValues()
                                                     throws Exception
        Throws:
        Exception
      • shouldHandleNullScnAndCommitScnValues

        @FixFor("DBZ-2994")
        public void shouldHandleNullScnAndCommitScnValues()
                                                   throws Exception
        Throws:
        Exception