summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28479 Canonicalize process names to lowercase in hang analyzer.Max Hirschhorn2017-03-241-0/+4
* SERVER-26315 Modify comments for blacklisted mr_undef.js file to refer toEddie Louie2017-03-241-1/+2
* SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn2017-03-241-3/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-4/+4
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-242-1/+20
* SERVER-28291 use frame.pc() rather than frame.name() for stack dedupingMathias Stearn2017-03-241-4/+4
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-38/+46
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-232-0/+16
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-232-16/+0
* SERVER-28415 Run thread backtrace before loading Python modules in hang_analy...Jonathan Abrahams2017-03-231-1/+10
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-231-0/+2
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-222-8/+0
* SERVER-19677 Add support for running the intel decimal library testAndrew Morrow2017-03-221-2/+3
* SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams2017-03-213-48/+59
* SERVER-21539 Release TestReport._lock when recomputing stats.Max Hirschhorn2017-03-201-10/+10
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-191-0/+4
* SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams2017-03-163-16/+361
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-162-12/+63
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-152-0/+16
* SERVER-27683 Handle first time build variant runs in burn_in_tests.py.Max Hirschhorn2017-03-151-0/+5
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-153-0/+14
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-141-0/+2
* SERVER-27854 initiate replicasets faster in resmoke.pyRobert Guo2017-03-141-21/+40
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-131-0/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-0/+2
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-10/+0
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-125-0/+10
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-10/+0
* SERVER-27877 Write function to deduplicate stacks from different threads in GDBEddie Louie2017-03-092-4/+87
* SERVER-24498 Write tests for linearizable reads in a sharded systemWilliam Schultz2017-03-091-0/+2
* SERVER-27462 Remove Python 2.6 compatibility code from scripts in buildscript...Mark Benvenuto2017-03-096-211/+9
* SERVER-27908 Log every heartbeat during testingWilliam Schultz2017-03-091-0/+4
* SERVER-21539 Write report.json file when resmoke.py receives a SIGUSR1.Max Hirschhorn2017-03-097-143/+281
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-0/+2
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-082-0/+28
* SERVER-28162 Tests that call getLatestProfilerEntry() should be blacklisted f...Tess Avitabile2017-03-022-0/+26
* SERVER-28159 Tag instances according to reaper policies in package testBrian Samek2017-03-011-0/+4
* SERVER-27627 Tolerate much older versions of Python's requests package.Max Hirschhorn2017-03-011-15/+27
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-284-0/+13
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-283-40/+44
* SERVER-21675 change replica_sets_legacy to replica_sets_pv0Judah Schvimer2017-02-281-1/+1
* SERVER-27817 Remove extraneous messages from hang_analyzer.pyJonathan Abrahams2017-02-271-4/+2
* SERVER-27871 Add hang_analyzer.py option to produce core dump, default to offJonathan Abrahams2017-02-271-46/+77
* SERVER-27870 Add option to invoke hang_analyzer.py with an explicit list of PIDsJonathan Abrahams2017-02-271-55/+65
* Revert "SERVER-27627 use requests instead of urllib2 in resmoke.py"Robert Guo2017-02-243-21/+38
* SERVER-27627 use requests instead of urllib2 in resmoke.pyRobert Guo2017-02-243-38/+21
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-0/+3
* SERVER-27995 rename replication test suites to be more consistentJudah Schvimer2017-02-239-5/+5
* SERVER-27158 teardown_flag does not exist except for the final iterationRobert Guo2017-02-231-1/+1
* SERVER-27869 Create a build artifact of hang_analyzer.py output and upload it...Jonathan Abrahams2017-02-231-142/+198