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

Backport "Make CI green again (#1128)" to v1.9 #1152

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

nickrobinson251
Copy link
Collaborator

@nickrobinson251 nickrobinson251 commented Feb 17, 2024

@quinnj spotted CI failed when the last PR to release-1.9 was merged: https://github.com/JuliaWeb/HTTP.jl/actions/runs/7929317925/job/21649293467

Hopefully this fixes it 🤞


  • Fix tests for new version of ConcurrentUtilities

ConcurrentUtilities changed an (internal) fieldname of the Pool type from max to limit. This field is used in HTTP.jl tests so this patch works around the issue.

  • Remove invalidation CI check

This has been failing for quite some time with some internal error. Also in the working case it is a bit unclear what the actionable thing is when it errors (xref
#920 (comment)).

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Lovely; any idea why CI isn't running on this PR though?

* Fix tests for new version of `ConcurrentUtilities`

`ConcurrentUtilities` changed an (internal) fieldname of the `Pool` type
from `max` to `limit`. This field is used in HTTP.jl tests so this patch
works around the issue.

* Remove invalidation CI check

This has been failing for quite some time with some internal error. Also
in the working case it is a bit unclear what the actionable thing is
when it errors (xref
#920 (comment)).
@nickrobinson251
Copy link
Collaborator Author

Lovely; any idea why CI isn't running on this PR though?

Fixed it: 6a3b0a9

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (release-1.9@6a3b0a9). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff               @@
##             release-1.9    #1152   +/-   ##
==============================================
  Coverage               ?   82.49%           
==============================================
  Files                  ?       32           
  Lines                  ?     3051           
  Branches               ?        0           
==============================================
  Hits                   ?     2517           
  Misses                 ?      534           
  Partials               ?        0           

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

@nickrobinson251 nickrobinson251 merged commit f20777d into release-1.9 Feb 18, 2024
8 of 11 checks passed
@nickrobinson251 nickrobinson251 deleted the npr-concurrentutilites-fix-1.9 branch February 18, 2024 21:31
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.

4 participants