From ec1b78a992ad011f34fc2710531483ded207254b Mon Sep 17 00:00:00 2001 From: bm1549 Date: Thu, 9 Apr 2026 08:56:29 -0400 Subject: [PATCH] fix(java): re-enable Test_Knuth_Sample_Rate for >=1.61.1 The _dd.p.ksr formatting bug (APMAPI-1880) was fixed in dd-trace-java by switching from 6 significant figures to 6 decimal places. The fix will ship in v1.61.1. Removes the `bug (APMAPI-1880)` override and sets the minimum version to >=1.61.1 so the test runs against fixed releases. Co-Authored-By: Claude Sonnet 4.6 --- manifests/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/java.yml b/manifests/java.yml index 04e4fd9a6e0..c16aff72818 100644 --- a/manifests/java.yml +++ b/manifests/java.yml @@ -3710,7 +3710,7 @@ manifest: tests/parametric/test_process_discovery.py::Test_ProcessDiscovery: v1.55.0-SNAPSHOT tests/parametric/test_sampling_manual.py::Test_Manual_Sampling: v1.59.0-SNAPSHOT+419da213f7 tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=1.61.0' - tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate::test_sampling_knuth_sample_rate_trace_sampling_rule: bug (APMAPI-1880) + tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate::test_sampling_knuth_sample_rate_trace_sampling_rule: '>=1.61.1' tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_appsec_enabled_sst011: bug (APMAPI-737) tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_dropped_sst001: - declaration: bug (APMAPI-737)