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

[test] Replace Pkg.PlatformEngine --> Custom download & verify #155

Closed
wants to merge 1 commit into from
Closed

[test] Replace Pkg.PlatformEngine --> Custom download & verify #155

wants to merge 1 commit into from

Conversation

zerefwayne
Copy link
Contributor

@zerefwayne zerefwayne commented Nov 24, 2020

Signed-off-by: zerefwayne aayushjog@gmail.com

closes #154

  • Replaced the internal functions of Pkg with custom functions with only the functionalities we require. The implementation is inspired by Pkg.PlatformEngines and uses the upcoming Downloads.download() which will be the de-facto from Julia v1.6

  • Adds Downloads and SHA to Test dependencies.

  • No new test cases break reported.

    Before the Change: 1226 passed, 12 failed, 0 errored, 0 broken.
    After the Change: 1226 passed, 12 failed, 0 errored, 0 broken.

Signed-off-by: zerefwayne <aayushjog@gmail.com>
@yeesian
Copy link
Owner

yeesian commented Jan 23, 2021

Sorry for the late response -- is this PR ready to be reviewed? I saw the test failures on Travis and wasn't sure if you still have work-in-progress. I dug into the logs on Travis and think they were due to flakey tests that @visr pointed out in #158 and have updated the test values in #157. I think this PR might work if you rebase it on master.

@yeesian
Copy link
Owner

yeesian commented Jun 24, 2021

This has been incorporated into #179, thank you for the contribution!

@yeesian yeesian closed this Jun 24, 2021
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.

download_verify removed on nightly
2 participants