summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-26146 clean_shutdown_oplog_state.js should use ReplSetTest.initiate()Mathias Stearn2016-10-171-1/+1
* SERVER-26406 sys-perf, perf: Add Evergreen task to the post test analysis ove...Henrik Ingo2016-10-172-2/+2
* SERVER-24662 Remove PCRE 8.38Mark Benvenuto2016-10-14128-80439/+0
* SERVER-24662 PCRE 8.39 Build IntegrationMark Benvenuto2016-10-145-1/+822
* SERVER-24662 PCRE 8.39 SourceMark Benvenuto2016-10-14124-0/+80789
* SERVER-24662 PCRE 8.39 Import Script UpdateMark Benvenuto2016-10-141-16/+44
* SERVER-26564: update curator releaseSam Kleinman2016-10-141-1/+1
* SERVER-26465 Log somap info when doing heap profilingBruce Lucas2016-10-131-0/+4
* SERVER-26286 fix lintEsha Maharishi2016-10-111-4/+1
* SERVER-26286 rewrite addshard2.js to shut down each replica set or standalone...Esha Maharishi2016-10-111-123/+188
* SERVER-26167: Remove mongo-perf wiredTiger mmap comparison variantsdalyd2016-10-101-245/+0
* SERVER-26484 Blacklist sharding/jumbo1.js form sharding continuous csrs stepd...Andy Schwerin2016-10-071-0/+1
* SERVER-26477 Use non-throwing variant of asio::basic_socket::cancelsamantharitter2016-10-064-5/+16
* SERVER-24055 increase wtimeout in chaining_removal.jsJudah Schvimer2016-10-061-1/+1
* SERVER-26459 use AutoGetCollection instead of AutoGetOrCreateDb in the RangeD...Esha Maharishi2016-10-051-1/+1
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-10-051-2/+2
* SERVER-25919 rewrite asio stress testMatt Cotter2016-10-052-85/+90
* minor: fix lintMatt Cotter2016-10-051-5/+8
* SERVER-24168 Increase tolerance of random sampling tests.Charlie Swanson2016-10-051-5/+7
* Revert "SERVER-25919 rewrite asio stress test"Benety Goh2016-10-052-90/+85
* Revert "SERVER-25919 make asio stress test less stressful"Benety Goh2016-10-051-2/+2
* Revert "minor: fix lint"Benety Goh2016-10-051-8/+5
* minor: fix lintMatt Cotter2016-10-041-5/+8
* SERVER-25919 make asio stress test less stressfulMatt Cotter2016-10-041-2/+2
* SERVER-25919 rewrite asio stress testMatt Cotter2016-10-042-85/+90
* SERVER-26309 for renamed tests, change test name in blacklists to matchEsha Maharishi2016-10-041-2/+2
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-10-042-0/+65
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-10-035-17/+442
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-10-0319-81/+369
* SERVER-26142 disable timing checks in election_timing.jsBenety Goh2016-09-301-10/+2
* SERVER-26309 also enable autosplit in authCommands.jsEsha Maharishi2016-09-292-3/+9
* SERVER-26309 Disable auto splitting in ShardingTest by defaultEsha Maharishi2016-09-2925-37/+78
* Import wiredtiger: 9cf2f89d6d95e1de797f05ab1fef28695f8bae7b from branch mongo...r3.2.10-rc2r3.2.10Ramon Fernandez2016-09-2633-194/+342
* SERVER-26264 fail gracefully when attempting to join a cluster with featureCo...David Storch2016-09-234-0/+28
* Revert "SERVER-25158 fail gracefully when attempting to join a cluster with f...David Storch2016-09-234-28/+0
* SERVER-25158 fail gracefully when attempting to join a cluster with featureCo...David Storch2016-09-234-0/+28
* SERVER-22837 fix flakiness in jstests/sharding/cursor1.jsDavid Storch2016-09-231-14/+16
* SERVER-26290 call disableAutoSplit() in cursor1.js, which handles chunk split...Esha Maharishi2016-09-231-1/+3
* SERVER-26159 Increment the AsyncOp id immediately so timeout code will not runr3.2.10-rc1samantharitter2016-09-201-0/+11
* SERVER-25138: remove perf test depdendenciesChung-Yen Chang2016-09-201-118/+85
* SERVER-26104 Compare requested version to link's version component-wise.Max Hirschhorn2016-09-201-14/+19
* Import wiredtiger: bb18c439152379fb528af217345be40819b01fc4 from branch mongo...Michael Cahill2016-09-20162-907/+922
* Import wiredtiger: 911c940adab547d36ac305fc627a79e637fa3c40 from branch mongo...r3.2.10-rc0Alex Gorrod2016-09-13405-6540/+14069
* SERVER-25516 By default, never stop monitoring replica sets in mongos.Andy Schwerin2016-09-123-4/+16
* SERVER-26041 Use bsonBinaryEqual in checkDBHashesJonathan Abrahams2016-09-121-2/+2
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-123-4/+155
* Revert "SERVER-25324 Expose a function in the shell to compare BSON at a byte...Jonathan Abrahams2016-09-123-163/+4
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-123-4/+163
* SERVER-23819 buildlogger client requests should use basic auth instead of dig...Jonathan Abrahams2016-09-092-6/+6
* SERVER-25039 Abort aggregation planning when a catalog operation occurs.Max Hirschhorn2016-09-084-31/+101