[test] Fix test code compiling error due to not enough arguments #14401
Merged
serathius merged 1 commit intoetcd-io:mainfrom Aug 30, 2022
Merged
[test] Fix test code compiling error due to not enough arguments #14401serathius merged 1 commit intoetcd-io:mainfrom
serathius merged 1 commit intoetcd-io:mainfrom
Conversation
Member
Author
|
Found the issue when working on #14400 |
Member
Author
|
One more error, Refer to https://github.com/etcd-io/etcd/runs/8084995160?check_suite_focus=true |
…node0.Restart Signed-off-by: Benjamin Wang <wachao@vmware.com>
3fd1b42 to
e1c5d2a
Compare
Codecov Report
@@ Coverage Diff @@
## main #14401 +/- ##
==========================================
+ Coverage 70.87% 75.23% +4.35%
==========================================
Files 455 457 +2
Lines 37162 37183 +21
==========================================
+ Hits 26339 27973 +1634
+ Misses 9321 7440 -1881
- Partials 1502 1770 +268
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
serathius
approved these changes
Aug 30, 2022
spzala
reviewed
Aug 30, 2022
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
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.
Pipeline error caused by 70de5c8
Refer to https://github.com/etcd-io/etcd/runs/8083906786?check_suite_focus=true
Signed-off-by: Benjamin Wang wachao@vmware.com
cc @serathius @spzala @ptabor
I will update the CI to add build for the test code in a separate PR.