Skip to content

Commit fbf80b6

Browse files
committed
SERVER-42012: Make already_checked_out_session.js more verbose on errors
1 parent 303fadf commit fbf80b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jstests/replsets/already_checked_out_session.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
}));
2929
return {ok: 1};
3030
} catch (e) {
31+
print("doInsertWithSession failed with " + e.toString());
3132
return {ok: 0, error: e.toString(), stack: e.stack};
3233
}
3334
}

0 commit comments

Comments
 (0)