Commit Graph

6 Commits

Author SHA1 Message Date
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Max Hirschhorn
9736f7439e SERVER-21835 Ignore errors due to CappedPositionLost in make_capped.js. 2015-12-21 12:42:58 -05:00
James Wahlin
d690653daa SERVER-2454 Improve PlanExecutor::DEAD handling 2015-06-09 13:41:37 -04:00
alabid
f6a65290f2 SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and blacklisting
Includes workloads for:
    explain
    compact
    reindex
    collMod
    count
    distinct
    touch
    $where
Added to blacklists in FSM runners
Fixed the way we check for storage engines
Added two options for arbitrary function execution against cluster:
    - Specified via ClusterOptions as setupFunctions to be run on the
      cluster before workloads are run
    - As part of setup and teardown with the cluster provided as a third
      argument to these workload functions
2015-02-05 16:14:37 -05:00
alabid
4ddf32f72c SERVER-16648 Refactored FSM library code and added workload helpers and modifiers
Closes #902

Signed-off-by: Benety Goh <benety@mongodb.com>
2015-01-09 09:40:24 -05:00