summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-101-1/+1
* SERVER-28394 burn_in_tests.py should include test_flags expansion in resmoke....Jonathan Abrahams2017-04-071-4/+11
* SERVER-28447 Forward-port migration_critical_section_concurrency.jsKaloian Manassiev2017-04-072-0/+2
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-1/+0
* SERVER-28440 Add support to parse resmoke.py tags from a separate YAML fileJonathan Abrahams2017-04-053-0/+45
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+1
* Revert "SERVER-28440 Add support to parse resmoke.py tags from a separate YAM...Jonathan Abrahams2017-04-053-45/+0
* SERVER-28440 Add support to parse resmoke.py tags from a separate YAML fileJonathan Abrahams2017-04-053-0/+45
* SERVER-27788 Add tests for operationTimeJack Mulrow2017-04-051-0/+2
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-042-0/+4
* SERVER-28526 Fix API URL parsing errorBrian Samek2017-04-031-6/+5
* SERVER-28588 Handle GDB error in hang_analyzer.py find_frame functionJonathan Abrahams2017-04-031-1/+5
* SERVER-28349 Redirect stderr to stdout for process output logs generated by h...Eddie Louie2017-04-031-1/+2
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-04-031-17/+49
* SERVER-28439 Add "silentfail" test status and --reportFailureStatus option to...Jonathan Abrahams2017-04-033-1/+15
* SERVER-28466 hang_analyzer should not attach to resmoke.py and dumpEddie Louie2017-04-031-9/+1
* SERVER-21842 Generate report.json file and dump resmoke stacks on WindowsEddie Louie2017-03-313-15/+121
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-03-301-7/+0
* SERVER-28463 Add set scheduler-locking to Hang Analyzer to prevent threads fr...Jonathan Abrahams2017-03-301-5/+6
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-03-303-315/+329
* SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams2017-03-291-2/+8
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-294-0/+1060
* SERVER-28305 IDL BinderMark Benvenuto2017-03-295-0/+1166
* SERVER-28305 IDL ParserMark Benvenuto2017-03-2911-0/+1576
* SERVER-28526 Update Evergreen API URL in burn_in_tests.pyBrian Samek2017-03-291-1/+1
* SERVER-28477 Resmoke logging refactoringYves Duhem2017-03-2912-415/+509
* SERVER-28416 Continue on error in mongodb-uniqstack in hang_analyzerJonathan Abrahams2017-03-291-6/+12
* SERVER-28475 Require SCons 2.5 and Python 2.7Andrew Morrow2017-03-281-1/+1
* SERVER-28465: Refactor eslint.py and clang_format.pyMark Benvenuto2017-03-285-559/+378
* SERVER-28497 buildscripts/scons.py uses scons from /usr/localMark Benvenuto2017-03-281-8/+17
* SERVER-26224 Add --staggerJobs option to resmoke.pyEddie Louie2017-03-273-2/+15
* SERVER-27770 Remove other references to EXCLUDE_WITH_ALL_TAGS andEddie Louie2017-03-272-10/+1
* SERVER-28446 Blacklist top.js from dynamic initial sync suitesTess Avitabile2017-03-272-0/+4
* SERVER-27770 Remove resmoke.py's includeWithAllTags and excludeWithAllTags op...Eddie Louie2017-03-273-26/+0
* SERVER-26897 Add resmoke.py support for prepending scripts to mongo eval listEddie Louie2017-03-271-0/+3
* 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