summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-251-0/+2
* SERVER-30509 Update Evergreen API URL in burn_in_tests.pyZakhar Kleyman2017-08-211-1/+1
* SERVER-28824 Trap debugger excptions in hang analyzer and display at end for ...Jonathan Abrahams2017-08-141-19/+35
* SERVER-29299 Add currentOp as parallel op during basicPlus.jsCharlie Swanson2017-07-191-1/+0
* SERVER-28596 Upload hanging or failing tests in compile_all to S3Jonathan Abrahams2017-07-111-6/+6
* SERVER-28991 Eliminate having an AlarmClock thread for each test.Max Hirschhorn2017-07-0712-222/+293
* SERVER-29618 fix serialization of geo match expressionsr3.4.6-rc0r3.4.6Kyle Suarez2017-06-271-0/+2
* SERVER-28351 blacklist jstests/sharding/ tests that call st.configRS.awaitLas...Dianna Hohensee2017-06-231-0/+9
* SERVER-29646 hang_analyzer.py signals python processes before attaching to an...Jonathan Abrahams2017-06-201-14/+15
* SERVER-29433 Improve logging during ReplicaSetFixture initializationSpencer T Brody2017-06-161-3/+5
* SERVER-28162 Tests that call getLatestProfilerEntry() should be blacklisted f...Tess Avitabile2017-06-142-0/+26
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-06-141-1/+1
* SERVER-25917 add initialsync fuzzer suiteRobert Guo2017-05-263-2/+71
* SERVER-26485 ensure JS hooks always have a loggerRobert Guo2017-05-261-83/+67
* SERVER-27158 shutdown fixtures when a job finishesRobert Guo2017-05-262-6/+33
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-05-151-17/+49
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-05-032-0/+28
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-05-021-7/+0
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-05-023-315/+329
* SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams2017-05-021-2/+8
* SERVER-28416 Continue on error in mongodb-uniqstack in hang_analyzerJonathan Abrahams2017-05-021-6/+12
* SERVER-28291 use frame.pc() rather than frame.name() for stack dedupingMathias Stearn2017-05-021-4/+4
* SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn2017-05-021-3/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-4/+4
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-05-022-1/+20
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-021-38/+46
* SERVER-27285 Run jsCore tests while periodically killing secondaries.Max Hirschhorn2017-05-014-7/+342
* SERVER-28995 Fix format string in JstackDumper.Max Hirschhorn2017-04-281-1/+3
* SERVER-28971 Error in depth_first_search algorithm incorrectly recurses on vi...Eddie Louie2017-04-281-1/+1
* SERVER-28348 Detect single-process deadlocks involving LockManager locks and/...Jonathan Abrahams2017-04-281-7/+51
* SERVER-28354 Add new option to supply base process name in hang_analyzerJonathan Abrahams2017-04-281-26/+45
* SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams2017-04-281-1/+5
* SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie2017-04-281-1/+2
* SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie2017-04-281-9/+1
* SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie2017-04-283-15/+121
* SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams2017-04-281-5/+6
* SERVER-28479 Canonicalize process names to lowercase in hang analyzer.Max Hirschhorn2017-04-281-0/+4
* SERVER-28415 Run thread backtrace before loading Python modules in hang_analy...Jonathan Abrahams2017-04-271-1/+10
* SERVER-27874 - Hang analysis thread backtrace and mongo locksJonathan Abrahams2017-04-273-48/+59
* SERVER-27874 Display locks and generate digraph for threads using LockManager...Jonathan Abrahams2017-04-273-16/+361
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-04-272-12/+63
* SERVER-27877 Write function to deduplicate stacks from different threads in GDBEddie Louie2017-04-272-4/+87
* SERVER-27871 Add hang_analyzer.py option to produce core dump, default to offJonathan Abrahams2017-04-271-50/+79
* SERVER-27870 Add option to invoke hang_analyzer.py with an explicit list of PIDsJonathan Abrahams2017-04-271-55/+65
* SERVER-27869 Create a build artifact of hang_analyzer.py output and upload it...Jonathan Abrahams2017-04-271-141/+198
* SERVER-26634 GDB Pretty-Printers and CommandsMark Benvenuto2017-04-272-1/+399
* SERVER-26765 move tests in jstests/views to other suitesKyle Suarez2017-04-243-47/+3
* SERVER-26765 move views tests into jsCoreKyle Suarez2017-04-2417-19/+21
* SERVER-27408 Allow resmoke to take more than one tag-related arguments.Robert Guo2017-04-243-98/+72
* SERVER-28823 Add missing check that dict is NoneBrian Samek2017-04-171-1/+2