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

Rails booting up and running PostgreSQL rails tests #1155

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

JesseChavez
Copy link
Contributor

Here is fixes to run postgres rails tests

… was logged in rails repo

- ticket logged in rails repo rails/rails#52485
- this issue is not present is Rails 7.0 or the new beta version 7.2
…incompatible code to postgres 10

ActiveRecord::JDBCError: org.postgresql.util.PSQLException: ERROR: syntax error at or near "FUNCTION"
  Position: 140
                execute at arjdbc/jdbc/RubyJdbcConnection.java:775
…tity_columns?'

NoMethodError: undefined method `supports_identity_columns?' for #<ActiveRecord::Schema:0x2cc82c83>
         method_missing at /home/jessec/bryk/vendor_gems/rails/activerecord/lib/active_record/migration.rb:1047
          say_with_time at /home/jessec/bryk/vendor_gems/rails/activerecord/lib/active_record/migration.rb:1017
@enebo enebo merged commit 9cc3533 into jruby:master Aug 1, 2024
7 of 13 checks passed
@enebo
Copy link
Member

enebo commented Aug 1, 2024

cool. Interesting on the failure as I thought all of those were copied from an older set of AR tests.

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