-
Notifications
You must be signed in to change notification settings - Fork 963
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
[good first issue]enrich the unit-test for some package #3053
Comments
/good first issue |
/assign |
@lowang-bh I would like to work on unit-tests for |
/assign |
@lowang-bh I would like to work on the rest unit-tests |
/assign |
@Subhasish-Behera @rayoluo Any updates on this issue? |
@lowang-bh Just filed a PR for the (cc @william-wang @Monokaix ) |
/good-first-issue |
@lowang-bh: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
@lowang-bh Hello, may I ask if this will allocate a specific part? |
Welcome! You can work on those packages which have no UTs covered. |
@googs1025 Hello, I'm currently looking into Issue #3075 and noticed that there's some overlap with current Issue regarding enqueue and backfill. I was wondering if you're planning to address these actions in a future PR? |
@MondayCha Hi, hello, I am currently working on other packages. You can work on the action package. |
@MondayCha hi, Are you still working on this? |
Sorry I haven't started yet. I'm still trying to understand the relevant code and might attempt it next week. If you need to do enqueue and backfill, I will avoid it. |
/close |
Maybe need to refactor the current implementation of building pod, priorityclass, queue...? See here: #3075 (comment), current function like BuildPod's scalability is not so good, maybe to refactor implementation like in k8s repository in the future? https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/job/job_controller_test.go#L7791-L7821 |
What would you like to be added:
There are many packages which don't have unit-test, such as:
actions:
plugins:
others, include some PRs:
UTs should include positive cases and reverse cases.
Why is this needed:
Benefits
how to assign
assign only one package to yourself in each pr.
The text was updated successfully, but these errors were encountered: