Hi I have two partitions (HIGH and LOW) "sinfo" shows that a 60 second task in my LOW partition is correctly suspended by a 60 second task in my HIGH partition:
Low-task => state = "S" (suspended) , Time = 10 (50 seconds remaining) High-task=> state = "R" (running), Time = 0 (60 seconds remaining) However, when the HIGH partition task finishes running, I see that the LOW partition task changes to "R" (running), but then it immediately finishes instead of resuming at 0:11. It never finishes the remaining 50 seconds. (I am running "sinfo" with a refresh rate of 1 second)
