-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
Repl 2016-08-29, Repl 2017-07-31
Our unit test framework supports the filtering of test suite and test cases. Enabling it with command line options can make manual unit testing easier, especially when the unit test is very long. The following options are supported.
--suite <SUITE>, specify the suite name that you want to run. --filter <FILTER>, specify a substring of the test cases' name that you're interested in. --list, list all test suites in this unit test. --repeat <TIMES>, repeat the unit tests for a given times.
- has to be done before
-
SERVER-30137 Re-enable endSessionDoesntDoubleClose test in TransportLayerLegacy test
- Closed
- is depended on by
-
SERVER-35203 Unittests accept --logLevel
- Closed
- is duplicated by
-
SERVER-29977 Add unittest command line testname filters
- Closed
- is related to
-
SERVER-15558 Enable log level setting for unit tests
- Closed