Add unit tests for api package
Open
@wlwilliamx is already working on this.
Since Sep 23, 2025.
type/enhancement
- Dominant language
- Go
- Stars
- 56
- Forks
- 63
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
Description:
Currently, the api package in the TiCDC repository does not have any unit tests. This makes it harder to ensure correctness, maintainability, and confidence when making changes to the codebase.
Suggested improvements:
- Add unit test coverage for the api package.
- Ensure that core functionality (e.g., request/response handling, error cases, validation logic) is properly tested.
- Integrate the new tests into the existing CI pipeline.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.