Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util/log: add more information when log call exceeds deadline
For tests like `TestHTTSinkTimeout`, we want to verify that calls to hanging servers don't last much longer than the timeout configured for the http logging sink. Although this deadline is given a small bit of slack time, we've seen this test seemingly flake a couple of times. We should add more logging for when the log time exceeds the expected deadline to gather more information on if this is an actual bug. This commit also doubles the deadline for `TestHTTPSinkTimeout` from 500ms to 1s, as we've seen some flakes for this test recently. Epic: none Fixes: cockroachdb#122527
- Loading branch information