Class CommitScnTest

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

public class CommitScnTest extends Object
Test the basic functionality of the CommitScn model.
Author:
Chris Cranford
  • Constructor Details

    • CommitScnTest

      public CommitScnTest()
  • Method Details

    • shouldParseCommitScnThatIsNull

      @FixFor("DBZ-5245") public void shouldParseCommitScnThatIsNull() throws Exception
      Throws:
      Exception
    • shouldParseCommitScnThatIsNumeric

      @FixFor("DBZ-5245") public void shouldParseCommitScnThatIsNumeric() throws Exception
      Throws:
      Exception
    • shouldParseCommitScnThatIsString

      @FixFor({"DBZ-5245","DBZ-5439"}) public void shouldParseCommitScnThatIsString() throws Exception
      Throws:
      Exception
    • shouldSetCommitScnAcrossAllRedoThreads

      @FixFor({"DBZ-5245","DBZ-5439"}) public void shouldSetCommitScnAcrossAllRedoThreads() throws Exception
      Throws:
      Exception
    • shouldBeComparableWithScn

      @FixFor("DBZ-5245") public void shouldBeComparableWithScn() throws Exception
      Throws:
      Exception
    • shouldCommitAlreadyBeenHandled

      public void shouldCommitAlreadyBeenHandled() throws Exception
      Throws:
      Exception
    • shouldNotCommitAlreadyBeenHandled

      public void shouldNotCommitAlreadyBeenHandled() throws Exception
      Throws:
      Exception
    • encodedCommitScn

      private static String encodedCommitScn(io.debezium.connector.oracle.CommitScn value)