summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47236 Add the "The routing table cache" section to the sharding arch ↵Blake Oler2020-05-051-0/+80
| | | | guide
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-049-28/+283
|
* SERVER-47685 Remove fetch_and_build_openssl.shSara Golemon2020-05-042-51/+0
|
* SERVER-47896 blacklist basic_drop_coll.js and drop_configdb.js in ↵Randolph Tan2020-05-043-3/+4
| | | | sharding_multiversion suite
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-0410-42/+54
|
* SERVER-47940 Add space between resmoke.py and run in powertestCarl Raiden Worley2020-05-041-1/+1
|
* SERVER-47905 Handle all setup cases in icecream.py correctlyAndrew Morrow2020-05-041-73/+81
|
* SERVER-47904 Python jobs should flow through icerunAndrew Morrow2020-05-041-9/+18
|
* SERVER-47903 Disable ccache and icecc for conftest jobsAndrew Morrow2020-05-042-5/+34
|
* SERVER-47901 Require ccache when using icecream 1.1 and ninjaAndrew Morrow2020-05-042-0/+10
|
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-05-042-2/+16
|
* SERVER-43424 Remove unneeded TODOMatthew Saltz2020-05-041-1/+0
|
* SERVER-46684 Repackage the hang-analyzer as a resmoke subcommandCarl Raiden Worley2020-05-0411-833/+924
|
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-0410-107/+0
|
* SERVER-45591 Fix unit test compile on Windows: MSVC does not allow ↵Spencer T Brody2020-05-041-11/+5
| | | | vector<map<move-only type>>
* SERVER-47821 Avoid testing exchange plan in all_modes.jsDavid Percy2020-05-041-3/+1
|
* SERVER-38961 remove StorageEngine::supportsTwoPhaseIndexBuild()Benety Goh2020-05-045-16/+1
|
* SERVER-43490 Perform TODO listed in SERVER-38686Jack Mulrow2020-05-041-7/+0
|
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp ↵Lingzhi Deng2020-05-041-4/+7
| | | | after rollback
* SERVER-46709 Support 'let' variables in the delete commandJacob Evans2020-05-046-8/+52
|
* SERVER-38961 supportsTwoPhaseIndexBuild in storageEngine server status ↵Benety Goh2020-05-041-5/+4
| | | | section always returns true
* SERVER-47906 Default target should always be install-default in hygienic modeAndrew Morrow2020-05-041-1/+1
|
* SERVER-44240 Remove unused test concurrency/fsm_workloads/database_versioning.jsTommaso Tocci2020-05-0416-195/+0
|
* SERVER-43444 Remove TODO listed in SERVER-27029Alex Taskov2020-05-041-2/+0
|
* SERVER-47860 simplify resmoke verbatim invocationRobert Guo2020-05-041-3/+2
|
* SERVER-45556 Create GDB command to dump all active RecoveryUnitsJamie Heppenstall2020-05-042-0/+66
|
* SERVER-47893 Add test confirming that variables defined above a $graphLookup ↵James Wahlin2020-05-041-0/+24
| | | | are available for use
* SERVER-47237 Add the "Shard versioning and database versioning" section to ↵Blake Oler2020-05-041-0/+89
| | | | the sharding arch guide
* SERVER-44200 Collapse if statement in appendReplyMetadata and remove TODOBlake Oler2020-05-041-4/+2
|
* SERVER-38961 remove collMod from ReplSetTest.checkReplicaSet()Benety Goh2020-05-041-33/+0
|
* SERVER-47870 Push updated majority commit point values on config servers ↵Kevin Pulo2020-05-0413-2/+67
| | | | into configOpTime
* SERVER-38961 remove override for causally consistent index buildsBenety Goh2020-05-0311-69/+0
|
* SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish()Benety Goh2020-05-0311-17/+13
|
* SERVER-38961 remove collMod from ReplSetTest.waitForAllIndexBuildsToFinish()Benety Goh2020-05-031-5/+0
|
* SERVER-41068: hold refs while calling wait functionsBilly Donahue2020-05-023-8/+14
| | | | | Also check for mapped-to-nullptr case before dereferencing iter->second
* SERVER-43523 Remove awaitLastOpCommitted() from coll_epoch_test1.js.Max Hirschhorn2020-05-021-4/+0
| | | | | | Database versioning guarantees that a stale mongos will refresh and discover the new primary shard upon routing operations to the old primary shard.
* SERVER-43485 Unblacklist write_result.js from retryable writes suite.Max Hirschhorn2020-05-021-3/+0
|
* SERVER-38961 rollback_via_refetch_survives_nonexistent_collection_drop.js ↵Benety Goh2020-05-021-5/+6
| | | | does not need to wait for rollback to finish before searching logs
* SERVER-41068 remove map_util.hBilly Donahue2020-05-0217-109/+42
|
* SERVER-47763 Only run exhaust ismaster metrics tests in the ↵Jason Chan2020-05-011-21/+18
| | | | integration_tests_standalone and integration_tests_sharded suites
* SERVER-47854 Test that currentOp reports validation statistics while ↵Gregory Wlodarek2020-05-011-0/+70
| | | | validation is running
* SERVER-47854 Validation reports MB of I/O per second in the currentOp ↵Gregory Wlodarek2020-05-011-0/+8
| | | | command response
* SERVER-38961 remove server parameter 'enableTwoPhaseIndexBuild'Benety Goh2020-05-014-16/+1
|
* SERVER-43812 Remove reference to 'validate' option in the cmd help() ↵Dianna Hohensee2020-05-011-4/+2
| | | | function of compact
* SERVER-47865 Fix invalid subst where a variable was passed where a node is ↵Andrew Morrow2020-05-012-4/+9
| | | | required
* SERVER-47859: remove ignoring minOp time log lineLamont Nelson2020-05-011-1/+0
|
* SERVER-47879 Should read from primary in ↵Matthew Russotto2020-05-011-2/+4
| | | | rollback_reconstructs_transactions_prepared_before_stable
* SERVER-47422 Allow LockBusy errors in ↵Matthew Saltz2020-05-011-1/+5
| | | | random_moveChunk_refine_collection_shard_key.js
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-017-61/+85
|
* SERVER-38961 remove evergreen builder for single phase index buildsBenety Goh2020-05-011-35/+0
|