-
Notifications
You must be signed in to change notification settings - Fork 19
test: add RP apply strategy tests #226
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
Merged
zhiying-lin
merged 6 commits into
kubefleet-dev:main
from
zhiying-lin:add-apply-strategy-test
Aug 28, 2025
Merged
test: add RP apply strategy tests #226
zhiying-lin
merged 6 commits into
kubefleet-dev:main
from
zhiying-lin:add-apply-strategy-test
Aug 28, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
06593a4 to
e58e742
Compare
jwtty
reviewed
Aug 27, 2025
0569c4a to
efd10cf
Compare
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com>
018018e to
a56353f
Compare
jwtty
approved these changes
Aug 28, 2025
michaelawyu
pushed a commit
to michaelawyu/kubefleet
that referenced
this pull request
Sep 1, 2025
--------- Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com> Signed-off-by: michaelawyu <chenyu1@microsoft.com>
michaelawyu
added a commit
that referenced
this pull request
Sep 5, 2025
* Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * (Re-)enabled parallel processing in the work applier Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Added unit tests Signed-off-by: michaelawyu <chenyu1@microsoft.com> * test: add RP apply strategy tests (#226) --------- Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com> Signed-off-by: michaelawyu <chenyu1@microsoft.com> * test: add taint and toleration tests for RP (#228) Signed-off-by: michaelawyu <chenyu1@microsoft.com> * fix: validate if the resource should be placed (#229) Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com> Signed-off-by: michaelawyu <chenyu1@microsoft.com> * test: set up the binding watcher integration tests to wait for cache sync (#231) * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Revert the timeout change in #99 Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Use eventually block Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Experimental Signed-off-by: michaelawyu <chenyu1@microsoft.com> * Revert experimental changes Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com> * test: add RP test for join and leave flow (#233) Signed-off-by: michaelawyu <chenyu1@microsoft.com> * test: add e2e tests for RP for resource selection (#236) Signed-off-by: Wantong Jiang <wantjian@microsoft.com> Signed-off-by: michaelawyu <chenyu1@microsoft.com> --------- Signed-off-by: michaelawyu <chenyu1@microsoft.com> Signed-off-by: Zhiying Lin <zhiyingl456@gmail.com> Signed-off-by: Wantong Jiang <wantjian@microsoft.com> Co-authored-by: Zhiying Lin <54013513+zhiying-lin@users.noreply.github.com> Co-authored-by: Wantong <jwtty0919@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes
add RP tests
Fixes #
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer