summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* Import tools: 5db0b4a18cc1366ebd368eed8e7c4d426d851f13 from branch v4.0David Golden2019-03-261-2/+3
* SERVER-40305 Add logging in max_time_ms.jsCharlie Swanson2019-03-261-0/+4
* SERVER-39903 notablescan parameter should be ignored for internally usedMartin Neupauer2019-03-261-0/+36
* SERVER-38994 step down on SIGTERMJason Carey2019-03-252-6/+42
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2019-03-241-405/+425
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-03-221-0/+49
* Revert "SERVER-33248 Allow choosing a sync source that we are up to date with...Tess Avitabile2019-03-224-2/+30
* SERVER-39580 Skip checking collection UUIDs and repairing the FCV document if...Gregory Wlodarek2019-03-221-0/+27
* SERVER-40154 change_streams_resume_at_same_clustertime.js should not assume c...James Wahlin2019-03-221-5/+5
* SERVER-39217 SecureTransport with Intermediate CASara Golemon2019-03-223-0/+139
* SERVER-38644 Handle race condition while enumerating files in testSara Golemon2019-03-221-1/+1
* SERVER-36750 blacklist memory.js on ppc64le in memory variantsGabriel Russell2019-03-221-0/+3
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...r4.0.7-rc1r4.0.7Bernard Gorman2019-03-201-0/+92
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the datab...Kaloian Manassiev2019-03-122-4/+46
* SERVER-39922 Fix lock stats suboperation tests for mobileXiangyu Yao2019-03-122-10/+19
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1195-124/+373
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-081-103/+85
* SERVER-39773 decrease number of updates in rollback_wt_cache_full.jsBenety Goh2019-03-081-1/+2
* SERVER-38414 Blacklist change stream tests from majority read concern off var...Bernard Gorman2019-03-085-3/+5
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2019-03-071-0/+83
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-03-071-0/+97
* SERVER-38789 retry ssl_reporting_alert.js for a connection failure on WindowsIsabella Siu2019-03-061-5/+9
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2019-03-054-28/+133
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-053-8/+8
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-044-8/+19
* SERVER-39590 improve port_options.js logfile pollingSara Golemon2019-03-041-19/+14
* SERVER-39900 change_streams_resume_at_same_clustertime.js should not assume s...James Wahlin2019-03-011-6/+11
* SERVER-38414 Upgrade/Downgrade testing for change stream high water marksBernard Gorman2019-03-015-120/+478
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-03-012-46/+252
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-03-011-0/+105
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-03-013-98/+174
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-03-012-3/+98
* SERVER-38530 Add getResumeToken shell helperBernard Gorman2019-02-282-72/+134
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2019-02-281-0/+183
* SERVER-34789 Also backport resume token format version 1Nick Zolnierz2019-02-283-76/+179
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-02-271-1/+9
* SERVER-37846 Disallow using arbiters to satisfy numeric write concern when wr...Vesselina Ratcheva2019-02-272-0/+104
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-263-78/+127
* SERVER-39612 better validation for fields in geoNearIan Boros2019-02-261-0/+60
* SERVER-35732 Test dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2019-02-251-0/+24
* SERVER-39719 Ensure that a node performing an initial sync from a secondary w...Gregory Wlodarek2019-02-251-0/+88
* SERVER-39723 Change listIndexes command behavior to show in-progress index bu...Gregory Wlodarek2019-02-251-52/+0
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-02-212-13/+3
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-201-0/+68
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-02-191-0/+35
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-40/+41
* SERVER-38748 Background indexes created through applyOps should run on the co...Louis Williams2019-02-191-0/+18
* SERVER-39472 Account for HMAC key inserts in apply_ops_concurrent_non_atomic.jsJacob Evans2019-02-151-2/+3
* SERVER-38954 Increase query execution time for the test case in max_time_ms.j...vrachev2019-02-151-2/+3
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-133-10/+51