Class LogMinerSourceInfoRedoSqlIT

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

public class LogMinerSourceInfoRedoSqlIT extends AbstractConnectorTest
Tests for LogMiner's source info block REDO SQL
Author:
Chris Cranford
  • Field Details

    • skipAdapterRule

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

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

    • LogMinerSourceInfoRedoSqlIT

      public LogMinerSourceInfoRedoSqlIT()
  • Method Details

    • beforeClass

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

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

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

      @FixFor("DBZ-6960") public void shouldStreamRedoSqlInSourceInfoBlockWhenEnabled() throws Exception
      Throws:
      Exception
    • shouldNotIncludeRedoSqlInSourceInfoBlockWhenNotEnabled

      @FixFor("DBZ-6960") public void shouldNotIncludeRedoSqlInSourceInfoBlockWhenNotEnabled() throws Exception
      Throws:
      Exception
    • testRedoSqlInSourceInfoBlock

      private void testRedoSqlInSourceInfoBlock(boolean includeRedoSql) throws Exception
      Throws:
      Exception