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

Merge https://github.com/rubygems/rubygems/pull/7379 #9604

Merged
merged 3 commits into from Jan 22, 2024

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 19, 2024

stanhu added a commit to stanhu/rubygems that referenced this pull request Jan 19, 2024
CI broke in ruby/ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.
stanhu added a commit to stanhu/rubygems that referenced this pull request Jan 19, 2024
CI broke in ruby/ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems#7379 (comment)
for more details.
stanhu added a commit to stanhu/rubygems that referenced this pull request Jan 19, 2024
CI broke in ruby/ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems#7379 (comment)
for more details.
stanhu added a commit to stanhu/rubygems that referenced this pull request Jan 19, 2024
CI broke in ruby/ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems#7379 (comment)
for more details.
@stanhu
Copy link
Contributor

stanhu commented Jan 20, 2024

rubygems/rubygems#7405 should make these tests pass again.

CI broke in ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems/rubygems#7379 (comment)
for more details.
@hsbt
Copy link
Member Author

hsbt commented Jan 22, 2024

@stanhu Thanks. I applied your patch to this branch. After passing test, I will merge your change on this and rubygems repositories.

@hsbt hsbt enabled auto-merge (rebase) January 22, 2024 00:55
@hsbt hsbt merged commit 67b00f7 into ruby:master Jan 22, 2024
96 checks passed
@hsbt hsbt deleted the merge-rubygems-7379 branch January 22, 2024 00:57
hsbt pushed a commit to hsbt/ruby that referenced this pull request Jan 24, 2024
CI broke in ruby#9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems/rubygems#7379 (comment)
for more details.
github-merge-queue bot pushed a commit that referenced this pull request Feb 5, 2024
* Merge RubyGems-3.5.4 and Bundler-2.5.4

* Merge RubyGems-3.5.5 and Bundler-2.5.5

* Make tests play with upstream Ruby tests

CI broke in #9604 because if any Ruby
tests run `require 'net/http'`, they will pollute the
`$LOADED_FEATURES` for the RubyGems tests. We can fix this by renaming
the test default gem from `net-http` to `my-http`.

See rubygems/rubygems#7379 (comment)
for more details.

---------

Co-authored-by: Stan Hu <stanhu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants