Skip to content

Commit

Permalink
SERVER-84034: Fetch log output after teardown in validate_hook_resume…
Browse files Browse the repository at this point in the history
…_fcv_upgrade.js

GitOrigin-RevId: c6235c9
  • Loading branch information
XueruiFa authored and MongoDB Bot committed Jan 2, 2024
1 parent c05c3d5 commit 386da3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jstests/noPassthrough/validate_hook_resume_fcv_upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ function runValidateHook(testCase) {
}, testCase.conn.port);

awaitShell();
const output = rawMongoProgramOutput();

// We terminate the processes to ensure that the next call to rawMongoProgramOutput()
// will return all of their output.
testCase.teardown();

return output;
return rawMongoProgramOutput();
}

function testStandalone(additionalSetupFn, {
Expand Down

0 comments on commit 386da3e

Please sign in to comment.