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

parametric: enable XPassing tests [cpp] #3776

Merged
merged 9 commits into from
Jan 27, 2025
Merged
26 changes: 13 additions & 13 deletions manifests/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,32 +148,32 @@ tests/:
Test_Otel_Drop_In: missing_feature
parametric/:
test_128_bit_traceids.py:
Test_128_Bit_Traceids: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_128_Bit_Traceids: v1.0.1.dev
test_config_consistency.py:
Test_Config_Dogstatsd: missing_feature
Test_Config_RateLimit: v1.1.0
Test_Config_RateLimit: v1.0.1.dev
Test_Config_Tags: missing_feature
Test_Config_TraceAgentURL: v1.1.0
Test_Config_TraceEnabled: v1.1.0
Test_Config_TraceAgentURL: v1.0.1.dev
Test_Config_TraceEnabled: v1.0.1.dev
Test_Config_TraceLogDirectory: missing_feature
Test_Config_UnifiedServiceTagging: v1.1.0
Test_Config_UnifiedServiceTagging: v1.0.1.dev
test_crashtracking.py: missing_feature
test_dynamic_configuration.py:
TestDynamicConfigV1_EmptyServiceTargets: missing_feature
test_headers_b3multi.py:
Test_Headers_B3multi: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_B3multi: v1.0.1.dev
test_headers_baggage.py:
Test_Headers_Baggage: missing_feature
test_headers_datadog.py:
Test_Headers_Datadog: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_Datadog: v1.0.1.dev
test_headers_none.py:
Test_Headers_None: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_None: v1.0.1.dev
test_headers_precedence.py:
Test_Headers_Precedence: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_Precedence: v1.0.1.dev
test_headers_tracecontext.py:
Test_Headers_Tracecontext: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_Tracecontext: v1.0.1.dev
test_headers_tracestate_dd.py:
Test_Headers_Tracestate_DD: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Headers_Tracestate_DD: v1.0.1.dev
test_otel_api_interoperability.py: irrelevant (library does not implement OpenTelemetry)
test_otel_env_vars.py:
Test_Otel_Env_Vars: missing_feature
Expand All @@ -190,7 +190,7 @@ tests/:
Test_Parametric_DDTrace_Config: incomplete_test_app (config endpoint is not implemented)
Test_Parametric_DDTrace_Crash: incomplete_test_app (crash endpoint is not implemented)
Test_Parametric_DDTrace_Current_Span: incomplete_test_app (current_span endpoint is not implemented)
Test_Parametric_DDTrace_Extract_Headers: incomplete_test_app (extract_headers endpoint is not implemented)
Test_Parametric_DDTrace_Extract_Headers: v1.0.1.dev
# cpp tracer does not support the OpenTelemetry API, otel parametric endpoints are not implemented
Test_Parametric_OtelSpan_End: missing_feature (otel api is not supported)
Test_Parametric_OtelSpan_Events: missing_feature (otel api is not supported)
Expand All @@ -205,7 +205,7 @@ tests/:
test_partial_flushing.py:
Test_Partial_Flushing: missing_feature
test_sampling_delegation.py:
Test_Decisionless_Extraction: missing_feature (parametric app does not support trace/span/extract endpoint)
Test_Decisionless_Extraction: v1.0.1.dev
test_span_events.py: missing_feature
test_span_links.py: missing_feature
test_telemetry.py:
Expand Down
Loading