summaryrefslogtreecommitdiff
path: root/jstests/sharding/advance_cluster_time_action_type.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/advance_cluster_time_action_type.js')
-rw-r--r--jstests/sharding/advance_cluster_time_action_type.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/advance_cluster_time_action_type.js b/jstests/sharding/advance_cluster_time_action_type.js
index ef739aa4b03..6cea1521e00 100644
--- a/jstests/sharding/advance_cluster_time_action_type.js
+++ b/jstests/sharding/advance_cluster_time_action_type.js
@@ -30,6 +30,7 @@ assert.commandWorked(testDB.runCommand({
pwd: 'pwd',
roles: [{role: 'advanceClusterTimeRole', db: 'admin'}, 'readWrite']
}));
+adminDB.logout();
assert.eq(1, testDB.auth("NotTrusted", "pwd"));
let res = testDB.runCommand({insert: "foo", documents: [{_id: 0}]});
@@ -49,6 +50,7 @@ jsTestLog("running NonTrusted. command: " + tojson(cmdObj));
res = testDB.runCommand(cmdObj);
assert.commandFailedWithCode(
res, ErrorCodes.TimeProofMismatch, "Command request was: " + tojsononeline(cmdObj));
+testDB.logout();
assert.eq(1, testDB.auth("Trusted", "pwd"));
jsTestLog("running Trusted. command: " + tojson(cmdObj));