diff --git a/binaries/cpp-load-from-git b/binaries/cpp-load-from-git new file mode 100644 index 00000000000..2c15981dd41 --- /dev/null +++ b/binaries/cpp-load-from-git @@ -0,0 +1 @@ +https://github.com/DataDog/dd-trace-cpp.git@milan.garnier/span-links-support diff --git a/manifests/cpp.yml b/manifests/cpp.yml index aaadf436820..1607b44b0ea 100644 --- a/manifests/cpp.yml +++ b/manifests/cpp.yml @@ -207,7 +207,7 @@ manifest: tests/parametric/test_otel_tracer.py::Test_Otel_Tracer::test_otel_simple_trace: irrelevant (library does not implement OpenTelemetry) tests/parametric/test_otlp_trace_metrics.py: missing_feature tests/parametric/test_parametric_endpoints.py::TestRemoteConfigApplyEndpoint: incomplete_test_app (POST /trace/remote-config/apply only implemented in the python parametric app) - tests/parametric/test_parametric_endpoints.py::Test_Parametric_DDSpan_Add_Link: missing_feature (add_link is not supported) + tests/parametric/test_parametric_endpoints.py::Test_Parametric_DDSpan_Add_Link: ">2.1.2" tests/parametric/test_parametric_endpoints.py::Test_Parametric_DDSpan_Set_Error: bug (APMAPI-778) # The expected error status is not set tests/parametric/test_parametric_endpoints.py::Test_Parametric_DDSpan_Set_Metric: missing_feature (Tracer does not provide a public method for directly setting a span metric) tests/parametric/test_parametric_endpoints.py::Test_Parametric_DDSpan_Set_Resource: incomplete_test_app (set_resource endpoint is not implemented) @@ -259,7 +259,9 @@ manifest: - declaration: bug (APMAPI-737) component_version: <2.0.0 tests/parametric/test_span_events.py: missing_feature - tests/parametric/test_span_links.py: missing_feature + tests/parametric/test_span_links.py: ">2.1.2" + tests/parametric/test_span_links.py::Test_Span_Links::test_span_link_propagated_sampling_decisions: missing_feature (auto.drop not supported) + tests/parametric/test_span_links.py::Test_Span_Links::test_span_started_with_link_v05: missing_feature (v0.5 not implemented) ? tests/parametric/test_span_sampling.py::Test_Span_Sampling::test_child_span_selected_and_root_dropped_by_sss_when_dropping_policy_is_active017 : missing_feature (span dropping policy not implemented) tests/parametric/test_span_sampling.py::Test_Span_Sampling::test_entire_trace_dropped_when_dropping_policy_is_active018: missing_feature (span dropping policy not implemented)