-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: prefix all logs with worker tags #114045
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
T-testeng
TestEng Team
Comments
RaduBerinde
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Nov 8, 2023
cc @cockroachdb/test-eng |
srosenberg
added
the
E-quick-win
Likely to be a quick win for someone experienced.
label
Nov 16, 2023
exalate-issue-sync
bot
removed
the
E-quick-win
Likely to be a quick win for someone experienced.
label
Nov 16, 2023
srosenberg
added
the
E-quick-win
Likely to be a quick win for someone experienced.
label
Nov 20, 2023
vidit-bhat
added a commit
to vidit-bhat/cockroach
that referenced
this issue
May 13, 2024
Previously, many of the runner logs didn't have the worker tags. This was inadequate because we couldn't break up the logs by wX tags to see what each worker is doing. This PR prefixes the worker tags to logs that were missing them. Epic: none Fixes: cockroachdb#114045 Release note: None
craig bot
pushed a commit
that referenced
this issue
May 14, 2024
124027: roachtest: prefix all logs with worker tags r=vidit-bhat a=vidit-bhat Previously, many of the runner logs didn't have the worker tags. This was inadequate because we couldn't break up the logs by `wX` tags to see what each worker was doing. This PR prefixes worker tags to the logs that were missing them. Epic: none Fixes: #114045 Release note: None Co-authored-by: Vidit Bhat <[email protected]>
vidit-bhat
added a commit
to vidit-bhat/cockroach
that referenced
this issue
May 14, 2024
Previously, many of the runner logs didn't have the worker tags. This was inadequate because we couldn't break up the logs by wX tags to see what each worker is doing. This PR prefixes the worker tags to logs that were missing them. Epic: none Fixes: cockroachdb#114045 Release note: None
vidit-bhat
added a commit
to vidit-bhat/cockroach
that referenced
this issue
May 14, 2024
Previously, many of the runner logs didn't have the worker tags. This was inadequate because we couldn't break up the logs by wX tags to see what each worker is doing. This PR prefixes the worker tags to logs that were missing them. Epic: none Fixes: cockroachdb#114045 Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
T-testeng
TestEng Team
Many of the runner logs don't have the worker tag (see below). It would be ideal if all messages had it and you could in principle break up the logs by
wX
tags to see what each worker is doing.Jira issue: CRDB-33316
The text was updated successfully, but these errors were encountered: