apache/seatunnel

[Feature][connector-jdbc][DB2] Optimize unit testing for DB2 in JDBC connector

Open

#10.216 aberto em 18 de dez. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (1.432 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (6.897 stars)
Métricas de merge de PR
 (Mesclagem média 13d 21h) (143 fundiu PRs em 30d)

Description

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

This issue focuses on improving and expanding unit test coverage for the DB2 case in the connector-jdbc module, consistent with the scope defined in #10210.

  1. At present, the unit tests of connector-jdbc code basically rely on the local environment and will be turned off during the actual running of ci, which will lead to functional risks. We hope to introduce docker containers and run unit tests in the actual ci process.
  2. The unit test coverage of connector-jdbc code is relatively low, such as the jdbcCatalog test and jdbcDialect test. Additionally, there is a lack of boundary condition test cases. We hope to add relevant test cases.
  3. After completing points 1 and 2, you can transfer the unit tests in the jdbc-e2e module to connector-jdbc.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Guia do colaborador