aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/transaction_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* abort_on_exception can't be disabled for a single threadMatthew Draper2016-11-271-4/+4
| | | | | If it's enabled globally, it's on regardless of how individual threads are set.
* We expect exceptions; abort will just raise in the wrong placeMatthew Draper2016-11-271-0/+4
|
* Simplify serializable test to avoid mystery deadlockMatthew Draper2016-10-071-23/+21
|
* Make PG deadlock error more deterministicMatthew Draper2016-10-011-9/+12
| | | | | We've seen occasional Travis failures mentioning deadlocks. I think they're escaping from this test.
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
|
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-2/+2
|
* Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-2/+27
|
* Add AR::TransactionSerializationError for transaction serialization failures ↵Erol Fornoles2016-05-211-0/+72
or deadlocks