Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Abrahams
a1b78e4835 SERVER-20469 FSM tests - capability to run more than one instance at the same time using a dbNamePrefix executionOption 2015-10-07 15:54:48 -04:00
Kamran Khan
906c38b606 SERVER-19664 Reduce test iterations in drop_database.js FSM workload
The workload writes a lot of data to disk with mmapv1 because of 16MB
.ns and .0 files. This can cause fsm_all_replication.js to time out
on slow test hosts because the disk allocations do not complete within
five minutes.
2015-07-31 12:36:48 -04: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