Class LogMinerHelperIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.oracle.LogMinerHelperIT
All Implemented Interfaces:
Testing

public class LogMinerHelperIT extends AbstractConnectorTest
This subclasses common OracleConnectorIT for LogMiner adaptor
  • Field Details

    • skipAdapterRule

      public final org.junit.rules.TestRule skipAdapterRule
    • conn

      private static io.debezium.connector.oracle.OracleConnection conn
  • Constructor Details

    • LogMinerHelperIT

      public LogMinerHelperIT()
  • Method Details

    • beforeSuperClass

      public static void beforeSuperClass() throws SQLException
      Throws:
      SQLException
    • closeConnection

      public static void closeConnection() throws SQLException
      Throws:
      SQLException
    • before

      public void before() throws SQLException
      Throws:
      SQLException
    • shouldAddCorrectLogFiles

      @FixFor("DBZ-3256") public void shouldAddCorrectLogFiles() throws Exception
      Throws:
      Exception
    • shouldSetCorrectLogFiles

      @FixFor("DBZ-3256") public void shouldSetCorrectLogFiles() throws Exception
      Throws:
      Exception
    • shouldOnlyReturnArchiveLogs

      @FixFor("DBZ-3561") public void shouldOnlyReturnArchiveLogs() throws Exception
      Throws:
      Exception
    • shouldGetArchiveLogsWithDestinationSpecified

      @FixFor("DBZ-3661") public void shouldGetArchiveLogsWithDestinationSpecified() throws Exception
      Throws:
      Exception
    • getOldestArchivedScn

      private io.debezium.connector.oracle.Scn getOldestArchivedScn(List<io.debezium.connector.oracle.Scn> oneDayArchivedNextScn)
    • getNumberOfAddedLogFiles

      private static int getNumberOfAddedLogFiles(io.debezium.connector.oracle.OracleConnection conn) throws SQLException
      Throws:
      SQLException
    • getOneDayArchivedLogNextScn

      private List<io.debezium.connector.oracle.Scn> getOneDayArchivedLogNextScn(io.debezium.connector.oracle.OracleConnection conn) throws SQLException
      Throws:
      SQLException
    • getNumberOfInstances

      private static int getNumberOfInstances(io.debezium.connector.oracle.OracleConnection connection) throws SQLException
      Throws:
      SQLException