-
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
fix the .Path and .Args when use the infra-command #7675
fix the .Path and .Args when use the infra-command #7675
Conversation
LGTM |
@zhangguanzhang Remote tests do not seem to be happy |
I will fix this when I have time |
286fdd3
to
0cea112
Compare
All tests are unhappy; but FWIW it now passes my (new, unsubmitted) |
I have a system test (BATS) that tests this fairly thoroughly, so don't feel any need to write one. I will submit my PR as soon as yours merges (because, obviously, it will not pass on master right now). |
Does this mean I should remove the e2e I wrote? |
No, those are a good idea - multiple levels of testing are good. What I meant was, if you were thinking of writing a system test, you don't need to 😁 |
My local test is normal, I don’t know why Args is empty in ci |
You are using |
Signed-off-by: zhangguanzhang <[email protected]>
0cea112
to
5f6fff0
Compare
oops, wrong copy😅 |
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.
I tested against my new BATS pod infra tests; all passes. Nice work.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, zhangguanzhang 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 |
Thanks @zhangguanzhang |
Fixes: #7673
Signed-off-by: zhangguanzhang [email protected]