Skip to content
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

Unzip extract async bug #7724

Merged
merged 2 commits into from
Jul 20, 2018
Merged

Conversation

osmanrafiqss
Copy link
Contributor

@osmanrafiqss osmanrafiqss commented Jul 13, 2018

The Java Tool Installer Task fails when the jdk is provided as a zip
file.

The issue is caused by the extractFiles method not awaiting the
async result of the unzipExtract method. Instead the extractFiles method
returns before the unzip powershell command has been executed causing the task to fail.

Adressed the issue by chaining the async execution of the unzipExtract
method through to the async run method of the task.

Issue:
#7725

The Java Tool Installer Task fails when the jdk is provided as a zip
file.

The issue is caused by the extractFiles method not awaiting the
async result of the unzipExtract method. Instead the extractFiles method
returns before the unzip powershell command has been executed causing the task to fail.

Adressed the issue by chaining the async execution of the unzipExtract
method through to the async run method of the task.
@msftclas
Copy link

msftclas commented Jul 13, 2018

CLA assistant check
All CLA requirements met.

Copy link
Member

@keljos keljos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contributing a fix for this issue!

@keljos keljos merged commit b9dc36e into microsoft:master Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants