Commit Graph

7 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
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Max Hirschhorn
c36c82ed48 SERVER-21499 Update FSM workloads to handle more frequent yielding.
When running different FSM workloads simultaneously, it is possible for
failpoints or configured server parameters to cause a workload to
experience conditions that would normally only occur under high load.
2016-01-26 17:27:33 -05: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
Jonathan Balsano
2e54741383 SERVER-16807 Update on invalid loc fails in concurrent circumstances
Necessary changes to concurrency testing framework to support the fix
for SERVER-16807

Closes #909

Signed-off-by: Benety Goh <benety@mongodb.com>
2015-01-15 10:21:49 -05:00
alabid
ecd3babf05 SERVER-16648 Additional FSM-based concurrency tests
Includes workloads for:
    aggregation
    mapReduce and group workloads
    creating and dropping roles and users
    update(...)
    basic workloads for capped collections
    findAndModify
    remove(...)
    dropping db/collection, renaming collections, and for server status

Updates blacklists to fsm_*js runners to work around MongoDB restrictions or known bugs.

Closes #902

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