summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29999 Implement FSM Scheduler for concurrency_simultaneousRobert Guo2018-06-041-3/+0
* SERVER-34555 Add stepdown to FSM resmoke integrationJonathan Abrahams2018-06-043-25/+79
* SERVER-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-042-7/+3
* SERVER-35155 Fix x509_invalid.js test case typoSara Golemon2018-06-041-1/+1
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a tota...Nick Zolnierz2018-06-043-18/+52
* SERVER-35342 kill_cursors_in_transaction.js should check for pending drop usi...Tess Avitabile2018-06-011-4/+14
* SERVER-34338 Find explain in legacy query path on mongos does not retry on St...Esha Maharishi2018-06-011-0/+33
* SERVER-35083 Add writeConcernError option to failCommand failpointMathias Stearn2018-05-311-0/+35
* SERVER-35306 Disable tests that uses capped collections on embedded.Henrik Edin2018-05-314-9/+39
* SERVER-35004 Add functionality to only fail specific commands in failCommand ...Samy Lanka2018-05-312-29/+65
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-302-0/+67
* SERVER-35022 Check if Free Monitoring is enabled during transition to primarySara Golemon2018-05-302-1/+13
* SERVER-35285 statement_ids_accepted.js should not test group commandTess Avitabile2018-05-301-15/+0
* SERVER-34348 Add causally consistent core_txns passthroughTess Avitabile2018-05-303-170/+89
* SERVER-34348 Speculative transactions should not wait for afterClusterTime to...Tess Avitabile2018-05-303-154/+189
* SERVER-35253 Fix dbHash cmd to acquire IX locks inside multi-stmt txn.Max Hirschhorn2018-05-291-0/+51
* SERVER-35257 Forbid count command in transactionsJudah Schvimer2018-05-298-27/+22
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-262-0/+378
* SERVER-35224 snapshot_cursor_shutdown_stepdown.js should not perform transact...Tess Avitabile2018-05-251-14/+3
* SERVER-35229 Improve logging in apply_batch_only_goes_forward.jsJudah Schvimer2018-05-251-1/+5
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-255-5/+17
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-251-4/+3
* SERVER-32883 Add concurrency_replication_causal_consistency suiteXiangyu Yao2018-05-247-5/+80
* SERVER-33552 Halt replication on last-stable secondary before FCV upgrade to ...Dianna Hohensee2018-05-241-1/+6
* SERVER-35177 Do not send 4.0-format option to shards when FCV is 3.6Charlie Swanson2018-05-241-6/+6
* SERVER-35001 Test non-transaction operations on a session with an ongoing tra...Judah Schvimer2018-05-241-0/+100
* SERVER-33738 Create a runCommand() override method to perform operations insi...Robert Guo2018-05-247-49/+321
* SERVER-33736 do not run jstest on mobileEric Milkie2018-05-241-0/+2
* SERVER-35198 bump verify_versions_test.js for 4.0Robert Guo2018-05-231-2/+2
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-6/+18
* SERVER-33736 timestamp index updates from vector insertsEric Milkie2018-05-231-0/+113
* SERVER-35087 Disabling read_concern_uninitated_set.js and read_concern_majori...Suganthi Mani2018-05-232-0/+14
* SERVER-34388 Convert tests doing snapshot reads to use transactionsXiangyu Yao2018-05-235-234/+129
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-234-11/+130
* SERVER-34776 dropDatabase should respect user provided writeConcernLouis Williams2018-05-231-6/+40
* SERVER-35148 Synchronously enable the profiler in prepare_conflict.js before ...Louis Williams2018-05-231-20/+34
* SERVER-32025 Wait for replication in test before enabling profiling on secondaryMatthew Saltz2018-05-221-1/+3
* SERVER-35122 Ensure secondary is caught up in dbhash_at_cluster_time.js.Max Hirschhorn2018-05-221-1/+5
* SERVER-34894 Embedded authorization componentsADAM David Alan Martin2018-05-222-0/+8
* SERVER-35113 Fix storage_commit_out_of_order.js test to work with auth passth...Spencer T Brody2018-05-221-3/+8
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...r4.0.0-rc0Judah Schvimer2018-05-211-0/+74
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-182-27/+123
* SERVER-34924 Treat LockTimeout as transient transaction errorSiyuan Zhou2018-05-181-3/+38
* SERVER-35082 Expand expected error codes in group_killop.jsCharlie Swanson2018-05-181-1/+3
* SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan2018-05-183-20/+44
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when openi...Louis Williams2018-05-181-1/+1
* Revert "SERVER-34441 error when aborting or commiting a nonexistent txn and s...Pavi Vetriselvan2018-05-182-41/+20
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-181-1/+19
* SERVER-34778 Add support for dbHash command inside multi-stmt txn.Max Hirschhorn2018-05-171-0/+124
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-182-7/+157