ServerInfo previousServerInfo =
new ServerInfo().setClusterName("FAKECLUSTER").setThriftAPIVersion(100000);
Response response = okResponse(
Result.getJobsResult(
new GetJobsResult().setConfigs(ImmutableSet.<JobConfiguration>of())))
.setServerInfo(previousServerInfo);
expect(realThrift.getJobs(ROLE)).andReturn(response);
control.replay();