0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 09:19:32 +01:00

SERVER-72916 Set balancerRoundInterval to its default at the end of test

This commit is contained in:
Silvia Surroca 2023-02-02 09:52:28 +00:00 committed by Evergreen Agent
parent 1c8107f3cc
commit fab85f852e

View File

@ -265,6 +265,11 @@ var $config = (function() {
});
}
}
cluster.executeOnConfigNodes((db) => {
assert.commandWorked(
db.adminCommand({configureFailPoint: 'overrideBalanceRoundInterval', mode: 'off'}));
});
}
return {