Commit Graph

8 Commits

Author SHA1 Message Date
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Charlie Swanson
30de40a496 SERVER-22178 Fix tests on ephemeralForTest storage engine.
Also update comments on other concurrency tests.
2016-03-31 15:16:28 -04:00
Charlie Swanson
178e241b81 SERVER-22178 Always retry sorted findAndModify upon write conflict.
Previously, if there was a WriteConflictException while actually doing
the update or delete, we would retry the findAndModify, but if the
update or delete stage detected that the document was already deleted
or that it no longer matched the predicate, it would not retry. This
patch ensures the findAndModify will be retried in either of those
scenarios.
2016-03-25 11:46:51 -04:00
Mike Grundy
1be713cebb SERVER-23067 Final round of JS linting and formatting 2016-03-18 17:10:31 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Charlie Swanson
f1ba338629 SERVER-22002 Do not retry findAndModify on MMAPv1 2016-01-21 09:29:23 -05:00
Charlie Swanson
cd766108b2 SERVER-21434 Retry a findAndModify if it conflicts on an update or delete 2015-11-13 12:01:33 -05:00
Max Hirschhorn
50922d9f62 SERVER-18304 Add findAndModify FSM workloads as regression tests. 2015-05-04 18:56:22 -04:00