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
6f01d264
Commit
6f01d264
authored
4 years ago
by
Scott Jackson
Committed by
Albert Gil
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Testsuite - Remove debug code temporarily added on
71fbb7ea
and
473df3f0
.
Bug 9665
parent
2d8cbdb2
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/test19.4
+0
-31
0 additions, 31 deletions
testsuite/expect/test19.4
with
0 additions
and
31 deletions
testsuite/expect/test19.4
+
0
−
31
View file @
6f01d264
...
@@ -31,10 +31,6 @@ source ./globals
...
@@ -31,10 +31,6 @@ source ./globals
set file_in "test$test_id.input"
set file_in "test$test_id.input"
set file_out "test$test_id.output"
set file_out "test$test_id.output"
# TODO: Temporary variables to debug bug 9665 (remove once fixed)
set trigger_get_failed false
set config_dir [get_conf_path]
set uid [get_my_uid]
set uid [get_my_uid]
set user [get_my_user_name]
set user [get_my_user_name]
if {![regexp "${user}\\($number\\)" [get_config_param "SlurmUser"]] || $user eq "root"} {
if {![regexp "${user}\\($number\\)" [get_config_param "SlurmUser"]] || $user eq "root"} {
...
@@ -51,35 +47,10 @@ make_bash_script $file_in "$bin_echo JOB COMPLETED >$cwd/$file_out"
...
@@ -51,35 +47,10 @@ make_bash_script $file_in "$bin_echo JOB COMPLETED >$cwd/$file_out"
proc cleanup {} {
proc cleanup {} {
global bin_rm file_in file_out strigger uid
global bin_rm file_in file_out strigger uid
# TODO: Temporary debug for bug 9665 (remove once fixed)
global trigger_get_failed
if {$trigger_get_failed} {
if [
wait_for -timeout 5 -poll .1 {[
regexp "$file_in" [run_command_output "$strigger --get -v --reconfig --user=$uid"]
]} {}
] {
log_warn "Trigger get failed and never recovered"
} else {
log_warn "Trigger get failed but became available afterwards"
}
}
global config_dir scontrol
restore_conf $config_dir/slurm.conf
run_command "$scontrol reconfigure"
run_command -none -nolog "$strigger --clear --reconfig --user=$uid --quiet"
run_command -none -nolog "$strigger --clear --reconfig --user=$uid --quiet"
exec $bin_rm -f $file_in $file_out
exec $bin_rm -f $file_in $file_out
}
}
# TODO: Temporarily increase logging to debug bug 9665 (remove once fixed)
save_conf $config_dir/slurm.conf
run_command -none "$bin_echo SlurmctldDebug=debug3 >> $config_dir/slurm.conf"
run_command -none "$bin_echo DebugFlags=Triggers >> $config_dir/slurm.conf"
run_command -fail "$scontrol reconfigure"
wait_for -timeout 5 -pollinterval .1 {[get_config_param "SlurmctldDebug"] eq "debug3"} {}
wait_for -timeout 5 -pollinterval .1 {[get_config_param "DebugFlags"] eq "Triggers"} {}
run_command -fail "$strigger --clear --quiet --user=$uid"
run_command -fail "$strigger --clear --quiet --user=$uid"
# Submit a job and create a trigger on a job completion event
# Submit a job and create a trigger on a job completion event
...
@@ -91,8 +62,6 @@ if {![regexp "trigger set" [run_command_output -fail "$strigger --set -v --jobid
...
@@ -91,8 +62,6 @@ if {![regexp "trigger set" [run_command_output -fail "$strigger --set -v --jobid
# Verify that the trigger has been created
# Verify that the trigger has been created
if {![regexp "$file_in" [run_command_output -fail "$strigger --get -v --jobid=$job_id --fini --user=$uid"]]} {
if {![regexp "$file_in" [run_command_output -fail "$strigger --get -v --jobid=$job_id --fini --user=$uid"]]} {
# TODO: Temporary variable to debug bug 9665 (remove once fixed)
set trigger_get_failed true
fail "Trigger get failure"
fail "Trigger get failure"
}
}
...
...
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