DatabaseCleaner/database_cleaner-active_record

CI is not being executed against Rails 7.1 stable (and probably 7.1 compatibility is broken on main)

tagliala opened this issue · 0 comments

Hello,

I was submitting a PR related to improve the CI by fixing SQL dependency, run against latest stable Rails and Ruby version, run experimental versions against Rails edge and Ruby head, and I've noticed that the 7.1 file is using rails-edge

Ref: https://github.com/DatabaseCleaner/database_cleaner-active_record/actions/runs/9441466205/job/26002219838#step:4:714

gem "rails", github: 'rails/rails' # "~> 7.1.0"

So this leads to a false positive, because when testing against 7.1 stable the CI fails

Ref: https://github.com/tagliala/database_cleaner-active_record/actions/runs/9446754110

https://github.com/tagliala/database_cleaner-active_record/actions/runs/9446754110/job/26017081319#step:6:309

     Failure/Error: ::ActiveRecord::Base.connection_pool.schema_migration.table_name