Skip to content

Commit

Permalink
e2e: change debug lock signal to SIGTERM
Browse files Browse the repository at this point in the history
Try to clear that SIGPENDING in jenkins
  • Loading branch information
Anthony Romano committed Aug 3, 2017
1 parent 2b61463 commit f5d0429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/ctl_v3_lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ func init() {
// ppc64le.
debugLockSignal = syscall.SIGKILL
default:
// stack dumping OK
debugLockSignal = syscall.SIGQUIT
// stack dumping is broken on jenkins
debugLockSignal = syscall.SIGTERM
// debugLockSignal = syscall.SIGQUIT
}
}

Expand Down

0 comments on commit f5d0429

Please sign in to comment.