fix: missing test for DB2 compilation
Open
- Dominant language
- Go
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Currently, there is no test covering the DB2 compilation flow. However, the DB2 compilation step is still executed during the release process, which can lead to a failure if there are regressions or issues.
### Impact
Release may fail unexpectedly due to undetected issues in the DB2 compilation step.
Lack of test coverage reduces confidence in DB2 support.
### Proposed Action
Add a test (unit/integration as appropriate) to cover DB2 compilation.
Ensure this test is included in the CI pipeline prior to the release step.
Contributor guide
Assessment
This issue has not been assessed yet.