summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37370 Improve CN/SAN mismatch error messageSara Golemon2019-04-173-0/+116
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-0/+37
* SERVER-38569 Reduce the number of documents in remove_and_bulk_insert.jsKaloian Manassiev2019-04-161-1/+1
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-2/+4
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-165-27/+34
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-0/+346
* SERVER-39689 prepared txns before stableTS are prepared after rollbackPavi Vetriselvan2019-04-161-0/+113
* SERVER-39750 add JS test for inducing cache pressue using a large unprepared ...Benety Goh2019-04-161-0/+76
* SERVER-40422 Modifies jstest to prepare and commit a transaction behind oldes...Suganthi Mani2019-04-161-0/+6
* SERVER-40268 Test the reconstruction of prepared transactions behind stable t...Suganthi Mani2019-04-161-0/+115
* SERVER-40268 Jstest cleanup for commiting transactions before stableSuganthi Mani2019-04-162-65/+58
* SERVER-40631 Attach TransientTransactionError error label for network error c...Jack Mulrow2019-04-153-15/+65
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-151-0/+85
* SERVER-40624 Ensure a chunk is moved to each shard in snapshot_cursor_command...Jack Mulrow2019-04-151-1/+1
* SERVER-40482 SERVER-40517 Fix fastcount algorithm for rollback of prepared tr...Louis Williams2019-04-122-5/+69
* SERVER-40510 Distinct command can create an invalid BSON projection spec if k...Martin Neupauer2019-04-121-0/+2
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-122-1/+85
* SERVER-40561 Disable tests that build indexes on preexisting data when using ...Henrik Edin2019-04-125-2/+9
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-1/+1
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-1112-283/+309
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-113-0/+189
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-04-111-0/+74
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-0/+58
* SERVER-40046 Disable chained replication in txn_being_applied_to_secondary_ca...Matthew Saltz2019-04-111-1/+1
* SERVER-39420 Remove in-memory boolean to indicate config.server.sessions coll...Blake Oler2019-04-111-3/+19
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-1112-47/+14
* SERVER-40436 Ensure that the 'collMod' command takes a database MODE_X lock d...Gregory Wlodarek2019-04-111-0/+33
* SERVER-40562 Free Monitoring fails to install required dependenciesMathew Robinson2019-04-101-2/+2
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-1011-15/+8
* SERVER-39689 add data consistency parameters to rollback_testPavi Vetriselvan2019-04-102-5/+7
* SERVER-40421 Add failpoint to skip doing retries on WiredTiger prepare conflictsvrachev2019-04-091-0/+69
* SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from serverStatus.tran...Lingzhi Deng2019-04-092-61/+6
* SERVER-40331 Add commit and abort jstests for transactions larger than 16MBJason Chan2019-04-092-0/+121
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-093-312/+257
* SERVER-39248 Implement FCV check for new JSON Schema encryption keywordsNick Zolnierz2019-04-091-0/+210
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-0912-67/+104
* SERVER-40518 Change backup_restore*.js tests to send resmoke.py SIGINT.Max Hirschhorn2019-04-091-1/+8
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-082-6/+26
* SERVER-40502 Turn off failpoint before shutting down test in ddl_ops_after_pr...Vesselina Ratcheva2019-04-081-0/+3
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-085-42/+352
* SERVER-40504 Check for interruption before checking for stepdown in awaitRepl...Siyuan Zhou2019-04-081-1/+1
* Revert "SERVER-36494 Test that active txn entries aren't truncated"A. Jesse Jiryu Davis2019-04-085-352/+42
* SERVER-32295 Support Python 3Mathew Robinson2019-04-086-23/+31
* SERVER-40396 Remove invalid check from moveChunk concurrency workloadMatthew Saltz2019-04-081-3/+0
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-085-42/+352
* SERVER-40148 Load implicitly_retry_on_background_op_in_progress override in t...Gregory Wlodarek2019-04-051-0/+2
* SERVER-39663 change dropIndex("*") to dropIndexes("*") to drop multiple indexesGregory Wlodarek2019-04-051-1/+1
* SERVER-40112 db.disableFreeMonitoring() returns 'not master' on secondary aft...Mark Benvenuto2019-04-052-4/+44
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-052-32/+129
* SERVER-40451 Remove diskFull.jsLouis Williams2019-04-051-45/+0