scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

SchedulerStateRest.getLiveLogFromJob method does not work properly

Open Mykhailenko opened this issue 8 years ago • 0 comments

We had an issue with scheduling-system-tests: src/test/java/org/ow2/proactive/systemtests/test/rest/scheduler/node/task/termination/NodeTaskTerminationSigtermTest.java test (workaround in this commit). It happened because job was not running yet and we started to use

dockerSystemTestRestJobHelper.getLiveLogFromJob

method to get LiveLog from the job. And this LiveLog was always empty. But if you wait until job is already running, than getLiveLogFromJob method works properly.

Mykhailenko avatar Jan 16 '18 10:01 Mykhailenko