Mykhailenko

Results 6 issues of Mykhailenko

CLI client has listjobs command. It has parameters from and limit. They have really weird semantics. For example, let's say there are 7 jobs. Setting limit to 2 gives 2...

type:bug
severity:minor
complexity:simple (<1day)

Steps to reproduce: 1. go to RM 2. click add New Node Source 3. select DynamicPolicy 4. see `schedulerUrl` field. It should not be all the time pnp://127.0.0.1:64738 because sometimes...

severity:minor
type:improvement
complexity:simple (<1day)

Job with too long variables cannot be submitted. Steps to reproduce: 1. open studio 2. open workflow 3. import [michael.xml](https://github.com/ow2-proactive/scheduling/files/2675376/michael.txt) as workflow 4. submit it 5. observe that workflow is...

type:bug
severity:minor
complexity:simple (<1day)

While fixing this [issue](https://github.com/ow2-proactive/scheduling/issues/3279) we have noticed unexpected task status. **Steps to reproduce the problem:** 1. lock all nodes except one 2. submit job with 2 tasks, first task should...

type:bug
resolution:fixed
severity:minor

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...

type:bug

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](https://bitbucket.org/activeeon/scheduling-system-tests/commits/d701cd3073132b773535f8ee0fe1dfa9f608f71a) commit). It happened because job was not running yet and we started to use ``` dockerSystemTestRestJobHelper.getLiveLogFromJob ``` method to...