Commit Graph

3 Commits

Author SHA1 Message Date
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