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
a6bfe08e
Commit
a6bfe08e
authored
14 years ago
by
Don Lipari
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the test23.* suite to match the changes to sstat introduced in r20354
parent
450f320f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
testsuite/expect/test23.1
+1
-1
1 addition, 1 deletion
testsuite/expect/test23.1
testsuite/expect/test23.2
+2
-2
2 additions, 2 deletions
testsuite/expect/test23.2
testsuite/expect/test23.3
+1
-3
1 addition, 3 deletions
testsuite/expect/test23.3
with
4 additions
and
6 deletions
testsuite/expect/test23.1
+
1
−
1
View file @
a6bfe08e
...
@@ -83,7 +83,7 @@ proc sstat_job { soption } {
...
@@ -83,7 +83,7 @@ proc sstat_job { soption } {
incr matches
incr matches
exp_continue
exp_continue
}
}
-re "MinCPUTask *NTasks
*SystemCPU *TotalCPU
" {
-re "MinCPUTask *NTasks" {
if {$debug} {send_user "\nmatch5\n"}
if {$debug} {send_user "\nmatch5\n"}
incr matches
incr matches
exp_continue
exp_continue
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test23.2
+
2
−
2
View file @
a6bfe08e
...
@@ -61,7 +61,7 @@ expect {
...
@@ -61,7 +61,7 @@ expect {
incr matches
incr matches
exp_continue
exp_continue
}
}
-re "MinCPUTask *NTasks
*SystemCPU *TotalCPU
" {
-re "MinCPUTask *NTasks" {
incr matches
incr matches
exp_continue
exp_continue
}
}
...
@@ -102,7 +102,7 @@ expect {
...
@@ -102,7 +102,7 @@ expect {
incr matches
incr matches
exp_continue
exp_continue
}
}
-re "MinCPUTask *NTasks
*SystemCPU *TotalCPU
" {
-re "MinCPUTask *NTasks" {
incr matches
incr matches
exp_continue
exp_continue
}
}
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test23.3
+
1
−
3
View file @
a6bfe08e
...
@@ -59,8 +59,6 @@ set mc MinCPU
...
@@ -59,8 +59,6 @@ set mc MinCPU
set mn MinCPUNode
set mn MinCPUNode
set mt MinCPUTask
set mt MinCPUTask
set nt NTasks
set nt NTasks
set sc SystemCPU
set tc TotalCPU
#
#
# Check accounting config and bail if not found.
# Check accounting config and bail if not found.
#
#
...
@@ -536,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} {
...
@@ -536,7 +534,7 @@ proc sstat_vargs { soption vargs job_id} {
incr matches
incr matches
exp_continue
exp_continue
}
}
-re "MinCPUTask.NTasks
.SystemCPU.TotalCPU
" {
-re "MinCPUTask.NTasks" {
if {$debug} {send_user "\nmatch22\n"}
if {$debug} {send_user "\nmatch22\n"}
incr matches
incr matches
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