* Change RS3 weight from 1 to 3, we must end up with RS1, RS2 and RS4
* each with 2 DSs and RS3 with 6 DSs
*/
// Change RS3 weight to 3
ReplicationServerCfg newRSConfig =
createReplicationServerConfigWithNewWeight(2, 3, testCase);
rs[2].applyConfigurationChange(newRSConfig);
checkForCorrectNumbersOfConnectedDSs(new int[][]{new int[] {2, 2, 6, 2}},
"RS3 changed weight from 1 to 3");