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","DBZ-5245"}) public void shouldReadScnAndCommitScnAsLongValues() throws Exception
      Throws:
      Exception
    • shouldReadScnAndCommitScnAsStringValues

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

      @FixFor({"DBZ-2994","DBZ-5245"}) public void shouldHandleNullScnAndCommitScnValues() throws Exception
      Throws:
      Exception
    • shouldCorrectlySerializeOffsetsWithSnapshotBasedKeysFromOlderOffsets

      @FixFor({"DBZ-4937","DBZ-5245"}) public void shouldCorrectlySerializeOffsetsWithSnapshotBasedKeysFromOlderOffsets() throws Exception
      Throws:
      Exception