[#16670] dist-trace: end-to-end distributed-tracing tests - #20
Open
ellabaron-code wants to merge 1 commit into
Open
[#16670] dist-trace: end-to-end distributed-tracing tests#20ellabaron-code wants to merge 1 commit into
ellabaron-code wants to merge 1 commit into
Conversation
Author
|
Misfiled: reopening against yugabyte/yugabyte-db. |
ellabaron-code
force-pushed
the
dist-trace-08-startup-packet
branch
from
July 11, 2026 02:15
a2f5f67 to
aad023c
Compare
ellabaron-code
force-pushed
the
dist-trace-09-tests
branch
from
July 11, 2026 02:15
9d7cf90 to
102acd5
Compare
ellabaron-code
force-pushed
the
dist-trace-08-startup-packet
branch
from
July 13, 2026 15:14
aad023c to
46519a8
Compare
ellabaron-code
force-pushed
the
dist-trace-09-tests
branch
from
July 13, 2026 15:14
102acd5 to
8939bf4
Compare
ellabaron-code
force-pushed
the
dist-trace-08-startup-packet
branch
from
July 13, 2026 16:12
46519a8 to
e2d1727
Compare
ellabaron-code
force-pushed
the
dist-trace-09-tests
branch
from
July 13, 2026 16:13
8939bf4 to
4e01428
Compare
pgwrapper/dist_trace-test.cc exercises the full propagation path across the layers in this stack -- process init, RPC header and shared-memory context propagation, span parent/child nesting, and startup-packet traceparent -- asserting the expected trace/span relationships end to end.
ellabaron-code
force-pushed
the
dist-trace-08-startup-packet
branch
from
July 13, 2026 22:25
e2d1727 to
7ebbd01
Compare
ellabaron-code
force-pushed
the
dist-trace-09-tests
branch
from
July 13, 2026 22:25
4e01428 to
7b228d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pgwrapper/dist_trace-test.cc exercises the full propagation path across
the layers in this stack -- process init, RPC header and shared-memory
context propagation, span parent/child nesting, and startup-packet
traceparent -- asserting the expected trace/span relationships end to end.