-
Notifications
You must be signed in to change notification settings - Fork 372
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
Share test functions between e2e and multicluster e2e package #3424
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3424 +/- ##
==========================================
- Coverage 65.51% 62.71% -2.81%
==========================================
Files 277 277
Lines 27500 37775 +10275
==========================================
+ Hits 18016 23689 +5673
- Misses 7567 12100 +4533
- Partials 1917 1986 +69
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c310540
to
5021c26
Compare
/test-multicluster-e2e |
5021c26
to
2f95ee6
Compare
/test-all |
/test-all-features-conformance |
2f95ee6
to
e480f7e
Compare
/test-all |
/test-e2e /test-multicluster-e2e /test-windows-e2e |
eeb9010
to
176ffd3
Compare
/test-all /test-multicluster-e2e |
176ffd3
to
863a55f
Compare
Rebased and resolved merge conflicts /test-all /test-multicluster-e2e |
/test-e2e |
Hi @tnqn Could you help to take a look at this PR, let us know if there is any other test need to be verified beside |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
863a55f
to
9e66392
Compare
Rebase and resolved merge conflicts /test-all |
9e66392
to
5f0d376
Compare
/test-all /test-multicluster-e2e |
2bb7381
to
b9c5359
Compare
Rebase and resolved merge conflicts /test-all /test-multicluster-e2e |
I didn't see test being triggered, trigger them again. |
/test-multicluster-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two nits.
b9c5359
to
1f72772
Compare
/test-all /test-multicluster-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, PR needs rebasing.
In commit message title: s/andd/and/ |
1f72772
to
69e9d9f
Compare
Signed-off-by: Yang Ding <[email protected]>
69e9d9f
to
b995d2f
Compare
/test-all /test-multicluster-e2e |
/skip-integration change doesn't affect integration test |
Main changes:
/test/e2e.TestData
so that they can be reused by multi-cluster e2e pkg.k8sUtils
toTestData
so that they can be reused by multi-cluster e2e pkg.MCTestData
which has copies ofTestData
of each cluster, instead of creating an entirely new TestData struct.Signed-off-by: Yang Ding [email protected]