Class MySqlJdbcSinkDataTypeConverterIT

All Implemented Interfaces:
Testing

public class MySqlJdbcSinkDataTypeConverterIT extends AbstractAsyncEngineConnectorTest
Tests for the MySQL JDBC Sink converter.
Author:
Chris Cranford
  • Field Details

    • SCHEMA_HISTORY_PATH

      private static final Path SCHEMA_HISTORY_PATH
    • config

      private Configuration config
  • Constructor Details

    • MySqlJdbcSinkDataTypeConverterIT

      public MySqlJdbcSinkDataTypeConverterIT()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • testBooleanDataTypeMapping

      @FixFor("DBZ-6225") public void testBooleanDataTypeMapping() throws Exception
      Throws:
      Exception
    • testRealDataTypeMapping

      @FixFor("DBZ-6226") public void testRealDataTypeMapping() throws Exception
      Throws:
      Exception
    • testNationalizedCharacterDataTypeMappings

      @FixFor("DBZ-6231") public void testNationalizedCharacterDataTypeMappings() throws Exception
      Throws:
      Exception