| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-33374 Test concurrent snapshot read and catalog operations | Maria van Keulen | 2018-04-26 | 3 | -4/+160 |
* | SERVER-34510 Reduce number of iterations in create_database FSM workload | Vesselina Ratcheva | 2018-04-20 | 1 | -1/+1 |
* | SERVER-33374 Add testing for concurrent snapshot read and kill commands | Maria van Keulen | 2018-04-20 | 3 | -0/+244 |
* | SERVER-34434 Shell should ignore errors in abortTransaction() helper | Tess Avitabile | 2018-04-18 | 1 | -11/+6 |
* | SERVER-34293 Add test for atomicity and isolation of transactions. | Max Hirschhorn | 2018-04-16 | 4 | -90/+347 |
* | SERVER-34289 add new sharded cluster wrapper for connecting to an existing cl... | Robert Guo | 2018-04-12 | 1 | -0/+125 |
* | SERVER-34407 Fix multi_statement_transaction_simple.js | Xiangyu Yao | 2018-04-11 | 1 | -1/+2 |
* | SERVER-34209 multi_statement_transaction_simple.js must use w:majority in setup | Tess Avitabile | 2018-04-06 | 1 | -3/+9 |
* | SERVER-34051 Require autocommit=false on all transaction operations and add s... | William Schultz | 2018-04-04 | 1 | -4/+8 |
* | SERVER-33774 make commitTxn, abortTxn, and prepareTransaction adminOnly | Pavi Vetriselvan | 2018-04-04 | 1 | -2/+8 |
* | Revert "make commitTxn, prepare, and abortTxn adminOnly" | Pavi Vetriselvan | 2018-04-04 | 1 | -8/+2 |
* | make commitTxn, prepare, and abortTxn adminOnly | Pavi Vetriselvan | 2018-04-04 | 1 | -2/+8 |
* | SERVER-3645 make count() with a predicate accurate on sharded clusters | Ian Boros | 2018-03-30 | 8 | -31/+31 |
* | SERVER-33700 enable invalidated_cursors.js and descendants on sharded cluster | Ian Boros | 2018-03-29 | 6 | -52/+19 |
* | Revert 0c082a81047cee66821e295d02e3588f7934ff64: SERVER-3645 | Ian Boros | 2018-03-26 | 8 | -31/+31 |
* | SERVER-33979 Tag fsm transaction test with uses_transaction | Xiangyu Yao | 2018-03-23 | 1 | -6/+3 |
* | SERVER-30005: remove $isolated/$atomic option | Nick Zolnierz | 2018-03-21 | 6 | -63/+2 |
* | SERVER-3645 make count() with a predicate accurate on sharded clusters | Ian Boros | 2018-03-21 | 9 | -33/+33 |
* | Revert "SERVER-30005: remove $isolated/$atomic option" | Nick Zolnierz | 2018-03-20 | 6 | -1/+63 |
* | SERVER-30005: remove $isolated/$atomic option | Nick Zolnierz | 2018-03-20 | 6 | -63/+1 |
* | SERVER-33974 multi-statement transaction FSM test should only be run in Wired... | Xiangyu Yao | 2018-03-19 | 1 | -2/+6 |
* | SERVER-33312 Add FSM test for single replica set transaction | Xiangyu Yao | 2018-03-17 | 2 | -0/+142 |
* | SERVER-32174: Remove old snapshot query option | Nick Zolnierz | 2018-03-16 | 1 | -5/+0 |
* | SERVER-30203 Switch to use new-style for concurrency tests in Evergreen. | Max Hirschhorn | 2018-03-08 | 2 | -33/+0 |
* | SERVER-30203 Create FSMWorkloadTestCase for running concurrency tests. | Max Hirschhorn | 2018-03-08 | 3 | -6/+229 |
* | SERVER-33279 Adapt invalidate_cursors.js to run killOp and killCursors on act... | Ian Boros | 2018-03-08 | 1 | -6/+70 |
* | SERVER-33516 Make _configsvrCreateCollection take the db distlock to prevent ... | jannaerin | 2018-03-06 | 2 | -4/+22 |
* | SERVER-32095: Include tid when establishing a connection to MongoDB deploymen... | David Bradford | 2018-03-06 | 2 | -45/+69 |
* | SERVER-33603 invalidated_cursors.js now runs getMores against the right colle... | Ian Boros | 2018-03-02 | 1 | -20/+20 |
* | SERVER-33277 Adapt invalidated_cursors.js and kill_multicollection_aggregatio... | Ian Boros | 2018-03-01 | 2 | -7/+16 |
* | SERVER-30642 Raise election timeouts, in the concurrency tests, as a way to p... | Jonathan Abrahams | 2018-02-26 | 1 | -1/+5 |
* | SERVER-33379 Fix error message in sharded_moveChunk_partitioned.js workload | Jack Mulrow | 2018-02-21 | 1 | -2/+2 |
* | SERVER-32852 Capture data files on failures of the concurrency suite | Jonathan Abrahams | 2018-02-21 | 2 | -6/+15 |
* | SERVER-32688 FSM replication suites should give secondaries zero votes | Jonathan Abrahams | 2018-02-21 | 1 | -4/+7 |
* | SERVER-32143 Remove test coverage for master-slave | Vesselina Ratcheva | 2018-02-21 | 1 | -29/+1 |
* | SERVER-32597 Bump generic fCV references | Maria van Keulen | 2018-02-21 | 6 | -73/+0 |
* | SERVER-33219 Add backpressure to CRUD client in backup_restore.js. | Max Hirschhorn | 2018-02-09 | 1 | -1/+5 |
* | SERVER-32291 Implement collection creation on config server | Randolph Tan | 2018-02-06 | 1 | -2/+3 |
* | SERVER-32675 Make jstest changes for Mobile SE Concurrency issues | Sulabh Mahajan | 2018-02-01 | 2 | -2/+2 |
* | SERVER-31785 Use 2 shards in sharded jscore passthrough. | Charlie Swanson | 2018-01-19 | 3 | -11/+11 |
* | SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SE | Sulabh Mahajan | 2018-01-18 | 2 | -0/+2 |
* | SERVER-30504 Move the logic of the dropCollection command into the new _confi... | Kaitlin Mahar | 2018-01-08 | 4 | -4/+39 |
* | SERVER-31198 Run the concurrency suite with shard stepdowns | Jack Mulrow | 2018-01-03 | 4 | -5/+165 |
* | SERVER-32053 Make explain cursor invalidation testing more reliable | James Wahlin | 2017-12-04 | 1 | -4/+18 |
* | SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp... | Esha Maharishi | 2017-11-30 | 2 | -8/+0 |
* | SERVER-31972 Reduce the number of iterations for the toggle_feature_compatibi... | Eddie Louie | 2017-11-29 | 1 | -1/+1 |
* | SERVER-31934 set orphanCleanupDelaySecs=1 for all tests | Misha Tyulenev | 2017-11-21 | 2 | -24/+2 |
* | SERVER-31777 deactivate logical sessions for fcv34 | Jason Carey | 2017-11-09 | 2 | -0/+4 |
* | SERVER-31807 Add Powercycle task using writeConcern {w: "majority"} | Jonathan Abrahams | 2017-11-08 | 2 | -1/+8 |
* | SERVER-31296 Update sessions, causal, and retryable in the mongo shell. | Max Hirschhorn | 2017-11-08 | 1 | -5/+26 |