Class OracleOffsetContextTest

java.lang.Object
io.debezium.connector.oracle.OracleOffsetContextTest

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

    • skipTestRule

      public org.junit.rules.TestRule skipTestRule
    • connectorConfig

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

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

    • OracleOffsetContextTest

      public OracleOffsetContextTest()
  • Method Details

    • beforeEach

      public void beforeEach() throws Exception
      Throws:
      Exception
    • 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
    • shouldCorrectlySerializeOffsetsWithSnapshotBasedKeysFromOlderOffsets

      @FixFor("DBZ-4937") public void shouldCorrectlySerializeOffsetsWithSnapshotBasedKeysFromOlderOffsets() throws Exception
      Throws:
      Exception