ILock lock = ILock.build(new Lock()
.setKey(LockKey.job(JobKeys.from("testRole", "testEnv", "testJob").newBuilder()))
.setToken("lockId")
.setUser("testUser")
.setTimestampMs(12345L));
SchedulerMetadata metadata = new SchedulerMetadata()
.setFrameworkId(frameworkId)
.setVersion(CURRENT_API_VERSION);
final String updateId1 = "updateId1";
final String updateId2 = "updateId2";
IJobUpdateDetails updateDetails1 = IJobUpdateDetails.build(new JobUpdateDetails()