summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_all.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-2/+3
|
* SERVER-20815 FSM enable yield_sort.js workloadJonathan Abrahams2015-10-091-5/+0
|
* SERVER-20254 Re-enable auth workloads for non-sharding tests in concurrency ↵Esha Maharishi2015-09-091-7/+0
| | | | | | | | suite Closes #1016 Signed-off-by: Kamran Khan <kamran.khan@mongodb.com>
* SERVER-19812 Clean up comments in the concurrency suite's blacklistsKamran Khan2015-08-101-1/+1
| | | | | | This commit removes references to closed tickets, clarifies comments about resource-intensive aggregation tests, and groups tests that are disabled because of unreliable count() values in sharded clusters.
* SERVER-18944 FSM tests - enable blacklisted workloads which are now runnableJonathan Abrahams2015-06-301-2/+0
|
* SERVER-18462: FSM enable capped collection testsJonathan Abrahams2015-05-191-5/+0
|
* SERVER-17119 relax no-dups invariant in AND_HASH stage to accommodate WTDavid Storch2015-03-301-1/+0
| | | | | Since WT does not issue invalidations, docs will not be removed from the hash table when they are updated.
* SERVER-17395: Add FSM tests to stress yielding.Charlie Swanson2015-02-261-0/+2
|
* SERVER-17021 Blacklist findAndModify_update_grow.js to prevent spurious MCI ↵alabid2015-01-271-0/+1
| | | | | | | | timeouts Closes #917 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-16648 Additional FSM-based concurrency testsalabid2015-01-091-1/+19
| | | | | | | | | | | | | | | | | | 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>
* SERVER-16695 Move FSM tests into new test suitesalabid2014-12-311-0/+11
Closes #893 Signed-off-by: Benety Goh <benety@mongodb.com>