Skip to content

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

Closed
refi64 wants to merge 2 commits intoaptly-dev:masterfrom
refi64:mirror-test-goldens
Closed

Update the mirror test goldens, fix --capture on Python 3#1244
refi64 wants to merge 2 commits intoaptly-dev:masterfrom
refi64:mirror-test-goldens

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>
@codecov
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.

2 participants