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

Skip drb tests on mswin #7789

Merged
merged 2 commits into from May 8, 2023
Merged

Skip drb tests on mswin #7789

merged 2 commits into from May 8, 2023

Conversation

nurse
Copy link
Member

@nurse nurse commented May 7, 2023

It fails with "D:/a/actions/actions/snapshot-ruby_3_1/tool/lib/test/unit.rb:740:in `const_get': uninitialized constant DRbTests::TestDRbSSLCore (NameError)"
https://github.com/ruby/actions/actions/runs/4896468736/jobs/8743421205

This doesn't seem to stably work on mswin:
https://github.com/ruby/ruby/actions/runs/3505363753/jobs/5871633211

For CI stability, it generally seems like a bad idea to run druby tests
on Windows, given that it's pretty much unstable on MinGW as well.
These tests often cause a timeout and this issue seems specific to the
Windows platforms.
https://github.com/ruby/ruby/actions/runs/3603761925/jobs/6072346738
@nurse nurse requested a review from unak May 7, 2023 13:25
@unak unak added this pull request to the merge queue May 8, 2023
Merged via the queue into ruby:ruby_3_1 with commit 66d626f May 8, 2023
84 checks passed
@nurse nurse deleted the skip-drb-tests-on-mswin branch May 8, 2023 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants