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
a5c46b5d
Commit
a5c46b5d
authored
8 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Fix test21.21
-t10 made the job's time limit 60 and not 6. -t1s are already being added by passed in limits.
parent
ec112009
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/inc21.21_tests
+3
-3
3 additions, 3 deletions
testsuite/expect/inc21.21_tests
with
3 additions
and
3 deletions
testsuite/expect/inc21.21_tests
+
3
−
3
View file @
a5c46b5d
...
@@ -60,7 +60,7 @@ proc inc21_21_good { test_type limit } {
...
@@ -60,7 +60,7 @@ proc inc21_21_good { test_type limit } {
}
}
set matches 0
set matches 0
spawn $srun -v -t1
0
$add [lindex $limit 0][lindex $limit 1] \
spawn $srun -v -t1 $add [lindex $limit 0][lindex $limit 1] \
--account=$ta -I $bin_id
--account=$ta -I $bin_id
expect {
expect {
-re "launching ($number)" {
-re "launching ($number)" {
...
@@ -635,7 +635,7 @@ proc inc21_21_grpwall { test_type limit } {
...
@@ -635,7 +635,7 @@ proc inc21_21_grpwall { test_type limit } {
set matches 0
set matches 0
send_user "Sleeping for a bit...hang tight\n"
send_user "Sleeping for a bit...hang tight\n"
spawn $srun -v
-t1
[lindex $limit 0][lindex $limit 1] --account=$ta \
spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
-I $file_in
-I $file_in
expect {
expect {
-re "launching ($number)" {
-re "launching ($number)" {
...
@@ -672,7 +672,7 @@ proc inc21_21_grpwall { test_type limit } {
...
@@ -672,7 +672,7 @@ proc inc21_21_grpwall { test_type limit } {
}
}
set matches 0
set matches 0
spawn $srun -v
-t1
[lindex $limit 0][lindex $limit 1] --account=$ta \
spawn $srun -v [lindex $limit 0][lindex $limit 1] --account=$ta \
-I $bin_id
-I $bin_id
expect {
expect {
-re "Job violates accounting/QOS policy" {
-re "Job violates accounting/QOS policy" {
...
...
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