Merge "Use container.replica as the property for readonly replicas"

This commit is contained in:
David Pursehouse
2019-10-17 23:09:58 +00:00
committed by Gerrit Code Review
8 changed files with 47 additions and 16 deletions

View File

@@ -241,7 +241,7 @@ public abstract class AbstractReindexTests extends StandaloneSiteTest {
}
private void enableSlaveMode() throws Exception {
updateConfig(config -> config.setBoolean("container", null, "slave", true));
updateConfig(config -> config.setBoolean("container", null, "replica", true));
}
private void updateConfig(Consumer<Config> configConsumer) throws Exception {