Package io.debezium.connector.mysql
package io.debezium.connector.mysql
-
ClassDescriptionRun the
MySqlConnectorin various configurations and against different MySQL server instances and verify the output is as expected.A centralized expression of differences in behaviour between MySQL 5.x and 8.xThe test to verify whether DDL is stored correctly in database history.Tests aroundDECIMALcolumns.Verify correct DECIMAL handling with different types of io.debezium.relational.RelationalDatabaseConnectorConfig.DecimalHandlingMode.Tests aroundNUMERICcolumns.Integration test forMySqlConnectorusing Testcontainers infrastructure for testing column constraints supported in MySQL 8.0.x.Tests aroundDECIMALcolumns.A utility for integration test cases to connect the MySQL server running in the Docker container created by this module's build.Verify correct range of TINYINT.Verify conversions around 2 and 4 digit year values.Tests aroundNUMERICcolumns.Create and populate a unique instance of a MySQL database for each run of JUnit test.