-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 for windows failure InternalDistributionArchiveSetupPluginFuncTest #5417
Fix for windows failure InternalDistributionArchiveSetupPluginFuncTest #5417
Conversation
Signed-off-by: Poojita Raj <poojiraj@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
file("producer-tar/build/install/snapshot-2.0.txt").exists() | ||
} else { | ||
when: | ||
def result = gradleRunner("copyArchive").build() |
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 think we should add a test case for Windows ZIP archive (for Windows platform), to check the archive distribution also works on Windows (we had issues with that in the past), what do you think @Poojita-Raj?
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.
Hey @reta, thanks for the review! Yes, I think we can do that, however do you believe that's a blocker for windows readiness for the 1.3.7 release? Or would it be a nice to have add on?
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.
Thanks @Poojita-Raj , I think it is nice to have but certainly not a blocker
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.
Thanks @reta, I've opened another issue for your comment to track it, and will merge this in for now.
Signed-off-by: Poojita Raj poojiraj@amazon.com
Description
Failure on windows for the InternalDistributionArchiveSetupPluginFuncTest is unexpected. Fails with "registered distribution provides archives and directory variant".
This is because -
To get the test passing again, we check for expected conditions on windows and non-windows machines.
Issues Resolved
Resolves #5324
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.