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
6681c198
Commit
6681c198
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
fix some tests for additional configurations
parent
c05f0832
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
testsuite/expect/test1.97
+5
-1
5 additions, 1 deletion
testsuite/expect/test1.97
testsuite/expect/test20.8
+1
-1
1 addition, 1 deletion
testsuite/expect/test20.8
testsuite/expect/test21.32
+5
-0
5 additions, 0 deletions
testsuite/expect/test21.32
with
11 additions
and
2 deletions
testsuite/expect/test1.97
+
5
−
1
View file @
6681c198
...
...
@@ -45,10 +45,14 @@ array set tasks {}
print_header $test_id
if {![string match *CR_PACK_NODES* [test_select_type_params]]} {
send_user "\nWARNING: this test requires
e
"
send_user "\nWARNING: this test requires "
send_user "SelectTypeParameters=CR_PACK_NODES\n"
exit 0
}
if {[test_front_end] != 0} {
send_user "\nWARNING: this test is not compatable with front-end configurations\n"
exit 0
}
proc check_node_config { } {
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test20.8
+
1
−
1
View file @
6681c198
...
...
@@ -73,7 +73,7 @@ proc check_name { job_id name } {
}
if {$check_out != 1} {
send_user "\nFAILURE: job name for job $job_id was not changed\n"
set exi_code 1
set exi
t
_code 1
}
}
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test21.32
+
5
−
0
View file @
6681c198
...
...
@@ -134,6 +134,11 @@ proc check_pre { preempt_qos } {
######################### Test Begins #########################
if {[test_using_slurmdbd] != 1} {
send_user "\nWARNING: not using accounting_storage/slurmdbd\n"
exit $exit_code
}
# clean it up (and check to make sure we can do this test
remove_qos $qos_names_str
if {$access_err != 0} {
...
...
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