summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50889 Call setFCV on the router in migration_failure.js instead of on ...Matthew Saltz2020-09-211-2/+1
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-182-0/+42
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to printSecondaryRe...Pavi Vetriselvan2020-09-161-1/+13
* SERVER-31368 Tag log_remote_op_wait.jsDavid Percy2020-09-141-0/+2
* SERVER-50326 Restrict sharding in agg_out.js workload to a single threadJames Wahlin2020-09-141-2/+4
* SERVER-48518 Improvements to rollback_via_refetch_anomaly.jsA. Jesse Jiryu Davis2020-09-141-7/+5
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-111-0/+21
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-102-66/+151
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-102-6/+13
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-107-0/+7
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-109-84/+120
* SERVER-31368 Make regex more permissive in log_remote_op_wait.jsDavid Percy2020-09-091-1/+1
* SERVER-31368 Exclude log_remote_op_wait.js from last_stableDavid Percy2020-09-091-2/+0
* SERVER-50822 dont_read_oplog_hole_on_step_up.js should wait for all nodes to ...Louis Williams2020-09-091-1/+2
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-09-091-0/+29
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-09-084-30/+196
* SERVER-50626 Fix race in read_concern_majority_getmore_secondaries.jsA. Jesse Jiryu Davis2020-09-081-14/+5
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-09-031-10/+0
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-09-015-5/+51
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-08-271-0/+67
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-08-261-0/+18
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-253-0/+271
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-242-0/+87
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-08-121-0/+164
* SERVER-49438 Allow memory.js tests to accept $where timeout interruptionKatherine Wu2020-08-101-1/+2
* SERVER-49704 txn_being_applied_to_secondary_cannot_be_killed.js should not al...r4.2.9-rc0r4.2.9Matthew Russotto2020-08-071-2/+3
* SERVER-46854 Disable periodic index consistency checker on config servers in ...Mihai Andrei2020-08-071-0/+5
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-08-071-2/+8
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-08-061-0/+86
* SERVER-49690 Retry "CappedPositionLost" to find oldest oplog entryCharlie Swanson2020-08-063-8/+26
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-08-052-8/+15
* SERVER-50039 Timing error in dbadmin.js testA. Jesse Jiryu Davis2020-08-042-1/+4
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-08-042-0/+204
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-031-0/+14
* SERVER-49233 Introduce a flag to toggle the logic for bumping collection's ma...Matthew Saltz2020-08-033-259/+539
* SERVER-46194 Applying transfer mods in a migration does not handle write conf...Alex Taskov2020-07-301-0/+62
* SERVER-44273 Fix timeZoneInfo file load on WindowsJames Wahlin2020-07-282-1/+16
* SERVER-49527 recoverFromOplogAsStandalone does not relax index constraintsJudah Schvimer2020-07-271-0/+61
* SERVER-49311 Prevent the PeriodicShardedIndexConsistencyChecker cause failure...Marcos José Grillo Ramírez2020-07-251-5/+7
* SERVER-48096 PeriodicShardedIndexConsistencyChecker thread on jstests can cau...Tommaso Tocci2020-07-211-0/+5
* SERVER-49007 Roundtrip registration id in metrics response in testMark Benvenuto2020-07-161-1/+1
* SERVER-33229 Blacklist tests that use startParallelShell from failover core s...Jack Mulrow2020-07-1620-6/+32
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-161-0/+56
* Revert "SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when apply...Suganthi Mani2020-07-161-56/+0
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-161-0/+56
* SERVER-47714 fix testEric Milkie2020-07-151-1/+2
* SERVER-47714 explicitly set the prepare conflict behavior prior to creating a...Eric Milkie2020-07-151-0/+30
* SERVER-45233 Include the empty array in the comparison with index testTed Tuckman2020-07-152-1/+12
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-07-153-3/+194
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2020-07-153-5/+2