-
Notifications
You must be signed in to change notification settings - Fork 157
Test with rails-ex on branch 3.3 going forward. #518
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
Conversation
PTAL @phracek I hope I remembered correctly from our meetings that the new rails-ex branch will be the new de-facto default. Not sure, do some openshift tests somewhere also need similar adjusting? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 suggestion (above), but otherwise LGTM!
rails-ex for Ruby 3.3 needs updated dependencies but that's not possible as RHEL 7 requires pg <= 1.2.3 due to the old PostgreSQL available. Therefore, by default we'll use [email protected] for tests, older rubies such as 3.1 or 2.5 will keep using the rails-ex@master.
1116158
to
585d187
Compare
@pvalena PTAL for bash. I used a function to cut down on repetition in the Openshift tests. I think we want to differentiate the remote ref in all openshift tests due to the Rails app dependency changes. And I think it'd be a good idea to run tests with this to validate I didn't make behavior changes for the current state before inclusion of Ruby 3.3 @phracek |
[test-all] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not hit any issue.
* Test with rails-ex on branch 3.3 going forward. rails-ex for Ruby 3.3 needs updated dependencies but that's not possible as RHEL 7 requires pg <= 1.2.3 due to the old PostgreSQL available. Therefore, by default we'll use [email protected] for tests, older rubies such as 3.1 or 2.5 will keep using the rails-ex@master. * Use rails-ex ref 3.3 when testing with Ruby 3.3 and newer.
rails-ex for Ruby 3.3 needs updated dependencies
but that's not possible as RHEL 7 requires pg <= 1.2.3 due to the old PostgreSQL available. Therefore, by default we'll use [email protected] for tests, older rubies such as 3.1 or 2.5 will keep using the rails-ex@master.