rails-sqlserver / activerecord-sqlserver-adapter

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

Reset connections after READ COMMITTED isolation test #1132

Closed aidanharan closed 10 months ago

aidanharan commented 11 months ago

Reset database connections after TransactionTestSQLServer#should use READ COMMITTED as an isolation level. This test sometimes causes the following tests to fail with the "TinyTds::Error: DBPROCESS is dead or not enabled" error (see https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/actions/runs/6783660587/job/18438377982?pr=1130).