Enable OTLP trace metrics parametric tests for python at v4.13.0-dev#7306
Open
mabdinur wants to merge 1 commit into
Open
Enable OTLP trace metrics parametric tests for python at v4.13.0-dev#7306mabdinur wants to merge 1 commit into
mabdinur wants to merge 1 commit into
Conversation
Verified 45/48 test_otlp_trace_metrics.py parametrized cases pass against DataDog/dd-trace-py#18354 (OTLP trace metrics export). Enable them starting v4.13.0-dev so CI activates them once the PR merges. The rpc.response.status_code attribute mapping (test_fr06_7_rpc_status_code) still requires libdatadog v38, so it remains missing_feature. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
|
wantsui
approved these changes
Jul 13, 2026
|
Contributor
Author
|
Blocked by: DataDog/dd-trace-py#18354 |
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.
Summary
tests/parametric/test_otlp_trace_metrics.pyforpython, starting atv4.13.0-dev, replacing the blanketmissing_featuremarker.f5487150f3e750909424ee9ac93efc262e17d35bon DataDog/dd-trace-py#18354 (OTLP trace metrics export) and runningTEST_LIBRARY=python ./run.sh PARAMETRIC tests/parametric/test_otlp_trace_metrics.py— 45 xpassed, 3 xfailed.Test_FR06_Otel_Span_Attributes::test_fr06_7_rpc_status_codeasmissing_feature: thegrpc.status.code->rpc.response.status_codeattribute mapping requires libdatadog v38 and is not yet implemented in that PR.Note: since dd-trace-py#18354 is not merged yet, this system-tests PR is expected to run against latest dd-trace-py main and show the newly-enabled tests as failing in CI until that PR merges and releases (per docs/edit/enable-test.md). Re-run this PR's CI after the dd-trace-py PR merges to confirm it goes green before merging.
Test plan
./format.sh— all checks passedMade with Cursor