debezium/dbz

Insufficient test-coverage of connection validation for Db2 connector [DBZ-3633]

Open

#470 opened on Dec 11, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)HTML (6 forks)auto 404
component/db2-connectorgood first issuemigrated-from-jiratype/enhancement

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Migrated from DBZ-3633

Db2ConnectorTest.java checks only for correct values in connector config. However, these values often have prefixes that need to be stripped (e..g. Db2Connection expects a subset prefixed "database."). Maybe we should have a test which will actually try to validate the connection.

Contributor guide