test(dotnet): enable ot.th/ot.rv tracestate sampling scenarios [dotnet@milan.garnier/ot.th] - #7438
Open
MilanGarnier wants to merge 26 commits into
Open
test(dotnet): enable ot.th/ot.rv tracestate sampling scenarios [dotnet@milan.garnier/ot.th] #7438MilanGarnier wants to merge 26 commits into
MilanGarnier wants to merge 26 commits into
Conversation
…v) conformance tests
Stacked on #7372 (the ot.th/ot.rv conformance scaffolding). Flips the Rust entries in manifests/rust.yml from missing_feature to '>=0.5.0-dev' and backfills the 3 previously-unlisted classes (Test_ForwardInboundOtUnchangedWhenDropped, Test_ThOnlyDoesNotFabricateRv, Test_ThOnlyDoesNotFabricateRvWhenDropped) as missing_feature across the other 8 manifests to keep the "disabled for every tracer" invariant intact until each ships. OTLP entries (APMAPI-2172) are left untouched.
…ed cpp/golang variants
…milan.garnier/feat-rs-ot.th
…estate-sampling-scaffolding # Conflicts: # manifests/rust.yml
…milan.garnier/feat-rs-ot.th
Stacked on #7372 (ot.th/ot.rv conformance scaffolding). Flips all 15 dotnet entries in manifests/dotnet.yml from missing_feature to v3.51.0: dd-trace-dotnet implements emit-on-probability-decision, forward-unchanged (kept/dropped), th-only no-fabrication (kept/dropped), dd=/vendor preservation, force-keep th erasure with rv forwarding, malformed-ot clearing, and 64-to-56-bit rv/th boundary clamping.
|
Contributor
|
|
MilanGarnier
marked this pull request as ready for review
August 4, 2026 09:47
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.
Enables
tests/test_otel_tracestate_sampling.pyentries inmanifests/dotnet.ymlfrommissing_feature (APMAPI-2171)tov3.51.0, matching dd-trace-dotnet's implementation on milan.garnier/ot.th:Draft until dd-trace-dotnet#milan.garnier/ot.th merges.