-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-08-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The current implementation of
`MongoExceptionPrinter::OnTestPartResult(result)` unconditionally prints a stacktrace, although the result parameter could be of type "success" or "skipped".
Currently this leads to a unit test ending with a `SUCCEED()` macro printing its stacktrace, which is unexpected and also considerably slows down test execution if the `dev_stacktrace` library is linked.