$ python buildscripts/resmoke.py --suites=concurrency jstests/concurrency/fsm_workloads/does_not_exist.js
|
[resmoke] 2018-06-08T18:13:41.351-0400 resmoke.py invocation: buildscripts/resmoke.py --suites=concurrency jstests/concurrency/fsm_workloads/does_not_exist.js
|
Traceback (most recent call last):
|
File "buildscripts/resmoke.py", line 269, in <module>
|
main()
|
File "buildscripts/resmoke.py", line 265, in main
|
resmoke.run()
|
File "buildscripts/resmoke.py", line 86, in run
|
self.run_tests()
|
File "buildscripts/resmoke.py", line 134, in run_tests
|
suites = self._get_suites()
|
File "buildscripts/resmoke.py", line 215, in _get_suites
|
return suitesconfig.get_suites(self._config.suite_files, self._config.test_files)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/suitesconfig.py", line 83, in get_suites
|
suite = _suite.Suite(suite_filename, suite_config)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/testing/suite.py", line 39, in __init__
|
self.tests, self.excluded = self._get_tests_for_kind(self.test_kind)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/testing/suite.py", line 66, in _get_tests_for_kind
|
return _selector.filter_tests(test_kind, selector_config)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/selector.py", line 706, in filter_tests
|
return selector.select(selector_config)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/selector.py", line 428, in select
|
test_list = _TestList(self._test_file_explorer, roots, self._tests_are_files)
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/selector.py", line 157, in __init__
|
self._roots = self._expand_files(roots) if tests_are_files else roots
|
File "/Users/maxh/debugging/mongo/buildscripts/resmokelib/selector.py", line 167, in _expand_files
|
raise ValueError("Unrecognized test file: {}".format(test))
|
ValueError: Unrecognized test file: jstests/concurrency/fsm_workloads/does_not_exist.js
|