scheduling
scheduling copied to clipboard
Task status PAUSED while it should be PENDING
While fixing this issue we have noticed unexpected task status.
Steps to reproduce the problem:
- lock all nodes except one
- submit job with 2 tasks, first task should throw exception, second task depends on first, and could be simple hello world task
- wait until first task became "in-error"
- lock this single node that was not locked
- select "in-error" task, and click "Mark as Finished"
- then first task became FINISHED, and second - PAUSED.
Expected behaviour: at the step 6, second task should be PENDING, not PAUSED (because nobody actually paused it)
Fixed in 8.3.0