Class BinlogSchemaValidateIT<C extends org.apache.kafka.connect.source.SourceConnector>

All Implemented Interfaces:
BinlogConnectorTest<C>, Testing

public abstract class BinlogSchemaValidateIT<C extends org.apache.kafka.connect.source.SourceConnector> extends AbstractBinlogConnectorIT<C>
Author:
Inki Hwang
  • Field Details

  • Constructor Details

    • BinlogSchemaValidateIT

      public BinlogSchemaValidateIT()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • shouldRecoverToSyncSchemaWhenAddColumnToEndWithSqlLogBinIsOff

      @FixFor("DBZ-7093") public void shouldRecoverToSyncSchemaWhenAddColumnToEndWithSqlLogBinIsOff() throws Exception
      Throws:
      Exception
    • shouldRecoverToSyncSchemaWhenAddColumnInMiddleWithSqlLogBinIsOff

      @FixFor("DBZ-7093") public void shouldRecoverToSyncSchemaWhenAddColumnInMiddleWithSqlLogBinIsOff() throws Exception
      Throws:
      Exception
    • shouldRecoverToSyncSchemaWhenDropColumnWithSqlLogBinIsOff

      @FixFor("DBZ-7093") public void shouldRecoverToSyncSchemaWhenDropColumnWithSqlLogBinIsOff() throws Exception
      Throws:
      Exception
    • shouldRecoverToSyncSchemaWhenAddColumnToEndWithSqlLogBinIsOffAndColumnInclude

      @FixFor("DBZ-7093") public void shouldRecoverToSyncSchemaWhenAddColumnToEndWithSqlLogBinIsOffAndColumnInclude() throws Exception
      Throws:
      Exception
    • alterTableWithSqlBinLogOff

      private void alterTableWithSqlBinLogOff(String ddl, boolean replicaIsMaster) throws SQLException
      Throws:
      SQLException