david-streamlio opened a new issue, #43:
URL: https://github.com/apache/pulsar-connectors/issues/43

   ## Current state
   
   `debezium/mssql` has **zero tests** — the `DebeziumMsSqlSource` connector is 
not exercised at all in CI.
   
   ## Proposal
   
   Add a Testcontainers-based integration test following the existing pattern 
in `debezium/mysql` (`DebeziumMysqlSourceTest`): start an 
`MSSQLServerContainer` with the SQL Server Agent enabled 
(`MSSQL_AGENT_ENABLED=true`, required for CDC capture jobs), enable CDC on the 
test database and table (`sys.sp_cdc_enable_db` / `sys.sp_cdc_enable_table`), 
plus a `PulsarContainer` for schema history, and assert the initial snapshot 
produces CDC records.
   
   Requires adding a `testcontainers-mssqlserver` 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]

Reply via email to