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:
parent
1c8107f3cc
commit
fab85f852e
@ -265,6 +265,11 @@ var $config = (function() {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
cluster.executeOnConfigNodes((db) => {
|
||||
assert.commandWorked(
|
||||
db.adminCommand({configureFailPoint: 'overrideBalanceRoundInterval', mode: 'off'}));
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user