tests: Add make-mirror test implementation - #20908
Conversation
d97e51b to
983fee2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 19 files with indirect coverage changes @@ Coverage Diff @@
## main #20908 +/- ##
==========================================
- Coverage 68.43% 68.40% -0.04%
==========================================
Files 428 428
Lines 35256 35256
==========================================
- Hits 24127 24116 -11
- Misses 9733 9745 +12
+ Partials 1396 1395 -1 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Please fix |
983fee2 to
fa0b8f9
Compare
|
Fixed, thanks. |
|
Can you fix pull-etcd-verify? Just run |
fa0b8f9 to
dd829df
Compare
|
/retest |
dd829df to
952c177
Compare
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ronaldngounou, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fuweid
left a comment
There was a problem hiding this comment.
This test case only works for e2e. I think we should move that into e2e folder instead of common.
The motivation of this PR is to migrate the following tests to common As you say, the current tests only work for e2e since To make the tests work for integration, we need to complete the But I'm not sure whether this approach is good or not... |
|
Hi @yagikota yeah. It's ok to move that into common. But that change on option doesn't make senses to me, like |
Thanks for sharing your thoughts. Let's wait for updates from @ronaldngounou. |
952c177 to
bc6f293
Compare
|
/test pull-etcd-e2e-386 |
bc6f293 to
87ec3f0
Compare
|
/retest |
|
@fuweid, the remaining comments are addressed. Waiting for a review please |
|
/retest |
|
@fuweid Could you please review? I addressed the comments. |
|
Sorry for the delay of my response on this PR. I have let it sleep 👎🏽 Sorry again. |
cc8b0fb to
07a5670
Compare
|
/retest-required |
|
=== Failed It failed to build |
- Implement mirror test structure
- Add test/common functionality
- Create ctl_v3_make_mirror_test
Signed-off-by: Ronald Ngounou <ronald.ngounou@yahoo.com>
Signed-off-by: ronaldngounou <ronald.ngounou@yahoo.com>
07a5670 to
293f8f6
Compare
|
@ronaldngounou: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Context
This PR contributes to #20612 . The goal is to migrate tests/e2e/ctl_v3_make_mirror_test.go to the common testing framework
co-author: @yagikota
While we were able to migrate the e2e tests, we would like to have a discussion with the maintenairs on how we can migrate the integration tests as providing guidance would require more context about the source code.
cc @ahrtr @serathius
Testing