| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-36677 coordinateCommitTransaction should call the 'prepare' logic on t... | Esha Maharishi | 2018-09-13 | 1 | -14/+1 |
* | SERVER-35812 Add jstest to ensure that we can't call prepareTransaction if th... | Samy Lanka | 2018-09-13 | 1 | -0/+62 |
* | SERVER-37054 Turn off timestamp reaping to prevent the oldest timestsamp from... | Samy Lanka | 2018-09-13 | 1 | -118/+144 |
* | SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx... | Jack Mulrow | 2018-09-12 | 3 | -0/+314 |
* | SERVER-37111 Cleanly shutdown intentionally failed mongod during test | Sara Golemon | 2018-09-13 | 1 | -0/+3 |
* | SERVER-36584 Make TransactionCoordinator calculate commitTimestamp and send i... | Esha Maharishi | 2018-09-12 | 1 | -2/+38 |
* | SERVER-36081: Auth tests for $out to a foreign database and bypassDocumentVal... | Nick Zolnierz | 2018-09-12 | 4 | -83/+182 |
* | SERVER-36503 Skip dry run during election handoff | Vesselina Ratcheva | 2018-09-12 | 1 | -3/+2 |
* | SERVER-37054 Make sure snapshot read timestamp is not older than the oldest a... | Samy Lanka | 2018-09-12 | 1 | -8/+13 |
* | SERVER-28990 avoid bind on --repair | Annie Black | 2018-09-12 | 1 | -0/+22 |
* | SERVER-36444 Skip validation for $** multikey metadata index entries | James Wahlin | 2018-09-12 | 4 | -15/+0 |
* | SERVER-36255 prohibit $out with readConcern level "linearizable" | Kyle Suarez | 2018-09-12 | 1 | -1/+7 |
* | SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe... | Kaloian Manassiev | 2018-09-12 | 3 | -0/+15 |
* | SERVER-36367 validation for $out "uniqueKey" | Kyle Suarez | 2018-09-11 | 2 | -1/+137 |
* | SERVER-36487 add jstest to make sure that we fail writes to config.transactio... | Samy Lanka | 2018-09-11 | 1 | -0/+100 |
* | SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere. | Justin Seyster | 2018-09-11 | 2 | -4/+15 |
* | SERVER-35160 Allow TestData to be undefined in worker_thread.js again. | Max Hirschhorn | 2018-09-11 | 1 | -2/+7 |
* | SERVER-36745 fixes inner test failures exitcode typo | Annie Black | 2018-09-11 | 2 | -2/+2 |
* | SERVER-36521 Prevent allPaths indexes from participating in index intersection | Bernard Gorman | 2018-09-11 | 1 | -11/+8 |
* | SERVER-36919 Add server setParameter tlsSuppressClientCertificate | Sara Golemon | 2018-09-10 | 1 | -0/+45 |
* | SERVER-31563 Remove sections of not_allowed_on_sharded_collection_cmd.js with... | Randolph Tan | 2018-09-10 | 1 | -25/+5 |
* | SERVER-36940 Remove assertion in multi_statement_transaction_kill_sessions_at... | jannaerin | 2018-09-10 | 1 | -2/+4 |
* | SERVER-37002 collection rename drops indexes with long names in the target na... | Benety Goh | 2018-09-10 | 1 | -2/+50 |
* | SERVER-36720 $geoNear tests in currentop_query.js can hang behind a sharding ... | Bernard Gorman | 2018-09-08 | 1 | -3/+10 |
* | SERVER-26854 LockStats for sub-operations should not include wait time for pr... | Xiangyu Yao | 2018-09-07 | 2 | -0/+169 |
* | SERVER-36435 Increase maxTimeMS timeout in awaitdata_getmore_cmd.js. | Justin Seyster | 2018-09-07 | 1 | -2/+1 |
* | SERVER-36859 Skip view_with_invalid_dbname.js in parallel suite. | Justin Seyster | 2018-09-07 | 1 | -2/+3 |
* | SERVER-35576 Fixed PlanCacheClear clear time of check | yarai | 2018-09-07 | 1 | -1/+1 |
* | SERVER-37057 Mark new sharded transactions jstests as uses_transactions | Esha Maharishi | 2018-09-07 | 2 | -0/+3 |
* | SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate(). | Justin Seyster | 2018-09-07 | 1 | -0/+29 |
* | SERVER-37050 wait for replication in session_collection_auto_healing | Misha Tyulenev | 2018-09-07 | 1 | -0/+10 |
* | SERVER-36928 Handle TransientTransactionErrors in multi_statement_transaction... | jannaerin | 2018-09-07 | 1 | -13/+18 |
* | SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_syn... | Spencer T Brody | 2018-09-06 | 2 | -3/+6 |
* | SERVER-36122 Implement mongos transaction commit | Randolph Tan | 2018-09-06 | 1 | -6/+3 |
* | SERVER-36298 Hook the TransactionCoordinator in to the transaction two-phase ... | Esha Maharishi | 2018-09-06 | 3 | -86/+327 |
* | SERVER-36645 Do not check out Session in service entry point for coordinator ... | Esha Maharishi | 2018-09-06 | 1 | -10/+0 |
* | SERVER-36879 reduce cache size from 1 GB to 512 MB in rollback_wt_cache_full.js | Benety Goh | 2018-09-06 | 1 | -1/+4 |
* | SERVER-36879 add rollback_wt_cache_full.js | Benety Goh | 2018-09-06 | 1 | -0/+75 |
* | SERVER-37009 Handle missing sessionDocToKill in killSessions test | Maria van Keulen | 2018-09-06 | 1 | -2/+10 |
* | SERVER-36109 Provide planner with multikey metadata for $** indexes. | David Storch | 2018-09-05 | 2 | -9/+149 |
* | SERVER-35160 ScopedThreads should automatically inherit TestData from their p... | Jonathan Abrahams | 2018-09-05 | 10 | -42/+129 |
* | SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p... | Samy Lanka | 2018-09-05 | 3 | -11/+152 |
* | SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.js | Tess Avitabile | 2018-09-05 | 1 | -1/+8 |
* | Revert "SERVER-36975 Fix race condition in read_concern_snapshot_catalog_inva... | Tess Avitabile | 2018-09-05 | 1 | -8/+1 |
* | SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.js | Tess Avitabile | 2018-09-05 | 1 | -1/+8 |
* | SERVER-36969 reduce number of updates in wt cache tests from 1000 to 500 | Benety Goh | 2018-09-05 | 4 | -4/+4 |
* | SERVER-36958 Make sharding_multiple_ns.js wait for the CSRS primary to discov... | Kaloian Manassiev | 2018-09-05 | 1 | -5/+3 |
* | SERVER-35776 Basic 4.0-4.2 up/downgrade for change streams | Charlie Swanson | 2018-09-04 | 2 | -0/+211 |
* | SERVER-35333 caching plans for allPaths indexes | Ian Boros | 2018-08-31 | 1 | -0/+115 |
* | SERVER-36442 Restore {storageEngine: wiredTiger} in autodiscover_config_rs_fr... | Kaloian Manassiev | 2018-08-31 | 1 | -1/+2 |