-
Notifications
You must be signed in to change notification settings - Fork 528
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
Coscheduling: integration-test for PodGroup status #549
Coscheduling: integration-test for PodGroup status #549
Conversation
Hi @Gekko0114. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
2f59587
to
ae9b4ed
Compare
I am a little bit busy past few days, will make sure the testing logic works locally in the following days |
Thank you so much. |
Or if you explain your idea, perhaps I can work on it instead. |
/ok-to-test |
sorry for the late reply, I mean I will check the testing logic locally, and I was started working on it, will respond in not long later |
hi @Gekko0114, can you should some test results you ran? I tried locally, and no matter I change the like here https://github.com/kubernetes-sigs/scheduler-plugins/pull/549/files#diff-0a8924639ca7d77e937eeb46d44bc9a5168a94d6ffee78e0647b9e3ad4cf71b4R264 and https://github.com/kubernetes-sigs/scheduler-plugins/pull/549/files#diff-0a8924639ca7d77e937eeb46d44bc9a5168a94d6ffee78e0647b9e3ad4cf71b4R160 |
Hi @zwpaper, |
78f5a6b
to
695f01b
Compare
Hi @zwpaper, I checked it again but it seems to be working fine. I have included the logs for same test cases, and also the logs when I changed the I tried this test code on macOS and latest repository version. (BTW, I've updated the test code to use Running successfully for same test cases.
Failed when changing
|
Oh my bad, I mistakenly change the args, it work after a second look. /lgtm |
@PiotrProkop I have no more questions, is this one ok for you? |
206d5d4
to
4db6b00
Compare
Hi @denkensk, Thanks for your comments! |
Hi @denkensk, Sorry for ping you multiple times. |
/lgtm Thanks for your contribution. @Gekko0114 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: denkensk, Gekko0114 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@denkensk, |
/test |
@Gekko0114: The
Use 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. |
/test pull-scheduler-plugins-integration-test-master |
When I run panic: close of closed channel |
@Gekko0114 It's okay, it's my responsibility. Thanks for your contribution again. |
/hold for waiting |
It seems that this error is caused by controller-runtime's SetupSignalHandler.
|
4db6b00
to
ad751e3
Compare
Hi @denkensk , Could you review and approve it again? I fixed the issue by creating this param and shared this between integration-tests. |
/lgtm |
What type of PR is this?
/kind bug
/kind feature
What this PR does / why we need it:
Added integration test for PodGroup Status.
Fixed some logic to ensure smooth running of the Reconcile function.
Which issue(s) this PR fixes:
Fixes #516
Special notes for your reviewer:
Thank you for reviewing this PR.
Please let me know if I have made any mistakes or if there are any improvements that could be made.
Your comments and feedback are appreciated.
Does this PR introduce a user-facing change?