Skip to content

Commit fd7de3d

Browse files
Merge pull request #1790 from jakub-nowakowski-percona/PXB-3863-trunk
PXB-2553 [trunk]: Fix stacktrace assertion in bug766305 test
2 parents 873a804 + 384840a commit fd7de3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/innobase/xtrabackup/test/t/bug766305.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ kill -SIGCONT $xb_pid
2929

3030
run_cmd_expect_failure wait $job_pid
3131

32-
grep -q "handle_fatal_signal" $OUTFILE || \
32+
grep -qE "#[0-9]+ 0x[0-9a-f]+ .+ at " $OUTFILE || \
3333
die "Could not find a resolved stacktrace in the log"

0 commit comments

Comments
 (0)