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

Remove skips on truffleruby, latest truffleruby passes the whole test suite [changelog skip] #778

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

eregon
Copy link
Contributor

@eregon eregon commented Jan 25, 2023

@eregon eregon changed the title Remove skips on truffleruby, latest truffleruby passes the whole test suite Remove skips on truffleruby, latest truffleruby passes the whole test suite (changelog skip) Jan 25, 2023
@@ -52,7 +52,9 @@ def test_fail_to_unmarshal_older_major_version
end

def test_fail_to_unmarshal_not_enough_data
skip "TypeError on TruffleRuby" if RUBY_ENGINE == "truffleruby"
if RUBY_ENGINE == 'truffleruby' and Gem::Version.new(RUBY_ENGINE_VERSION) < Gem::Version.new('23.0.0.a')
Copy link
Contributor Author

@eregon eregon Jan 25, 2023

Choose a reason for hiding this comment

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

Alternative: if we don't want these checks and just want to remove the skips, then we test only on truffleruby-head, and not on truffleruby (release), until the next release.

Copy link
Member

Choose a reason for hiding this comment

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

How far away until the next release? As in it is worth waiting for that next release and remove all the skips?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only in April, in ~2 months: https://www.graalvm.org/release-notes/release-calendar/
I'd much rather it's merged before that if possible.

The current PR is ideal because it doesn't need any change once 23.0 is released.

Copy link
Member

Choose a reason for hiding this comment

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

Fine, by me, but I'd appreciate if you could open another PR later to remove these.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I created a reminder to do that after the 23.0 release.

@eregon eregon changed the title Remove skips on truffleruby, latest truffleruby passes the whole test suite (changelog skip) Remove skips on truffleruby, latest truffleruby passes the whole test suite [changelog skip] Jan 25, 2023
@byroot byroot merged commit 925fb65 into rails:main Feb 8, 2023
@eregon eregon deleted the run-all-tests-on-truffleruby branch February 8, 2023 10:48
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