createTask(JOB_NAME, "id1", 2, 2, 2, true, 0),
createTask(JOB_NAME, "id12", 2, 2, 2, true, 12)).times(2);
expectNoJobUpdates().times(2);
ITaskConfig config = taskConfig(1, 1, 1, true);
IJobUpdate update = buildJobUpdate(
buildJobUpdateSummaries("u1", config.getJob()).get(0),
taskConfig(2, 2, 2, true),
1,
config,
1);