Commit Graph

31 Commits

Author SHA1 Message Date
Robert Guo
4002c5b76f SERVER-60633 burn_in_tests should respect multiversion tags 2021-10-14 13:07:29 +00:00
Robert Guo
9c46c72e17 SERVER-55857 Use explicit task definitions for implicit multiversion tasks 2021-10-12 04:46:33 +00:00
Yoonsoo Kim
2181d579ff SERVER-58198 Remove shellReadMode/shellWriteMode command-line params from resmoke.py 2021-07-02 18:36:21 +00:00
Robert Guo
c940646a2b SERVER-57580 combine task_path_suffix and use_multiversion into
require_multiversion
2021-06-15 22:28:00 +00:00
Vishnu Kaushik
8911b6cdda SERVER-43385 remove MMAPv1 references 2020-09-11 20:28:52 +00:00
Lydia Stepanek
5591ecacc5 SERVER-49128 Don't hard code selected_tests_buildvariants in etc/evergreen.yml 2020-07-08 15:40:59 +00:00
Lydia Stepanek
bfa494770a SERVER-45394 Generate selected tasks in a patch using test mappings
create mode 100644 buildscripts/patch_builds/selected_tests_service.py
 create mode 100644 buildscripts/selected_tests.py
 create mode 100644 buildscripts/tests/patch_builds/test_selected_tests_service.py
 create mode 100644 buildscripts/tests/test_selected_tests.py
2020-02-04 15:37:03 +00:00
Lydia Stepanek
9a58f3aaad SERVER-42561 search_beta_* tests fail on testing only changes 2019-08-06 10:09:49 -04:00
Lydia Stepanek
ff945d4698 SERVER-40895 Dynamically generate burn_in_tests for tag validation 2019-06-04 13:33:53 -04:00
David Bradford
d544297059 SERVER-41154: burn_in should use name of task for generated tasks 2019-05-15 10:47:14 -04:00
David Bradford
8ffbd48925 SERVER-40486: Remove Test Lifecycle code 2019-04-24 14:07:36 -04:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams
42405f2847 SERVER-39311 Enable burn_in repetition count: at least 2 executions, with a maximum of 1000 excutions or 10 minutes of execution time 2019-04-08 08:42:46 -04:00
Jonathan Abrahams
bd487118cc Revert "SERVER-39311 Enable burn_in repetition count: at least 2 executions, with a maximum of 1000 excutions or 10 minutes of execution time"
This reverts commit df4243e71b.
2019-03-18 13:14:22 -04:00
Jonathan Abrahams
df4243e71b SERVER-39311 Enable burn_in repetition count: at least 2 executions, with a maximum of 1000 excutions or 10 minutes of execution time 2019-03-18 11:56:38 -04:00
Jonathan Abrahams
869270cce4 SERVER-39308 Update burn_in_tests.py to generate sub-tasks JSON file 2019-03-06 16:51:15 -05:00
David Bradford
6b601f1005 SERVER-39413: Add script to analyze evergreen task tag usage 2019-03-01 10:23:48 -05:00
David Bradford
f96809265b SERVER-39455: Lint yaml files 2019-02-21 17:07:06 -05:00
David Bradford
8fac3580ab SERVER-39564: Fix burn_in_tests for _gen tasks 2019-02-14 12:13:40 -05:00
Jonathan Abrahams
82b62cf1e5 SERVER-34711 Enable burn_in_tests to understand Evergreen task selectors 2018-06-15 11:40:58 -04:00
Jonathan Abrahams
a1601dd857 SERVER-33963 Add task_groups & display_tasks for compile, compile_all, compile_unittests & unittests 2018-04-26 15:34:22 -04:00
Jonathan Abrahams
c50c68fef1 SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy 2018-04-05 14:41:58 -04:00
Robert Guo
275c07392a SERVER-29644 Add test suite for Python unit tests 2018-04-05 01:39:23 -04:00
Jonathan Abrahams
36148ad8bb SERVER-23312 Format Python files with yapf 2018-03-26 13:04:25 -04:00
Yves Duhem
d773e7419f SERVER-30308 Handle absent test_flags in combined_resmoke_args 2017-08-02 17:25:19 -04:00
Yves Duhem
6cc2dfe7ed Revert "SERVER-30308 Handle absent test_flags in combined_resmoke_args()"
This reverts commit 645172dfe7.
2017-07-26 10:12:48 -04:00
Yves Duhem
645172dfe7 SERVER-30308 Handle absent test_flags in combined_resmoke_args() 2017-07-25 17:48:47 -04:00
Yves Duhem
9d7e8192a1 SERVER-29640 Cleanup test lifecycle invalid tags 2017-07-17 11:51:45 -04:00
Max Hirschhorn
58a3909a3f SERVER-29642 SERVER-29643 Add Python tests for test lifecycle scripts.
For test_failures.py:
  * Replaces HistoryReport with a TestHistory class that has
    get_history_by_revision() and get_history_by_date() methods. They
    both return a list of ReportEntry tuples that can be used to
    construct a Report instance.
  * Adds Python unit test cases for the Report and ReportEntry classes.
  * Creates Wildcard class as separate concept from Missing class.
  * Enables --sinceDate and --untilDate with a warning that the script
    may not return a complete result set.
  * Adds support for running the script with Python 3.

For update_test_lifecycle.py:
  * Introduces Config namedtuple to represent the test lifecycle model.
  * Adds Python unit tests cases for the update_tags() function.
  * Takes advantage of the partial grouping so that computing summaries
    for (test, task, variant), (test, task), and (test,) combinations do
    not require re-processing the entire result set.
2017-07-17 11:09:34 -04:00
Yves Duhem
5fc85a7f11 SERVER-29936 New module for test tags files 2017-07-07 15:49:24 -04:00
Yves Duhem
c6f39dd0e9 SERVER-29639 New Python module to access evergreen.yml project configuration 2017-06-21 15:25:48 -04:00