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

JobRecoverTest::testJobRecover #3296

Open
Mykhailenko opened this issue Aug 9, 2018 · 0 comments
Open

JobRecoverTest::testJobRecover #3296

Mykhailenko opened this issue Aug 9, 2018 · 0 comments
Labels

Comments

@Mykhailenko
Copy link
Contributor

JobRecoverTest::testJobRecover rarely fails on this line:
schedulerHelper.waitForEventJobFinished(secondJobId);

org.objectweb.proactive.core.ProActiveTimeoutException: timeout elapsed at functionaltests.monitor.SchedulerMonitorsHandler.waitWithMonitor(SchedulerMonitorsHandler.java:471) at functionaltests.monitor.SchedulerMonitorsHandler.waitForEventJob(SchedulerMonitorsHandler.java:171) at functionaltests.utils.SchedulerTHelper.waitForJobEvent(SchedulerTHelper.java:825) at functionaltests.utils.SchedulerTHelper.waitForEventJobFinished(SchedulerTHelper.java:759) at functionaltests.utils.SchedulerTHelper.waitForEventJobFinished(SchedulerTHelper.java:754) at functionaltests.job.recover.JobRecoverTest.testJobRecover(JobRecoverTest.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748)

WARNING: Failed to check connection: java.net.ConnectException: Connection refused (Connection refused)
jobState.getJobInfo().getStatus(): Canceled

So actually job is cancelled while we are waiting for finishing.

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

No branches or pull requests

1 participant