-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.5.2
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
TIG 2017-03-06
-
0
SERVER-24695 added support for blacklisting specific tests, suites, and tasks from running through burn_in_tests.py by name.
The selector.py module in resmoke.py and its supporting utilties in globstar.py call os.path.normpath() to use the OS-specific path separator—forward slashes on POSIX systems and backslashes on Windows—to make it easier to do set manipulation. However, the filenames returned by git on Windows use forward slashes rather than backslashes; the find_changed_tests() function should normalize the paths it reads from that output.
- is related to
-
SERVER-24695 burn_in_tests.py should have a mechanism for blacklisting tests and suites similar to resmoke.py
- Closed
-
SERVER-26582 Add burn_in_tests task to Windows 2008 debug build variant
- Closed