david-streamlio opened a new issue, #42: URL: https://github.com/apache/pulsar-connectors/issues/42
## Current state `debezium/mongodb` has **zero tests** — the `DebeziumMongoDbSource` connector is not exercised at all in CI. ## Proposal Add a Testcontainers-based integration test following the existing pattern in `debezium/mysql` (`DebeziumMysqlSourceTest`): start a `MongoDBContainer` (single-node replica set, which Testcontainers initiates automatically) plus a `PulsarContainer` for Debezium offset/schema-history storage, insert seed documents, open the source with a mocked `SourceContext`, and assert the initial snapshot produces CDC records. The version catalog already has `testcontainers-mongodb` and `testcontainers-pulsar` entries. _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]
