-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit test for PipelineJobCenter #28542
Comments
Willing to volunteer but i have no experience in unit testing? How to get started? |
Hi @MihirKohli , welcome! You could have a look at some JUnit 5 tutorials and reference unit tests in |
hey @MihirKohli ! can i work on this issue ? can u assign me ? |
@sandynz Hi, can I please work on this issue? I’m a uni student who’s new to open source projects, but I will try my best for the pull request. |
hey, anyone working on this issue? |
Welcome. You could work on it. There's no response more than 2 weeks. |
Currently i am facing some issues meanwhile you can assign it to someone else |
OK, thanks. Welcome back |
hey @sandynz Can i pick this issue? |
Thanks all friends! Welcome to pick other issues. |
Hi community,
This issue is for #28487.
Aim
Add more unit tests for
PipelineJobCenter
to test its public functions to improve unit test coverage. Methods: addJob, isJobExisting, getJob, getJobItemContext, getShardingItems.Unit test coverage can be viewed at: https://app.codecov.io/gh/apache/shardingsphere
Basic Qualifications
The text was updated successfully, but these errors were encountered: