summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72512 SERVER-73636 Ensure validate surfaces index key inconsistencies ...Dan Larkin-York2023-02-111-16/+25
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-101-0/+37
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-081-7/+31
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-301-0/+3
* SERVER-73256 Disable rolling_index_builds_interrupted.js from running on sing...Gregory Wlodarek2023-01-241-0/+6
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v4.4)Adi Zaimi2023-01-182-11/+132
* SERVER-71769 Add a new log message when a secondary node is skipping a two-ph...Gregory Wlodarek2023-01-103-33/+124
* SERVER-72223: Disallow majority reads from reads_during_catchup.js for epheme...Lingzhi Deng2023-01-051-1/+2
* SERVER-70553 Add module support to jstestsAlexander Neben2022-12-275-6/+6
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-211-0/+55
* SERVER-65259 fix cursor leak in aggregation that requires merging on shardMickey. J Winters2022-12-161-0/+84
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-091-2/+8
* Revert "SERVER-67704 SERVER-67705 Fix processor package counting for ARM"Gabriel Marks2022-12-091-6/+2
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-061-2/+6
* SERVER-70971 Skip RSTL lock acquisition during FTDC data captureJordi Olivares Provencio2022-12-011-0/+72
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2022-11-301-0/+48
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-291-0/+18
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-182-50/+131
* SERVER-70084 add per shard cursor multiversion sort key test and correct psc ...Mickey. J Winters2022-11-171-21/+37
* SERVER-52545: Add bsonUnorderedFieldsCompareXueruiFa2022-11-161-0/+40
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-051-1/+27
* SERVER-69003 backport per shard cursorsMickey. J Winters2022-10-314-2/+261
* SERVER-69446: Increase electionTimeoutMillis in jstests/replsets/dbcheck_writ...Will Buerger2022-10-201-1/+1
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-191-1/+1
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-10-123-3/+1
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-10-053-4/+123
* SERVER-69443 Disallow speculative majority find operations in transactionsali-mir2022-09-301-0/+64
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-302-36/+51
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2022-09-301-0/+101
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-191-0/+47
* SERVER-67465 Ensure network timeouts do not fail hedged operationsAmirsaman Memaripour2022-09-081-0/+47
* SERVER-69407 Tag retryable_writes_nested_shard_key.js as requires_document_lo...Jennifer Peshansky2022-09-061-0/+4
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-09-061-31/+56
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-312-0/+63
* SERVER-69228: Test must be version awarenandinibhartiyaMDB2022-08-311-1/+7
* SERVER-68925 Reintroduce check table logging settings at startupr4.4.17-rc0Gregory Wlodarek2022-08-262-134/+81
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-08-251-0/+10
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-08-251-1/+31
* SERVER-64741 Create mongos appendOplogNote commandali-mir2022-08-192-0/+77
* SERVER-56127 Retryable update may execute more than once if chunk is migrated...Bobby Morck2022-08-161-0/+83
* SERVER-58176 Remove override for supportsReadConcern in ClusterWriteCmdJonathan Lee2022-08-121-0/+180
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-111-0/+43
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-08-111-0/+13
* SERVER-55345 exclude noShards commit type from duration assertion in router_t...Jonathan Lee2022-08-101-1/+2
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-101-0/+1
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-082-1/+7
* SERVER-50898 safe_secondary_reads_causal_consistency.js must wait for effects...Cheahuychou Mao2022-08-051-0/+5
* SERVER-68184 Use Number instead of NumberLong when indexing in checkWritesOfC...Jason Zhang2022-08-031-2/+2
* SERVER-68359 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-031-0/+45
* SERVER-68418 Support single phase index builds in index_build_restart_seconda...Gregory Noma2022-08-011-38/+86