rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
972 stars 558 forks source link

Coerce tests that are not testing SQL Server #1124

Closed aidanharan closed 11 months ago

aidanharan commented 11 months ago

Coerce tests that are not testing SQL Server but using SQLite to test non-specific adapter functionality.

This fixes an issue with SQLite databases from previous tests runs causing tests to fail. Issue seems to have been caused by https://github.com/rails/rails/pull/38620

Previous attempt to remove the SQLite databases before the test suite runs doesn't work as multiple tests use the same databases.