Skip to content

Commit

Permalink
Signals can happen on any thread, so look for the signal handler not …
Browse files Browse the repository at this point in the history
…the command on the callstack
  • Loading branch information
JohnSully committed Oct 25, 2019
1 parent cb93752 commit f1d2b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/logging.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if {$system_name eq {linux} || $system_name eq {darwin}} {
test "Server is able to generate a stack trace on selected systems" {
r config set watchdog-period 200
r debug sleep 1
set pattern "*debugCommand*"
set pattern "*watchdogSignalHandler*"
set retry 10
while {$retry} {
set result [exec tail -100 < [srv 0 stdout]]
Expand Down

0 comments on commit f1d2b29

Please sign in to comment.