-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 3.5.10
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
-
TIG 2017-12-04
-
0
Prior to the changes from SERVER-28636, invoking python buildscripts/resmoke.py would caused a "Must specify either --suites or a list of tests" error. We should either restore this behavior by (a) detecting when --suites hasn't been specified (it currently defaults to with_server.yml and args is an empty list), or (b) changing the with_server.yml and no_server.yml YAML suite configurations to specify
selector: roots: []
and have resmoke.py log "No tests ran" when invoking python buildscripts/resmoke.py.
- is duplicated by
-
SERVER-31725 resmokelib.parser.create_test_membership_map() requires all suite files to be associated to a task
- Closed
- is related to
-
SERVER-28636 Resmoke should treat --executor=foo as --suite=foo when no tests are passed (or vice-versa)
- Closed
- related to
-
SERVER-32285 dbtests suite runs no tests in resmoke.py
- Closed