Hi,
I am getting errors after running some tests (concurrency sharded) for mongodb server as given below:
js_tests: 3 test(s) ran in 1575.97 seconds (2 succeeded, 0 were skipped, 1 failed, 0 errored)
The following tests failed (with exit code):
jstests/concurrency/fsm_all_sharded_replication.js (253)
With above results, I have two queries:
1. What does exit code 253 stand for ? I did not find on "
http://docs.mongodb.org/manual/reference/exit-codes/"
2. Is there any way to determine the exact line of error in script file?
Any inputs on above will be greatly appreciated!
Thanks and Regards,
Anup Halarnkar