@Before
public void setUp() throws Exception {
super.setUp(SERVER_COUNT);
ChaosMonkey.Action[] actions = new ChaosMonkey.Action[] {
new RestartRandomRs(60000),
new BatchRestartRs(5000, 0.5f),
new RestartActiveMaster(5000),
new RollingBatchRestartRs(5000, 1.0f),
new RestartRsHoldingMeta(35000),
new RestartRsHoldingRoot(35000)