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

Update the mirror test goldens, fix --capture on Python 3 #1244

Closed
wants to merge 2 commits into from

Conversation

refi64
Copy link
Contributor

@refi64 refi64 commented Feb 2, 2024

Description of the Change

CI was failing due to the mirror test goldens being outdated, so those were updated, as well as --capture being fixed on Python 3.

Checklist

  • unit-test added (if change is algorithm)
  • functional test added/updated (if change is functional)
  • man page updated (if applicable)
  • bash completion updated (if applicable)
  • documentation updated
  • author name in AUTHORS

None of the commands' output is ever treated as binary, so we can just
always decode it as text.

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
They were either using outdated package versions or now-removed Debian
releases. (Perhaps it would be worth removing `stretch` from elsewhere,
too, but those links seem to be to the archive and thus shouldn't
actually be an issue?)

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (f1649a6) 74.85% compared to head (8b4a7be) 74.93%.
Report is 4 commits behind head on master.

Files Patch % Lines
pgp/openpgp.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1244      +/-   ##
==========================================
+ Coverage   74.85%   74.93%   +0.07%     
==========================================
  Files         143      143              
  Lines       16187    16181       -6     
==========================================
+ Hits        12117    12125       +8     
+ Misses       3134     3122      -12     
+ Partials      936      934       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@refi64
Copy link
Contributor Author

refi64 commented Feb 2, 2024

image
beautiful.

(not sure why codecov is failing, this PR did not touch any Go code files.)

@neolynx
Copy link
Member

neolynx commented Feb 6, 2024

oh ! I was working on the same, but I moved all unstable internet sources to s3, so we have reproducible testing.

however, I wonder if your python change would still be needed. could you check ?

@neolynx neolynx self-assigned this Feb 6, 2024
@neolynx
Copy link
Member

neolynx commented Apr 17, 2024

I guess this is not needed anymore, thanks anyway !

@neolynx neolynx closed this Apr 17, 2024
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.

None yet

2 participants