summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31184 Make FSM concurrency suites filter chunks based on the namespaceKaloian Manassiev2017-10-104-20/+24
* SERVER-31200 Better toggle_feature_compatibility.js diagnostic output.Justin Seyster2017-10-061-1/+2
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-035-5/+5
* SERVER-31200 Fix toggle_feature_compatibility.js failures in FSM.Justin Seyster2017-09-281-21/+20
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-0/+64
* SERVER-28854 Replace msgBase with msg in assertion detailEsha Maharishi2017-04-251-2/+2
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-171-8/+1
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-141-1/+8
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-132-225/+297
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-2/+11
* SERVER-26377 Skip FSM workloads that use the compact command on the LSM build...Eddie Louie2017-02-011-1/+16
* SERVER-27857 Rewrite remove_during_mr.js as an FSM workload.Max Hirschhorn2017-01-301-0/+35
* SERVER-23994 Add specific server type test for ephemeralForTest in concurrenc...Jonathan Abrahams2017-01-291-2/+7
* SERVER-23994 Re-enable the concurrency and fuzzer suites on the ephemeralForT...Jonathan Abrahams2017-01-271-0/+8
* SERVER-26824 Skip FSM workloads which rely on nUpserted or nRemoved when Bala...Jonathan Abrahams2017-01-262-1/+19
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-271-1/+2
* SERVER-27039 Use skip() in sharded_moveChunk_drop_shard_key_index.js.Max Hirschhorn2016-12-141-1/+9
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-181-0/+133
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-164-0/+786
* Revert "SERVER-20447 Add concurrency workload that tests sharding functions:"Kaloian Manassiev2016-11-164-786/+0
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-164-0/+786
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2016-11-151-0/+81
* SERVER-26866 Reduce doc count used by create_index_background_unique*.jsJames Wahlin2016-11-021-4/+5
* SERVER-26435 Add FSM tests that exercise parallel unique index buildsJames Wahlin2016-10-282-0/+123
* SERVER-25808 Test concurrent view modification with $lookup/$graphLookupJames Wahlin2016-09-151-0/+129
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-152-0/+4
* SERVER-25808 Test concurrent view modification for cycle detectionJames Wahlin2016-09-141-0/+110
* SERVER-25807 Test concurrent view creations, modifications, and dropsJames Wahlin2016-09-091-0/+91
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-0/+301
* SERVER-25273 Concurrency suite dbHash check should call checkDBHashesFsyncLockedJonathan Abrahams2016-07-262-3/+2
* SERVER-25039 Abort aggregation planning when a catalog operation occurs.Max Hirschhorn2016-07-252-1/+47
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-182-2/+173
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-0/+81
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-28126-2580/+1943
* SERVER-23725 make agg_graph_lookup.js FSM workload take much less timeDavid Storch2016-05-041-14/+20
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-041-0/+68
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-301-68/+0
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-291-0/+68
* SERVER-22178 Fix tests on ephemeralForTest storage engine.Charlie Swanson2016-03-3111-77/+117
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-255-12/+167
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-1881-118/+118
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09138-2470/+2700
* SERVER-21881 Use fsync+lock when checking dbhash in concurrency suite.Max Hirschhorn2016-02-092-2/+4
* SERVER-22341 fix jslint errors in jstests/concurrency with eslint --fixMike Grundy2016-02-051-2/+2
* SERVER-22324 Update findAndModify_inc.js to handle mmapv1 invalidations.Max Hirschhorn2016-01-271-5/+28
* SERVER-21499 Update FSM workloads to handle more frequent yielding.Max Hirschhorn2016-01-264-12/+50
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-212-10/+29
* SERVER-21384 Enable concurrency suites with ephemeral storage enginesCharlie Swanson2015-11-241-2/+2
* SERVER-21606 inMemory storage engine should support touch commandCharlie Swanson2015-11-231-2/+3
* SERVER-21605 Compact command should error on inMemory storage engineCharlie Swanson2015-11-232-2/+12