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
5af94772
Commit
5af94772
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Tweak some tests for POE
parent
0544232c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testsuite/expect/test1.73
+6
-0
6 additions, 0 deletions
testsuite/expect/test1.73
testsuite/expect/test3.5
+1
-5
1 addition, 5 deletions
testsuite/expect/test3.5
with
7 additions
and
5 deletions
testsuite/expect/test1.73
+
6
−
0
View file @
5af94772
...
@@ -44,6 +44,12 @@ set exit_code 0
...
@@ -44,6 +44,12 @@ set exit_code 0
print_header $test_id
print_header $test_id
# POE launch is so slow that this test is impractical
if {[test_launch_poe]} {
send_user "\nWARNING: This test is incompatible with launch/poe systems\n"
exit 0
}
#
#
# Slurm time limit enforcement is performed within one minute of the actucal
# Slurm time limit enforcement is performed within one minute of the actucal
# job time limit, so a one minute limit job will be killed 60 to 120 seconds
# job time limit, so a one minute limit job will be killed 60 to 120 seconds
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test3.5
+
1
−
5
View file @
5af94772
...
@@ -220,11 +220,7 @@ set sleep_time 300
...
@@ -220,11 +220,7 @@ set sleep_time 300
set timeout [expr $max_job_delay + $sleep_time]
set timeout [expr $max_job_delay + $sleep_time]
set srun_pid [spawn $srun -t1 -p $part_name $bin_sleep $sleep_time]
set srun_pid [spawn $srun -t1 -p $part_name $bin_sleep $sleep_time]
expect {
expect {
-re "time limit exceeded" {
-re "(time limit|TIME LIMIT|TERMINATED)" {
set timed_out 1
exp_continue
}
-re "Terminated" {
set timed_out 1
set timed_out 1
exp_continue
exp_continue
}
}
...
...
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