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

Reftests: add tests to check url handling behaviours #5560

Merged
merged 13 commits into from Aug 29, 2023
Merged

Conversation

rjbou
Copy link
Collaborator

@rjbou rjbou commented May 26, 2023

Three similar tests, one per each field: url, extra-sources & extra-files.
Each test check presence, checksum validation, and cache populating.
test introduced in #5538 is integrated in url test file.

/cc @hannesm @reynir

queued

@rjbou rjbou changed the title Reftests: add tests to check url hadnling behaviours Reftests: add tests to check url handling behaviours May 30, 2023
@hannesm
Copy link
Member

hannesm commented Aug 3, 2023

to me, this looks fine. thanks for your work on this.

@rjbou rjbou requested a review from kit-ty-kate August 17, 2023 15:26
@rjbou rjbou added this to For alpha3/beta in Opam 2.2.0 Aug 18, 2023
@rjbou rjbou added this to the 2.2.0~alpha3 milestone Aug 18, 2023
@hannesm
Copy link
Member

hannesm commented Aug 22, 2023

Anything that can be done to get this merged? IMHO once this is merged, reviewing the related PRs is way easier. Again, thanks a lot for your work. :)

@kit-ty-kate
Copy link
Member

@hannesm this is waiting on my review. This wasn't queued for 2.2.0 until a few days ago and i haven't had the time to look at it. We're having a meeting in 25 minutes so I'll ask a few question directly there. Mainly this PR is confusing to me as it includes fixes (3706ac3, 9bcdac8) whereas the PR was specifically made just to add tests-cases. I have no idea why these fixes are there and what they are doing so this is the main reason i did not do it yesterday

@rjbou rjbou added the PR: QUEUED Pending pull request, waiting for other work to be merged or closed label Aug 22, 2023
@rjbou rjbou force-pushed the security branch 2 times, most recently from 774af93 to 58abe26 Compare August 22, 2023 15:44
@kit-ty-kate kit-ty-kate removed the PR: QUEUED Pending pull request, waiting for other work to be merged or closed label Aug 22, 2023
echo "MD5: $md5"
echo "SHA256: $sha256"
echo "MD5: $(check "$MD5_PATH")"
echo "SHA256: $(check "$SHA256_PATH")"
Copy link
Member

Choose a reason for hiding this comment

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

damn, Today I Learned

@rjbou rjbou merged commit cfa447c into ocaml:master Aug 29, 2023
27 checks passed
Opam 2.2.0 automation moved this from For alpha3/beta to Done Aug 29, 2023
@rjbou
Copy link
Collaborator Author

rjbou commented Aug 29, 2023

Thanks all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Opam 2.2.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants