david-streamlio opened a new issue, #45: URL: https://github.com/apache/pulsar-connectors/issues/45
## Current state `jdbc/mariadb` has **zero tests** — `MariadbJdbcAutoSchemaSink` is not exercised at all in CI. ## Proposal Add a Testcontainers-based integration test following the existing pattern in `jdbc/clickhouse` (`ClickHouseJdbcSinkIntegrationTest`): start a `MariaDBContainer`, create a destination table, open the sink, write an Avro `GenericRecord`, and verify the row lands in the database. Requires adding a `testcontainers-mariadb` entry to the version catalog (resolves via the existing Testcontainers BOM). _Part of an integration-test coverage sweep of all connector modules._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
