Skip to content

Commit

Permalink
Merge pull request #7111 from heyitsanthony/e2e-ctl-trace
Browse files Browse the repository at this point in the history
e2e: dump stacks on ctlTest timeout
  • Loading branch information
Anthony Romano authored Jan 6, 2017
2 parents a42b399 + acfa601 commit af5b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/ctl_v3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func testCtl(t *testing.T, testFunc func(ctlCtx), opts ...ctlOption) {
}
select {
case <-time.After(timeout):
t.Fatalf("test timed out after %v", timeout)
testutil.FatalStack(t, fmt.Sprintf("test timed out after %v", timeout))
case <-donec:
}
}
Expand Down

0 comments on commit af5b819

Please sign in to comment.