summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46365 Do not trip invariant on FCV check in getMorer4.0.17-rc0r4.0.17Justin Seyster2020-03-091-0/+36
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-051-0/+47
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Kaloian Manassiev2020-03-023-17/+72
* SERVER-43867 Work around unrecoverability of rollback via refetch in tests SE...Vesselina Ratcheva2020-02-272-1/+96
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-02-262-185/+278
* SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState::getMeta...Kaloian Manassiev2020-02-263-80/+57
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-261-0/+58
* SERVER-46238 Transaction will abort properly when expiring in the middle of c...Jason Chan2020-02-251-0/+42
* SERVER-45599 Backport the 'assertChangeStreamEventEq' function from masterKaloian Manassiev2020-02-251-0/+27
* SERVER-45840 Blacklist tests that run emptycapped from replica_sets_kill_seco...Tess Avitabile2020-02-213-0/+3
* SERVER-46307 database_versioning_safe_secondary_reads.js should not set "vote...Esha Maharishi2020-02-211-2/+2
* SERVER-45273 Remove the mongos version check in allow_partial_results.js and ...Cheahuychou Mao2020-02-182-28/+6
* SERVER-35437 Wait for secondary state after stepdown command in multi_rs.jsSiyuan Zhou2020-02-101-0/+3
* SERVER-45493 temporarily disable failing assertion in election_candidate_and_...Judah Schvimer2020-02-051-2/+4
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-02-033-0/+293
* Revert "SERVER-45599 Backport the 'assertChangeStreamEventEq' function from m...r4.0.16-rc0r4.0.16Kaloian Manassiev2020-01-291-27/+0
* Revert "SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState:...Kaloian Manassiev2020-01-293-57/+80
* Revert "SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollec...Kaloian Manassiev2020-01-292-278/+185
* Revert "SERVER-44598 Shards do not treat the IGNORED version as "intended sha...Kaloian Manassiev2020-01-293-72/+17
* SERVER-44103 clear_jumbo.js should wait for balancer to be on mode: full for ...Randolph Tan2020-01-271-3/+2
* SERVER-45486 Add information to debug index key count mismatch issue in 'hash...Arun Banala2020-01-271-4/+16
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-273-17/+72
* SERVER-45599 Backport of SERVER-39495: Move ShardingState::needCollectionMeta...Kaloian Manassiev2020-01-262-185/+278
* SERVER-45599 Backport of SERVER-32198: Split CollectionShardingState::getMeta...Kaloian Manassiev2020-01-253-80/+57
* SERVER-44130 Flip order of assert.lte arguments in logical_time_metadata.jsJack Mulrow2020-01-241-2/+2
* SERVER-44658 add tags to max_time_ms.jsDavid Storch2020-01-241-1/+4
* SERVER-45599 Backport the 'assertChangeStreamEventEq' function from masterKaloian Manassiev2020-01-241-0/+27
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-151-0/+8
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-142-2/+40
* SERVER-42484 Add test to ensure we are inside a WriteUnitOfWork when writing ...William Schultz2020-01-131-0/+35
* SERVER-44477 Use correct collection count in cluster MR when determining whet...Nicholas Zolnierz2020-01-132-3/+64
* SERVER-34844 Relax timing requirements in apply_batches_totalMillis.jsVesselina Ratcheva2020-01-111-10/+10
* SERVER-44503 Fix race in replsets/auth2.jsA. Jesse Jiryu Davis2020-01-101-13/+10
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-101-0/+19
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-091-2/+22
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2020-01-087-0/+158
* SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesJack Mulrow2020-01-082-1/+6
* SERVER-43210 Allow time for cursors to indicate that a session has been kille...Blake Oler2020-01-021-3/+3
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-12-231-1/+7
* SERVER-33597 Fix error message in allow_partial_results.jsCheahuychou Mao2019-12-201-1/+1
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-12-202-33/+57
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-181-0/+68
* SERVER-36865 Improved kill_rooted_or.js and kill_aggregation.jsJustin Seyster2019-12-172-23/+46
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-172-3/+68
* SERVER-32567 Replace queryoptimizer3.js with yield_with_drop.js FSM testJames Wahlin2019-12-133-76/+146
* SERVER-44568 Update server's embedded time zone rules to version 2019c.David Storch2019-12-131-0/+39
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-121-0/+23
* SERVER-44546 Remove mobile variants and embedded benchmarksr4.0.14-rc0Andrew Morrow2019-12-103-102/+2
* Revert "SERVER-37062 db.watch does not show up in autocomplete or help"Charlie Swanson2019-12-101-1/+0
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-101-32/+30