Class SqlServerSkipMessagesWithNoUpdateConfigIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.sqlserver.SqlServerSkipMessagesWithNoUpdateConfigIT
All Implemented Interfaces:
Testing

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

    • connection

      private io.debezium.connector.sqlserver.SqlServerConnection connection
    • configBuilder

      private final Configuration.Builder configBuilder
  • Constructor Details

    • SqlServerSkipMessagesWithNoUpdateConfigIT

      public SqlServerSkipMessagesWithNoUpdateConfigIT()
  • Method Details

    • before

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

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

      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