|
[executor] 15:41:58.354Z Summary of latest execution: 7 test(s) ran in 834.78 seconds (6 succeeded, 26 were skipped, 1 failed, 0 errored)
The following tests failed (with exit code):
src/mongo/db/modules/enterprise/jstests/streams/dlq.js (253 Failure executing JS file)
uncaught exception: Error: assert.soon failed (timeout 90000ms): () => { return db.runCommand(listCmd).streamProcessors.length == 1; } The hang analyzer is automatically called in assert.soon functions. If you are expecting assert.soon to possibly fail, call assert.soon with {runHangAnalyzer: false} as the fifth argument (you can fill unused arguments with `undefined`). :
doassert@src/mongo/shell/assert.js:20:14
assert.soon@src/mongo/shell/assert.js:380:25
@src/mongo/db/modules/enterprise/jstests/streams/dlq.js:137:8
failed to load: src/mongo/db/modules/enterprise/jstests/streams/dlq.js
exiting with code -3
If you're unsure where to begin investigating these errors, consider looking at tests in the following order:
src/mongo/db/modules/enterprise/jstests/streams/dlq.js
|