summaryrefslogtreecommitdiff
path: root/buildscripts/tests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45644: Reevaluate timeouts used by burn_in_testAlexander Costas2020-02-101-2/+2
* SERVER-45764: Generate resmoke tasks need to take setup time into account whe...Alexander Costas2020-02-051-5/+7
* SERVER-45748: Ensure the correct task is used in bypass-compile for burn_in_tagsDavid Bradford2020-01-302-60/+27
* SERVER-45544: Add burn_in_tags to generate tests for test tagsDavid Bradford2020-01-249-608/+1244
* SERVER-45320: Remove deprecated evergreen client from buildscriptsDavid Bradford2019-12-314-1412/+0
* SERVER-44546 Remove mobile variants and embedded benchmarksAndrew Morrow2019-12-093-1037/+0
* SERVER-43186: Support max tests per generated sub-suiteDavid Bradford2019-09-061-0/+32
* SERVER-41802: Properly handle max_sub_suite when splitting tasksDavid Bradford2019-09-061-94/+174
* SERVER-42440: burn_in_tests should run tasks on the distro they normally run onDavid Bradford2019-08-191-99/+212
* SERVER-42561 search_beta_* tests fail on testing only changesLydia Stepanek2019-08-151-52/+40
* SERVER-42623 Remove events from scheduler using `is` operator.Max Hirschhorn2019-08-131-0/+43
* SERVER-42622 Call teardown_fixture() even if setup_fixture() errors.Max Hirschhorn2019-08-131-0/+5
* SERVER-42356 Remove special casing for NoOpFixture setup and teardown.Max Hirschhorn2019-08-131-0/+26
* SERVER-41990 Burn_in should not average hook times for unique hooksJim OLeary2019-07-261-1/+1
* SERVER-42377: Update how burn_in_tests determines tests to run.David Bradford2019-07-242-432/+67
* SERVER-41096 Fix file-based protocol for permitting stepdowns.Max Hirschhorn2019-06-201-0/+140
* SERVER-41806: Support for global overrides in evergreen_resmoke_job_countDavid Bradford2019-06-181-34/+60
* SERVER-41390: Only validate_mongocryptd if variant has a push taskDavid Bradford2019-05-302-1/+64
* SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer can parse...Robert Guo2019-05-281-2/+4
* SERVER-40846: Don't bypass compile on change to compile_flagsDavid Bradford2019-05-281-0/+140
* Revert "SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer c...Robert Guo2019-05-241-4/+2
* SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer can parse...Robert Guo2019-05-231-2/+4
* SERVER-39414: Migrate task selection to task tagsDavid Bradford2019-05-201-3/+70
* SERVER-41003 when generating suites, don't set repeat-suites if options is 1Lydia Stepanek2019-05-171-2/+37
* SERVER-41108 handle evergreen_generate_resmoke_tasks divide by zero exceptionLydia Stepanek2019-05-161-0/+11
* SERVER-41154: burn_in should use name of task for generated tasksDavid Bradford2019-05-152-94/+38
* SERVER-39575 fix: use endswith instead of rstripLydia Stepanek2019-05-141-4/+5
* SERVER-39575 use task.name expansion to determine generate.task name in resmo...Lydia Stepanek2019-05-141-1/+11
* SERVER-40749: Do not create generate.tasks configuration on task restartDavid Bradford2019-05-081-1/+51
* SERVER-41019: Use proper variant for burn_in generated tasksDavid Bradford2019-05-061-3/+35
* SERVER-40592 Handle exceptions from {setup,teardown}_fixture().Max Hirschhorn2019-05-031-0/+59
* SERVER-40893 Updating evergreen python clientLydia Stepanek2019-05-022-270/+36
* SERVER-40486: Remove Test Lifecycle codeDavid Bradford2019-04-244-1203/+0
* SERVER-40801 Fix local resmoke invocation for action="append" arguments.Max Hirschhorn2019-04-241-0/+30
* SERVER-40671: Fix parallel execution in resmokeDavid Bradford2019-04-243-48/+148
* SERVER-40602 burn_in_tests should call resmoke with python3Mathew Robinson2019-04-191-1/+2
* SERVER-40704: Better task timeouts when using minimum for split tasksDavid Bradford2019-04-181-2/+4
* SERVER-40339 Log buildscripts_test output in test logsJonathan Abrahams2019-04-163-1/+73
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-168-50/+82
* SERVER-40654: Do not enforce dynamic timeouts for Ubuntu PPCDavid Bradford2019-04-161-0/+13
* SERVER-40418 Refactor test_adb_monitor; add python2 for systrace.py for adb_m...Jonathan Abrahams2019-04-151-120/+825
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-103-3/+3
* SERVER-40550 Refactor job.py to support mock of time.timeJonathan Abrahams2019-04-101-16/+16
* SERVER-40415 Tempfile cleanup from test_adb_monitor.pyJonathan Abrahams2019-04-091-1/+1
* SERVER-32295 Support Python 3Mathew Robinson2019-04-0827-272/+141
* SERVER-39311 Enable burn_in repetition count: at least 2 executions, with a m...Jonathan Abrahams2019-04-082-245/+293
* SERVER-39313 Metric tracking script for burn_in_testsJonathan Abrahams2019-04-023-11/+1705
* SERVER-40241 Log resmoke.py invocation for local usage.Max Hirschhorn2019-03-272-0/+218
* SERVER-39857 Refactor test_job.py to use a better mechanism to determine the ...Jonathan Abrahams2019-03-181-45/+67
* Revert "SERVER-39311 Enable burn_in repetition count: at least 2 executions, ...Jonathan Abrahams2019-03-182-279/+241