-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
TIG 2017-12-18
The dbtests suite no longer works for resmoke.py. It was broken by the work from SERVER-30755:
python buildscripts/resmoke.py --suites=dbtest --dryRun=tests [resmoke] 2017-12-12T16:04:34.122-0500 resmoke.py invocation: buildscripts/resmoke.py --suites=dbtest --dryRun=tests [resmoke] 2017-12-12T16:04:34.127-0500 YAML configuration of suite dbtest test_kind: db_test selector: {} executor: config: dbtest_options: dur: '' logging: executor: format: '[%(name)s] %(asctime)s %(message)s' handlers: - class: logging.StreamHandler fixture: format: '[%(name)s] %(message)s' handlers: - class: logging.StreamHandler tests: format: '[%(name)s] %(asctime)s %(message)s' handlers: - class: logging.StreamHandler [executor] 2017-12-12T16:04:34.127-0500 Tests that would be run in suite dbtest: (no tests) [executor] 2017-12-12T16:04:34.127-0500 Tests that would be excluded from suite dbtest: (no tests) [resmoke] 2017-12-12T16:04:34.127-0500 ================================================================================ [resmoke] 2017-12-12T16:04:34.127-0500 Summary of dbtest suite: No tests ran. Suite did not run any tests.
- is related to
-
SERVER-30755 KeyError "selector" is raised when no tests or test suites specified to resmoke.py
- Closed
- related to
-
SERVER-24924 Exceptions during resmoke.py execution do not cause task failures
- Closed