Merge pull request #1165 from JesseChavez/rails_71_fixes #242
ruby.yml
on: push
Matrix: ARJDBC Tests (MySQL)
Matrix: ARJDBC Tests (Postgres)
Matrix: ARJDBC Tests (SQLite)
Matrix: Rails Tests (MySQL)
Matrix: Rails Tests (Postgres)
Matrix: Rails Tests (SQLite)
Annotations
10 errors and 13 warnings
Rails Tests (SQLite) (jruby-head, sqlite3, rails:test_sqlite3, main)
The process '/home/runner/.rubies/jruby-head/bin/bundle' failed with exit code 6
|
Error:
test/explain_support_test_methods.rb#L24
ActiveRecord::JDBCError: org.postgresql.util.PSQLException: ERROR: syntax error at or near "LIMIT"
Position: 119
arjdbc/jdbc/RubyJdbcConnection.java:1098:in `execute_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:49:in `block in internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activesupport-7.1.5/lib/active_support/notifications/instrumenter.rb:58:in `instrument'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:1142:in `log'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/core.rb:65:in `log'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:49:in `block in internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:1027:in `block in with_raw_connection'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activesupport-7.1.5/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:999:in `with_raw_connection'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:47:in `internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/postgresql/database_statements.rb:8:in `explain'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/test/explain_support_test_methods.rb:24:in `test_explain_with_arel'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:1981:in `each'
org/jruby/RubyArray.java:1981:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, true, false)
Process completed with exit code 1.
|
Error:
test/explain_support_test_methods.rb#L24
ActiveRecord::JDBCError: org.postgresql.util.PSQLException: ERROR: syntax error at or near "LIMIT"
Position: 119
arjdbc/jdbc/RubyJdbcConnection.java:1098:in `execute_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:49:in `block in internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activesupport-7.1.5/lib/active_support/notifications/instrumenter.rb:58:in `instrument'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:1142:in `log'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/core.rb:65:in `log'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:49:in `block in internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:1027:in `block in with_raw_connection'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activesupport-7.1.5/lib/active_support/concurrency/null_lock.rb:9:in `synchronize'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/vendor/bundle/jruby/3.1.0/gems/activerecord-7.1.5/lib/active_record/connection_adapters/abstract_adapter.rb:999:in `with_raw_connection'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/abstract/database_statements.rb:47:in `internal_exec_query'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/lib/arjdbc/postgresql/database_statements.rb:8:in `explain'
/home/runner/work/activerecord-jdbc-adapter/activerecord-jdbc-adapter/test/explain_support_test_methods.rb:24:in `test_explain_with_arel'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:1981:in `each'
org/jruby/RubyArray.java:1981:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, true, true)
Process completed with exit code 1.
|
Rails Tests (SQLite) (jruby-head, sqlite3, rails:test_sqlite3, 7-1-stable)
Process completed with exit code 1.
|
Rails Tests (MySQL) (jruby-head, mysql2, rails:test_mysql2, 7-1-stable, true, MySQL)
Process completed with exit code 1.
|
Rails Tests (Postgres) (jruby-head, postgresql, rails:test_postgresql, 7-1-stable, false)
Process completed with exit code 1.
|
Rails Tests (MySQL) (jruby-head, mysql2, rails:test_mysql2, 7-1-stable, false, MySQL)
Process completed with exit code 1.
|
Rails Tests (Postgres) (jruby-head, postgresql, rails:test_postgresql, 7-1-stable, true)
Process completed with exit code 1.
|
Rails Tests (SQLite) (jruby-head, sqlite3, rails:test_sqlite3, main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (SQLite) (jruby-head, sqlite3, test_sqlite3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, true, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, false, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, false, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (MySQL) (jruby-head, mysql2, db:mysql test_mysql2, false, MySQL)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (Postgres) (jruby-head, postgresql, db:postgresql test_postgresql, true, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ARJDBC Tests (MySQL) (jruby-head, mysql2, db:mysql test_mysql2, true, MySQL)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rails Tests (SQLite) (jruby-head, sqlite3, rails:test_sqlite3, 7-1-stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rails Tests (MySQL) (jruby-head, mysql2, rails:test_mysql2, 7-1-stable, true, MySQL)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rails Tests (Postgres) (jruby-head, postgresql, rails:test_postgresql, 7-1-stable, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rails Tests (MySQL) (jruby-head, mysql2, rails:test_mysql2, 7-1-stable, false, MySQL)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rails Tests (Postgres) (jruby-head, postgresql, rails:test_postgresql, 7-1-stable, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|