Class MySqlValueConvertersTest

java.lang.Object
io.debezium.connector.mysql.MySqlValueConvertersTest

public class MySqlValueConvertersTest extends Object
Author:
Randall Hauch
  • Field Details

    • ADJUSTER

      private static final TemporalAdjuster ADJUSTER
    • INVALID_JSON

      private static final byte[] INVALID_JSON
  • Constructor Details

    • MySqlValueConvertersTest

      public MySqlValueConvertersTest()
  • Method Details

    • shouldAdjustLocalDateWithTwoDigitYears

      public void shouldAdjustLocalDateWithTwoDigitYears()
    • shouldAdjustLocalDateTimeWithTwoDigitYears

      public void shouldAdjustLocalDateTimeWithTwoDigitYears()
    • shouldNotAdjustLocalDateWithThreeDigitYears

      public void shouldNotAdjustLocalDateWithThreeDigitYears()
    • shouldNotAdjustLocalDateTimeWithThreeDigitYears

      public void shouldNotAdjustLocalDateTimeWithThreeDigitYears()
    • testJsonValues

      public void testJsonValues()
    • testSkipInvalidJsonValues

      @FixFor("DBZ-2563") public void testSkipInvalidJsonValues()
    • testErrorOnInvalidJsonValues

      @FixFor("DBZ-2563") public void testErrorOnInvalidJsonValues()
    • testFallbackDecimalValueScale

      @FixFor("DBC-3371") public void testFallbackDecimalValueScale()
    • testZonedDateTimeWithMicrosecondPrecision

      @FixFor("DBZ-5996") public void testZonedDateTimeWithMicrosecondPrecision()
    • localDateWithYear

      protected LocalDate localDateWithYear(int year)
    • localDateTimeWithYear

      protected LocalDateTime localDateTimeWithYear(int year)