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
63bf4cce
Commit
63bf4cce
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
fixed test for newer versions of expect
parent
46c5b236
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/test15.4
+8
-1
8 additions, 1 deletion
testsuite/expect/test15.4
with
8 additions
and
1 deletion
testsuite/expect/test15.4
+
8
−
1
View file @
63bf4cce
...
@@ -86,6 +86,13 @@ expect {
...
@@ -86,6 +86,13 @@ expect {
set got_job_grps 1
set got_job_grps 1
exp_continue
exp_continue
}
}
-re "salloc: Relinquishing job allocation" {
# this needs to be here so it doesn't get latched onto
# the previous check and mess the test up.
# This issue appears in later versions of expect.
exp_continue
}
timeout {
timeout {
send_user "\nFAILURE: salloc not responding\n"
send_user "\nFAILURE: salloc not responding\n"
if {$job_id != 0} {
if {$job_id != 0} {
...
@@ -108,7 +115,7 @@ if {$got_job_grps == 0} {
...
@@ -108,7 +115,7 @@ if {$got_job_grps == 0} {
# Confirm the user id and group id in the slurm job matches that
# Confirm the user id and group id in the slurm job matches that
# of the local 'id' execution.
# of the local 'id' execution.
#
#
if {[string compare $login_grp_info $job_grp_info] != 0} {
if {[string compare $login_grp_info $job_grp_info] != 0} {
send_user "\nFAILURE: Login and slurm user info mismatch\n"
send_user "\nFAILURE: Login and slurm user info mismatch\n"
set exit_code 1
set exit_code 1
...
...
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