Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a tracing span when modifying the query timeout #125

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

michaelglass
Copy link
Contributor

@michaelglass michaelglass commented Nov 28, 2024

follow-up to #124. This makes it easier to see in logs if the lib consumer has changed the timeout settings.

@michaelglass michaelglass marked this pull request as ready for review November 28, 2024 15:19
|> spanForFailingTask
span
|> Debug.toString
|> Expect.all
[ Expect.equalToContentsOf (goldenResultsDir ++ "/observability-spec-timeout-reporting-redis-query"),
[ Expect.equalToContentsOf (goldenResultsDir ++ "/observability-spec-reporting-redis-query-timeout"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following naming convention of the rest of the tests

@michaelglass michaelglass added this pull request to the merge queue Nov 28, 2024
Merged via the queue into trunk with commit 54b5b05 Nov 28, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants