1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
eileencodes 25daafbc00 Revert "Merge pull request #37798 from Edouard-chin/ec-sqlite3-connection-transaction"
This reverts commit b4ab1f19d8, reversing
changes made to 9926fd8662.

This is causing CI to fail about 50% of the time, and can be reproduced
locally 100% of the time on my machine.

Ex failing build https://buildkite.com/rails/rails/builds/65467#efaa1dd5-aaf4-43a1-a204-d1c42abf614d

Error:

```
SQLite3::BusyException: database is locked (ActiveRecord::StatementInvalid)
```
2019-12-10 14:07:03 -05:00
..
active_record/connection_adapters
assets
cases Revert "Merge pull request #37798 from Edouard-chin/ec-sqlite3-connection-transaction" 2019-12-10 14:07:03 -05:00
fixtures
migrations
models Check that entire collection has been loaded before short circuiting 2019-11-19 15:32:36 -06:00
schema Additionally order by primary key if implicit_order_column is not uniq 2019-11-03 16:01:18 +01:00
support
config.example.yml
config.rb