From 6433f9aedf7fa5db1b3bf4517bd89945e3e354b9 Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 28 Aug 2026 13:54:49 +0300 Subject: [PATCH 1/4] fix(dotnet): declare FFE capability from 3.53 --- tests/parametric/capabilities.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/parametric/capabilities.yml b/tests/parametric/capabilities.yml index 35bca807781..6e5e264e6b0 100644 --- a/tests/parametric/capabilities.yml +++ b/tests/parametric/capabilities.yml @@ -117,6 +117,9 @@ capabilities: - APM_TRACING_ENABLE_LIVE_DEBUGGING - APM_TRACING_MULTICONFIG + '>=3.53.0': + - FFE_FLAG_CONFIGURATION_RULES + cpp: base: - APM_TRACING_CUSTOM_TAGS From 56f13e8434206d8200bbc017aea2fac0b3edb19b Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 7 Sep 2026 15:53:09 +0300 Subject: [PATCH 2/4] chore: re-run CI without branch image marker From b60d01c84006d7974fe69918492440fdcb40df5b Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 8 Sep 2026 10:00:21 +0300 Subject: [PATCH 3/4] fix(dotnet): declare FFE capability from 3.54 --- tests/parametric/capabilities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parametric/capabilities.yml b/tests/parametric/capabilities.yml index 6e5e264e6b0..3b7b2062c7e 100644 --- a/tests/parametric/capabilities.yml +++ b/tests/parametric/capabilities.yml @@ -117,7 +117,7 @@ capabilities: - APM_TRACING_ENABLE_LIVE_DEBUGGING - APM_TRACING_MULTICONFIG - '>=3.53.0': + '>=3.54.0': - FFE_FLAG_CONFIGURATION_RULES cpp: From cde1fb08651c9426f020e6468fa75a1086396ba6 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 14 Sep 2026 14:45:47 +0300 Subject: [PATCH 4/4] fix(dotnet): declare FFE capability from 3.54 and drop the completeness waiver --- manifests/dotnet.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/dotnet.yml b/manifests/dotnet.yml index cabb6513319..17779a3a95b 100644 --- a/manifests/dotnet.yml +++ b/manifests/dotnet.yml @@ -891,7 +891,6 @@ manifest: - declaration: bug (APMRP-360) component_version: <=2.53.2 tests/parametric/test_dynamic_configuration.py::TestDynamicConfigTracingEnabled: v2.49.0 - tests/parametric/test_dynamic_configuration.py::TestDynamicConfigTracingEnabled::test_default_capability_completeness: missing_feature (FFL-2703 declares FFE_FLAG_CONFIGURATION_RULES for dotnet from 3.54.0) tests/parametric/test_dynamic_configuration.py::TestDynamicConfigTracingEnabled::test_tracing_client_tracing_disable_one_way: irrelevant (dotnet tracer supports re-enabling over RC) tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV1: v2.33.0 tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV1::test_trace_sampling_rate_override_default: