-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Return macvlan object in /network REST API response #10919
Conversation
@Luap99 , |
/auto-cc |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, vikas-goel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM but I think we need a review from @baude before merge |
/assign @Luap99 |
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.
Code LGTM but the test not, you are testing the libpod endpoint and your code fixes a bug in the docker compat api. The test should call the compat api.
Sure, @Luap99. Will the following be sufficient? t GET networks/macvlan1 200 |
yes but you should check the name at least not only length |
Ok. I will add to it. |
/check-dco |
Fixes: #10266 Signed-off-by: Vikas Goel <[email protected]>
The test for this PR change is passing.
The two test suites APIv2 test on fedora-34 and compose test on fedora-34 (root) failing for unrelated reasons. How can we overcome the failures? |
I restarted the failing tests. |
@vikas-goel thanks for the work on this. @edsantiago is the below a known flake we're chasing?
|
@TomSweeneyRedHat yes, "false is not true" is one of the flakes I've been seeing a lot of. I haven't filed an issue for it because the error message is so annoying. I've restarted the test. |
@Luap99 , |
/lgtm |
Thanks @vikas-goel |
What I get for commenting without refreshing the page. Thanks! |
Thank you all. |
Fixes: #10266
Signed-off-by: Vikas Goel [email protected]