Class MySqlConnectorConvertingFailureIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.mysql.MySqlConnectorConvertingFailureIT
All Implemented Interfaces:
Testing

public class MySqlConnectorConvertingFailureIT extends AbstractConnectorTest
Author:
Inki Hwang
  • Field Details

  • Constructor Details

    • MySqlConnectorConvertingFailureIT

      public MySqlConnectorConvertingFailureIT()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • shouldRecoverToSyncSchemaWhenFailedValueConvertByDdlWithSqlLogBinIsOff

      @FixFor("DBZ-7143") public void shouldRecoverToSyncSchemaWhenFailedValueConvertByDdlWithSqlLogBinIsOff() throws Exception
      Throws:
      Exception
    • shouldFailConversionNullableTimeTypeWithConnectModeWhenWarnMode

      @FixFor("DBZ-7143") public void shouldFailConversionNullableTimeTypeWithConnectModeWhenWarnMode() throws Exception
      Throws:
      Exception
    • shouldFailedConvertedValueIsNullWithSkipMode

      @FixFor("DBZ-7143") public void shouldFailedConvertedValueIsNullWithSkipMode() throws Exception
      Throws:
      Exception
    • shouldFailConversionNotNullTimeTypeWithConnectModeWhenWarnMode

      @FixFor("DBZ-7143") public void shouldFailConversionNotNullTimeTypeWithConnectModeWhenWarnMode() throws Exception
      Throws:
      Exception
    • shouldFailConversionTimeTypeWithConnectModeWhenFailMode

      @FixFor("DBZ-7143") public void shouldFailConversionTimeTypeWithConnectModeWhenFailMode() throws Exception
      Throws:
      Exception
    • shouldFailConversionDefaultTimeTypeWithConnectModeWhenWarnMode

      @FixFor("DBZ-7143") public void shouldFailConversionDefaultTimeTypeWithConnectModeWhenWarnMode() throws Exception
      Throws:
      Exception
    • alterTableWithSqlBinLogOff

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