Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProActive
scheduling
Commits
262c0fe6
Commit
262c0fe6
authored
10 years ago
by
Oleg Smirnov
Browse files
Options
Downloads
Patches
Plain Diff
SCHEDULING-2022 Fix job state verification in TestJobCoverage.
Change-Id: I7a611ac66230a63bc48f7e2d7632e1a75c257741
parent
6c6e8b8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scheduler/scheduler-server/src/test/java/functionaltests/TestJobCoverage.java
+1
-0
1 addition, 0 deletions
...server/src/test/java/functionaltests/TestJobCoverage.java
with
1 addition
and
0 deletions
scheduler/scheduler-server/src/test/java/functionaltests/TestJobCoverage.java
+
1
−
0
View file @
262c0fe6
...
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment