When testing an invariant with message by actually failing it, I noticed that the invariant includes the source code for the message expression rather than its contents:
2017-12-15T13:35:44.594-0500 F - [conn1] Invariant failure catalogColl->uuid() != uuid uuid + "," + catalogColl->uuid src/mongo/db/catalog/uuid_catalog.cpp 68
This negates the objective of SERVER-31830, which was to print the actual variable contents. Also, rather than accepting a string, we probably should just accept arguments and dumping them as strings. Otherwise code use to build strings would be inactive untested code.
As this ticket shows, untested inactive code is likely to contain bugs.
- is caused by
-
SERVER-31830 Log values in invariant statements
- Closed