707708709710711712713714715716717
expectAuth(ROLE, true); control.replay(); TaskConfig task = productionTask(); task.unsetNumCpus(); task.unsetRamMb(); task.unsetDiskMb(); assertResponse(INVALID_REQUEST, thrift.createJob(makeJob(task), DEFAULT_LOCK, SESSION)); }
591592593594595596597598599600601