From da08132b4e9c3892023f911dfbf177a215796298 Mon Sep 17 00:00:00 2001 From: vianney Date: Mon, 23 Feb 2026 14:59:34 +0100 Subject: [PATCH 1/2] chore(resource-renaming): increase python timeout --- tests/test_resource_renaming.py | 3 +-- utils/_context/_scenarios/endtoend.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_resource_renaming.py b/tests/test_resource_renaming.py index 646a9c8c5e6..114abf2363c 100644 --- a/tests/test_resource_renaming.py +++ b/tests/test_resource_renaming.py @@ -1,4 +1,4 @@ -from utils import bug, scenarios, weblog, interfaces, features, missing_feature, context +from utils import scenarios, weblog, interfaces, features, missing_feature, context from utils._weblog import HttpResponse @@ -71,7 +71,6 @@ def setup_stats_aggregation_with_method_and_endpoint(self): for _ in range(3): self.requests.append(weblog.get("/resource_renaming/api/posts/456")) - @bug(library="python", reason="APMSP-2359") # trace exporter uses a wrong fieldname def test_stats_aggregation_with_method_and_endpoint(self): """Test that stats are aggregated by method and endpoint""" stats_points = [] diff --git a/utils/_context/_scenarios/endtoend.py b/utils/_context/_scenarios/endtoend.py index 63431aad14a..8e723914378 100644 --- a/utils/_context/_scenarios/endtoend.py +++ b/utils/_context/_scenarios/endtoend.py @@ -443,7 +443,7 @@ def configure(self, config: pytest.Config): # possibly something weird on obfuscator, let increase the delay for now self.library_interface_timeout = 10 elif library in ("python",): - self.library_interface_timeout = 5 + self.library_interface_timeout = 10 else: self.library_interface_timeout = 40 else: From 46825aba3d02180a77ab1eb32953eaaf996b9684 Mon Sep 17 00:00:00 2001 From: vianney Date: Tue, 24 Feb 2026 10:56:02 +0100 Subject: [PATCH 2/2] chore(python): remove bug annotation --- manifests/python.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index ddcdff86a70..caa0632fd54 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -1885,7 +1885,6 @@ manifest: tests/test_protobuf.py: missing_feature tests/test_resource_renaming.py::Test_Resource_Renaming_HTTP_Endpoint_Tag: v3.17.0 tests/test_resource_renaming.py::Test_Resource_Renaming_Stats_Aggregation_Keys: v3.17.0 - tests/test_resource_renaming.py::Test_Resource_Renaming_Stats_Aggregation_Keys::test_stats_aggregation_with_method_and_endpoint: bug (APMSP-2359) tests/test_rum_injection.py: irrelevant (RUM injection only supported for Java) tests/test_sampling_rates.py::Test_SampleRateFunction: - weblog_declaration: