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

Understand RSpec segfault #6

Closed
wants to merge 2 commits into from

Conversation

lawrence-forooghian
Copy link
Collaborator

No description provided.

@lawrence-forooghian lawrence-forooghian force-pushed the understand-rspec-segfault branch 3 times, most recently from 7537b85 to 9c32865 Compare May 14, 2024 18:25
The aim of this helper is to cause some tests to be skipped if there is
no Internet connection. For some reason (which I haven’t investigated)
when run on GitHub Actions these tests are always being skipped, causing
me to not notice the test failures fixed in 139a59b.

I am happy to remove this check; presumably if there’s no Internet
connection then the affected tests will just fail, and that’s fine by
me. I understand the intent of the author in adding this helper, and
understand that being able to run some of the test suite offline may be
a desirable thing, but I think not at the cost of it hiding failing
tests by default.

(There’s also a requires_port helper which is only used in the
proxy-related tests; in order to remove that one we’d need to start
running proxies locally and in CI, and I don’t want to spend time on
that now. We don’t make use of this library’s proxy functionality in
ably-ruby.)
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.

1 participant