-
Notifications
You must be signed in to change notification settings - Fork 25
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
test: Refactor workload orchestration E2E part 1 #286
Conversation
f3ad7c6
to
8d4f85b
Compare
I have refactored the helper methods and added another test, just noticed this comment wanted an individual PR for refactor my bad @zhiying-lin |
1d5ac25
to
c50ecc2
Compare
75d354b
to
22182ff
Compare
The join_leave_placement_test.go test is flaky even after removing the Ordered flag, it fails rarely but it fails Alternative: would be place this test in it's own test suite |
e9b9744
to
421dae0
Compare
@zhiying-lin Addressed comment #303 (comment) by adding helper methods for checking MemberCluster and InternalMemberCluster Status |
78bb475
to
af48716
Compare
af48716
to
0638c8f
Compare
285c978
to
c808c87
Compare
c808c87
to
9052173
Compare
794a890
to
1073968
Compare
Description of your changes
Also Fixes #325
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
E2E test for workload orchestration
Special notes for your reviewer
Rebased and split this PR #248, Refactor and one new test case