Currently, running Resmoke with --logFormat=plain (default)
buildscripts/resmoke.py run --suites=no_passthrough playground.js
produces the following output lines (twice!!!):
The following tests failed (with exit code):
playground.js (253 Failure executing JS file)
uncaught exception: AssertionError: Oops! :
AssertionError@src/mongo/shell/assert.js:100:9
foo@playground.js:82:11
@playground.js:98:1
@playground.js:99:3
failed to load: playground.js
exiting with code -3
If you're unsure where to begin investigating these errors, consider looking at tests in the following order:
playground.js
We need to check the summary WORKS when Resmoke is run with --logFormat=json and there is a test failure.
- depends on
-
SERVER-96944 Convert assertion output in mongo (legacy) shell to JSON
-
- Closed
-