Class LogMinerHelperTest

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

public class LogMinerHelperTest extends Object
  • Field Details

    • connection

      private io.debezium.connector.oracle.OracleConnection connection
    • current

      private int current
    • mockRows

      private String[][] mockRows
  • Constructor Details

    • LogMinerHelperTest

      public LogMinerHelperTest()
  • Method Details

    • beforeEach

      public void beforeEach() throws Exception
      Throws:
      Exception
    • logsWithRegularScns

      public void logsWithRegularScns() throws Exception
      Throws:
      Exception
    • excludeLogsBeforeOffsetScn

      public void excludeLogsBeforeOffsetScn() throws Exception
      Throws:
      Exception
    • nullsHandledAsMaxScn

      public void nullsHandledAsMaxScn() throws Exception
      Throws:
      Exception
    • canHandleMaxScn

      public void canHandleMaxScn() throws Exception
      Throws:
      Exception
    • logsWithVeryLargeScnAreSupported

      public void logsWithVeryLargeScnAreSupported() throws Exception
      Throws:
      Exception
    • getLogFileNextScnByName

      private static io.debezium.connector.oracle.Scn getLogFileNextScnByName(List<io.debezium.connector.oracle.logminer.LogFile> logs, String name)