You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: