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
ea7e49e8
Commit
ea7e49e8
authored
7 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add note about possible reason for test failure
parent
8bc8bdf4
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/test38.6
+3
-0
3 additions, 0 deletions
testsuite/expect/test38.6
with
3 additions
and
0 deletions
testsuite/expect/test38.6
+
3
−
0
View file @
ea7e49e8
...
@@ -68,6 +68,9 @@ proc end_it { exit_code } {
...
@@ -68,6 +68,9 @@ proc end_it { exit_code } {
if {$exit_code == 0} {
if {$exit_code == 0} {
exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so
exec $bin_rm -f $orig_spank_conf $new_spank_conf $file_in $file_out $spank_out ${file_prog}.so
print_success $test_id
print_success $test_id
} else {
send_user "\nFAILURE: This may be due to NFS sychronization problems: "
send_user "Multiple processes on differrent nodes writing to the same file\n"
}
}
exit $exit_code
exit $exit_code
}
}
...
...
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