diff --git a/fdbserver/SimulatedCluster.actor.cpp b/fdbserver/SimulatedCluster.actor.cpp index f57e00a5c8..027bf265e3 100644 --- a/fdbserver/SimulatedCluster.actor.cpp +++ b/fdbserver/SimulatedCluster.actor.cpp @@ -414,7 +414,6 @@ public: .add("allowDisablingTenants", &allowDisablingTenants) .add("allowCreatingTenants", &allowCreatingTenants) .add("randomlyRenameZoneId", &randomlyRenameZoneId) - .add("randomlyRenameZoneId", &randomlyRenameZoneId) .add("injectTargetedSSRestart", &injectTargetedSSRestart) .add("injectSSDelay", &injectSSDelay); try { diff --git a/tests/restarting/from_7.1.0/ConfigureTestRestart-2.toml b/tests/restarting/from_7.1.0/ConfigureTestRestart-2.toml index 8230bec479..96f1ed9ea9 100644 --- a/tests/restarting/from_7.1.0/ConfigureTestRestart-2.toml +++ b/tests/restarting/from_7.1.0/ConfigureTestRestart-2.toml @@ -1,4 +1,4 @@ -[[configuration]] +[configuration] randomlyRenameZoneId=true [[test]]