IterativeReduceService masterPrc = SpecificRequestor.getClient(
IterativeReduceService.class, new NettyTransceiver(masterAddress));
// Test
WorkerId workerOne = Utils.createWorkerId("worker1");
WorkerId workerTwo = Utils.createWorkerId("worker2");
// Startup
assertStartupConfiguration(masterPrc.startup(workerOne), "/foo/bar", 2, 1, null);
assertStartupConfiguration(masterPrc.startup(workerTwo), "/foo/bar", 2, 1, null);