Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
6b9f567d
Commit
6b9f567d
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
tweak test for greater clarity.
parent
38f15b06
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test17.23
+2
-2
2 additions, 2 deletions
testsuite/expect/test17.23
with
2 additions
and
2 deletions
testsuite/expect/test17.23
+
2
−
2
View file @
6b9f567d
...
...
@@ -176,12 +176,12 @@ if {$job_prio1 == 0 || $job_prio2 == 0 || $job_prio3 == 0} {
set diff3 [expr $job_prio1 - $job_prio3]
# Target for diff2 is 101
if {$diff2 < 91 || $diff2 > 111} {
send_user "\nFAILURE: job2 priority delta bad $diff2\n"
send_user "\nFAILURE: job2 priority delta bad
(
$diff2
, target is 101)
\n"
set exit_code 1
}
# Target for diff3 is 202
if {$diff3 < 192 || $diff3 > 212} {
send_user "\nFAILURE: job3 priority delta bad $diff3\n"
send_user "\nFAILURE: job3 priority delta bad
(
$diff3
, target is 202)
\n"
set exit_code 1
}
}
...
...
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