Class OracleConnectorFilterIT

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

public class OracleConnectorFilterIT extends AbstractConnectorTest
Integration test for the Debezium Oracle connector.
Author:
Gunnar Morling
  • Field Details

    • connection

      private static io.debezium.connector.oracle.OracleConnection connection
    • adminConnection

      private static io.debezium.connector.oracle.OracleConnection adminConnection
    • skipRule

      public org.junit.rules.TestRule skipRule
  • Constructor Details

    • OracleConnectorFilterIT

      public OracleConnectorFilterIT()
  • 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
    • after

      public void after() throws SQLException
      Throws:
      SQLException
    • shouldApplyTableIncludeListConfiguration

      public void shouldApplyTableIncludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplyTableExcludeListConfiguration

      public void shouldApplyTableExcludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplySchemaAndTableIncludeListConfiguration

      @FixFor("DBZ-3009") public void shouldApplySchemaAndTableIncludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplySchemaAndTableExcludeListConfiguration

      @FixFor("DBZ-3009") public void shouldApplySchemaAndTableExcludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplyColumnIncludeListConfiguration

      @FixFor({"DBZ-3167","DBZ-3219"}) public void shouldApplyColumnIncludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplyColumnExcludeListConfiguration

      @FixFor({"DBZ-3167","DBZ-3219"}) public void shouldApplyColumnExcludeListConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplyTableInclusionConfiguration

      private void shouldApplyTableInclusionConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplySchemaAndTableInclusionConfiguration

      private void shouldApplySchemaAndTableInclusionConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplyTableExclusionsConfiguration

      private void shouldApplyTableExclusionsConfiguration() throws Exception
      Throws:
      Exception
    • shouldApplySchemaAndTableExclusionsConfiguration

      private void shouldApplySchemaAndTableExclusionsConfiguration() throws Exception
      Throws:
      Exception
    • shouldTakeTimeDifference

      public void shouldTakeTimeDifference() throws Exception
      Throws:
      Exception