Class OracleSkipMessagesWithoutChangeConfigIT

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

public class OracleSkipMessagesWithoutChangeConfigIT extends AbstractConnectorTest
Integration tests for config skip.messages.without.change
Author:
Ronak Jain
  • Field Details

    • skipAdapterRule

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

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

    • OracleSkipMessagesWithoutChangeConfigIT

      public OracleSkipMessagesWithoutChangeConfigIT()
  • Method Details

    • before

      public void before()
    • after

      public void after() throws Exception
      Throws:
      Exception
    • shouldSkipEventsWithNoChangeInIncludedColumnsWhenSkipEnabled

      @FixFor("DBZ-2979") public void shouldSkipEventsWithNoChangeInIncludedColumnsWhenSkipEnabled() throws Exception
      Throws:
      Exception
    • shouldSkipEventsWithNoChangeInIncludedColumnsWhenSkipEnabledWithExcludeConfig

      @FixFor("DBZ-2979") public void shouldSkipEventsWithNoChangeInIncludedColumnsWhenSkipEnabledWithExcludeConfig() throws Exception
      Throws:
      Exception
    • shouldNotSkipEventsWithNoChangeInIncludedColumnsWhenSkipDisabled

      @FixFor("DBZ-2979") public void shouldNotSkipEventsWithNoChangeInIncludedColumnsWhenSkipDisabled() throws Exception
      Throws:
      Exception
    • topicName

      private static String topicName(String tableName)