summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33440 DBDirectClient operations should be able to perform session chec...Tess Avitabile2018-02-233-38/+80
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
* SERVER-33461 Update powercycle_fcv3.4 to powercycle_fcv3.6Dianna Hohensee2018-02-231-4/+4
* SERVER-33339 add jstest that documents and verifies whether each command send...Esha Maharishi2018-02-236-58/+528
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-2322-39/+403
* SERVER-33448 Relax time diff requirements in apply_batches_totalMillis.jsVesselina Ratcheva2018-02-231-5/+5
* SERVER-32597 Remove unnecessary fCV initializationMaria van Keulen2018-02-233-16/+0
* SERVER-33227 don't modify global `db` in shell `connect()`Kevin Pulo2018-02-231-1/+1
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-228-191/+226
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
* SERVER-33166 Always transition back to SECONDARY after rollbackWilliam Schultz2018-02-223-4/+28
* SERVER-32809 Fix lintJack Mulrow2018-02-221-14/+14
* SERVER-33438 ignore benchmarks in burn_in_tests.pyRobert Guo2018-02-222-3/+7
* SERVER-32809 Fix typo in config_server_test_fixture.cppKeita Akutsu2018-02-221-2/+2
* SERVER-33423 Adds simple autocommit unit testPavithra Vetriselvan2018-02-221-0/+21
* SERVER-12644 noprealloc warning should be logged properlyGabriel Russell2018-02-221-2/+1
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2120-164/+156
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-2119-321/+334
* SERVER-32792 Blacklist tests that assert on ismaster field of isMaster respon...Jack Mulrow2018-02-211-0/+6
* SERVER-33379 Fix error message in sharded_moveChunk_partitioned.js workloadJack Mulrow2018-02-211-2/+2
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
* Fix lintWilliam Schultz2018-02-213-6/+4
* SERVER-32913 batch applyOps with other CRUD operations when reading from oplo...Benety Goh2018-02-211-2/+4
* SERVER-29933 Fix argument type in rollback_impl_testWilliam Schultz2018-02-211-3/+3
* SERVER-32644 run tests on tvos simulatorGabriel Russell2018-02-213-46/+52
* SERVER-33199 Add benchmarks_storage test suiteRobert Guo2018-02-214-2/+61
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-2112-10/+36
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-2111-75/+177
* SERVER-32688 FSM replication suites should give secondaries zero votesJonathan Abrahams2018-02-211-4/+7
* SERVER-33418: Set multikey at index commit time.Daniel Gottlieb2018-02-213-55/+45
* SERVER-33194 Call setFCV when upgrading binary versions in testMaria van Keulen2018-02-213-43/+10
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-219-211/+412
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-218-91/+673
* SERVER-32143 fix mergeVesselina Ratcheva2018-02-211-7/+0
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-218-4/+196
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-2112-69/+917
* SERVER-32913 SyncTail::tryPopAndWaitForMore() no longer needs to handle oplog...Benety Goh2018-02-211-4/+1
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-2143-2318/+13
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-2150-399/+155
* SERVER-33370 Updated MMAPV1 deperecation warning with correct removal versionnehakhatri52018-02-221-2/+2
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-214-5/+5
* SERVER-32913 fassert if we fail to extract applyOps operations during oplog a...Benety Goh2018-02-201-22/+25
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-208-1306/+1497
* SERVER-32913 applyOps containing malformed operations cannot run atomicallyBenety Goh2018-02-201-4/+9
* SERVER-32913 ApplyOps::extractOperations on applyOps with no ops returns empt...Benety Goh2018-02-202-9/+7
* SERVER-33382 Permit views in GlobalCursorIdCache::timeoutCursors().Justin Seyster2018-02-201-1/+8
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-203-2/+6
* SERVER-33331 Add test cross_user_getmore_has_node_side_effects.jsIan Boros2018-02-201-0/+63
* SERVER-33081 Reset KeysCollectionManager during rollback properlyRandolph Tan2018-02-208-5/+48