Class MySqlTimestampColumnIT

All Implemented Interfaces:
Testing

public class MySqlTimestampColumnIT extends AbstractAsyncEngineConnectorTest
Author:
Chris Cranford
  • Field Details

    • SCHEMA_HISTORY_PATH

      private static final Path SCHEMA_HISTORY_PATH
    • DATABASE

      private final UniqueDatabase DATABASE
    • config

      private Configuration config
  • Constructor Details

    • MySqlTimestampColumnIT

      public MySqlTimestampColumnIT()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • shouldConvertDateTimeWithZeroPrecision

      @FixFor("DBZ-1243") public void shouldConvertDateTimeWithZeroPrecision() throws Exception
      Throws:
      Exception