Skip to content
Snippets Groups Projects
Commit 262c0fe6 authored by Oleg Smirnov's avatar Oleg Smirnov
Browse files

SCHEDULING-2022 Fix job state verification in TestJobCoverage.

Change-Id: I7a611ac66230a63bc48f7e2d7632e1a75c257741
parent 6c6e8b8f
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ public class TestJobCoverage extends FunctionalTest {
SchedulerTHelper.log("Checking task1 process...");
tinfo = SchedulerTHelper.waitForEventTaskRunning(id, "task1");
jstate.update(tinfo);
jstate.update(tinfo.getJobInfo());
Assert.assertEquals(TaskStatus.RUNNING, tinfo.getStatus());
Assert.assertEquals(JobStatus.RUNNING, jstate.getStatus());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment