summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_libs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32642 Return raw command response in the validate JS hookJonathan Abrahams2018-08-241-3/+3
* SERVER-36129 awaitReplication after setup functions in concurrencyRobert Guo2018-08-142-0/+14
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-032-2/+55
* SERVER-35523 fix fsmworkloadtestcaseRobert Guo2018-07-021-0/+3
* SERVER-30001: Remove skip function from fsm workloadsDavid Bradford2018-06-143-27/+0
* SERVER-35389 remove dead code from FSM suiteRobert Guo2018-06-085-279/+54
* SERVER-35309 CamelCase appName in connection stringsMark Benvenuto2018-06-061-1/+1
* SERVER-29999 Implement FSM Scheduler for concurrency_simultaneousRobert Guo2018-06-041-3/+0
* SERVER-34555 Add stepdown to FSM resmoke integrationJonathan Abrahams2018-05-313-25/+79
* SERVER-32883 Add concurrency_replication_causal_consistency suiteXiangyu Yao2018-05-233-4/+21
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-2/+2
* SERVER-19630 allow FSM tests to connect to an existing clusterRobert Guo2018-04-305-96/+142
* SERVER-34383 Add secondary reads FSM testXiangyu Yao2018-04-293-2/+17
* SERVER-34293 Add test for atomicity and isolation of transactions.Max Hirschhorn2018-04-161-2/+9
* SERVER-34289 add new sharded cluster wrapper for connecting to an existing cl...Robert Guo2018-04-121-0/+125
* SERVER-33312 Add FSM test for single replica set transactionXiangyu Yao2018-03-171-0/+4
* SERVER-30203 Create FSMWorkloadTestCase for running concurrency tests.Max Hirschhorn2018-03-083-6/+229
* SERVER-32095: Include tid when establishing a connection to MongoDB deploymen...David Bradford2018-03-062-45/+69
* SERVER-30642 Raise election timeouts, in the concurrency tests, as a way to p...Jonathan Abrahams2018-02-261-1/+5
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-212-6/+15
* SERVER-32688 FSM replication suites should give secondaries zero votesJonathan Abrahams2018-02-211-4/+7
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-29/+1
* SERVER-33219 Add backpressure to CRUD client in backup_restore.js.Max Hirschhorn2018-02-091-1/+5
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-082-4/+37
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-032-1/+55
* SERVER-31807 Add Powercycle task using writeConcern {w: "majority"}Jonathan Abrahams2017-11-082-1/+8
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-5/+26
* SERVER-30802 Add CRUD & FSM clients to powertest.pyJonathan Abrahams2017-10-252-13/+35
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-142-0/+38
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-7/+0
* SERVER-30912 Use session in concurrency suites with SessionOptionsJack Mulrow2017-09-191-13/+3
* SERVER-30682 Run the concurrency suite with "secondary" read preferenceJack Mulrow2017-09-151-0/+9
* Revert "SERVER-30862 Run the concurrency suite with "secondary" read preference"Jack Mulrow2017-09-151-9/+0
* SERVER-30862 Run the concurrency suite with "secondary" read preferenceJack Mulrow2017-09-151-0/+9
* SERVER-30676 Add support for stepdown options to the concurrency frameworkJack Mulrow2017-09-082-12/+64
* SERVER-30681 Run the concurrency suite with causal consistency enabledJack Mulrow2017-09-041-3/+11
* SERVER-30680 Add support for session options to the concurrency frameworkJack Mulrow2017-09-043-4/+17
* SERVER-29277 Automatically retry operations on DatabaseDropPending.Max Hirschhorn2017-06-272-1/+19
* SERVER-28376 remove references to unsupported ReplSetTest.initiate() initiate...Benety Goh2017-03-281-10/+2
* SERVER-26377 Skip FSM workloads that use the compact command on the LSM build...Eddie Louie2017-02-011-0/+19
* SERVER-27145 Shard name from a single node mongod not used as shard index in ...Jonathan Abrahams2016-11-211-1/+1
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-163-1/+39
* Revert "SERVER-20447 Add concurrency workload that tests sharding functions:"Kaloian Manassiev2016-11-163-37/+1
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-163-1/+37
* SERVER-26993 Extend concurrency suite optionsJonathan Abrahams2016-11-161-34/+105
* SERVER-25376 Disable checkOplogs in concurrency tests, since they cause the t...Jonathan Abrahams2016-10-011-1/+0
* SERVER-25376 Add checkOplog hook for replica setsJonathan Abrahams2016-09-301-1/+2
* SERVER-23476: move dbhash checks into replsettestScott Hernandez2016-08-161-2/+1
* SERVER-25274 Make checkDBHashesFsyncLocked, from jstests/hooks/check_repl_dbh...Jonathan Abrahams2016-07-281-2/+2
* SERVER-25273 Concurrency suite dbHash check should call checkDBHashesFsyncLockedJonathan Abrahams2016-07-262-85/+26