Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SchedulerStateRest.getLiveLogFromJob method does not work properly #3092

Open
Mykhailenko opened this issue Jan 16, 2018 · 0 comments
Open

Comments

@Mykhailenko
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant