-
Notifications
You must be signed in to change notification settings - Fork 23
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 file locking issue on Windows #797
Conversation
For completeness we should test interacting with a plugin built with 1.4.2 or TPR as well. |
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, but a nit request on the testing side just to be sure.
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.
Not essential but while bumping to use TPR 1.4.2, do you want to update the 2 other go.mod files in the repository?
LGTM either way
- For more details see: vmware-tanzu/tanzu-plugin-runtime#204
c02610d
to
fd7f66d
Compare
@vuil I built the |
@vuil I have tested this on Mac, Linux and Windows all three and added details for windows in PR description. |
Thanks for furnishing the test details. LGTM. |
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
- For more details see: vmware-tanzu/tanzu-plugin-runtime#204
- For more details see: vmware-tanzu/tanzu-plugin-runtime#204
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Build the Tanzu CLI for Windows, Mac, Linux with the fix
Verify that CLI can install and run the
package
andspace
plugin (built with older Tanzu Plugin Runtime)Build the
space
plugin using v1.4.2 version of Tanzu Plugin RuntimeVerify that CLI can install the
space
plugin (built with newer v1.4.2 Tanzu Plugin Runtime)Windows Tests:
Release note
Additional information
Special notes for your reviewer