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
e1a8d773
Commit
e1a8d773
authored
13 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
Add sleep to test to make sure we get the correct output and not report
incorrect failure.
parent
f2ba7d94
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test8.20
+2
-0
2 additions, 0 deletions
testsuite/expect/test8.20
with
2 additions
and
0 deletions
testsuite/expect/test8.20
+
2
−
0
View file @
e1a8d773
...
...
@@ -146,6 +146,8 @@ for {set step_size 1 } {$step_size <= $job_size} {set step_size [expr $step_size
send_user "\nRunning step $job_id.$step_id at size $step_size\n"
set step_start1 -1
send "$srun -N$step_size --test-only $scontrol show step $job_id.$step_id\r"
# sleep here just to make sure we get the scontrol output from the srun
sleep .25
expect {
-re "MidplaneList=($alpha_numeric).($digit)($digit)($digit)($digit)($digit)x($digit)($digit)($digit)($digit)($digit)" {
set step_prefix $expect_out(1,string)
...
...
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