-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
TIG 2018-03-26
-
0
DynamicJSTestCase is implemented by wrapping a JSTestCase instance.
When running the test, the TestReport replaces the test logger but this changes only the logger attribute of the DynamicJSTestCase and not the logger attribute of the wrapped JSTestCase which is the one that gets used during the test execution.
- is caused by
-
SERVER-33665 Tests run by hooks should be TestCase subclasses
- Closed