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
6b811196
Commit
6b811196
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
POE: Modify test for race condition
parent
2e68555c
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/test1.63
+3
-4
3 additions, 4 deletions
testsuite/expect/test1.63
with
3 additions
and
4 deletions
testsuite/expect/test1.63
+
3
−
4
View file @
6b811196
...
...
@@ -42,9 +42,7 @@ print_header $test_id
if { [test_xcpu] } {
send_user "\nWARNING: This test is incompatible with XCPU systems\n"
exit 0
}
if {[test_cray]} {
} elseif {[test_cray]} {
send_user "\nWARNING: This test is incompatible with Cray systems\n"
exit $exit_code
}
...
...
@@ -104,7 +102,8 @@ if {$match_sig < 1} {
send_user "\nFAILURE: srun failed to properly process SIGINT\n"
set exit_code 1
}
if {$match_abort < 1} {
if {$match_abort < 1 && [test_launch_poe] == 0} {
# POE could end without "forcing job termination" message being generated
send_user "\nFAILURE: srun failed to properly process multiple SIGINT to abort\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