-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempting to quash SQLite3::BusyException
On occasion, our specs encounter a `SQLite3::BusyException` exception. This commit, based on some Google-fu (actually DuckDuckGo-ing but that's not yet in our vernacular), I found a few references that involve increasing the `RAILS_MAX_THREADS` environment variable and/or increasing the database timeout. In CircleCI, for SHA 600753e and rspec seed 3048, we encountered the problem. I don't assume that we can duplicate this behavior with that configuration. References * https://stackoverflow.com/questions/7154664/ruby-sqlite3busyexception-database-is-locked
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5 | ||
6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters