summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/cycle_detection_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-85/+85
|
* SERVER-34293 Add test for atomicity and isolation of transactions.Max Hirschhorn2018-04-161-0/+11
| | | | | | Also adds a helper function for running a function inside of a transaction and automatically retrying until it either succeeds or the server returns a non-WriteConflict error response.
* SERVER-34292 Add JavaScript class for representing a directed graph.Max Hirschhorn2018-04-041-0/+79
It implements cycle detection using a modified version of topology sort via depth-first search.