Until SERVER-22992 is implemented, rawMongoProgramOutput() isn't guaranteed to return the full output of the process, even after the process has exited. The assertions about the operations in the other mongo shells started in js_protection.js and js_protection_roundtrip.js can be done based on the return code of the process, rather than its output. Doing so will improve the reliability of these tests.
- is related to
-
SERVER-9131 Ensure documents with code elements do not conflict with internal JS functions
- Closed