Skip to content

Commit b2e25c1

Browse files
bm1549claude
andcommitted
Bump manifest versions for Node.js, Ruby, .NET to exceed latest releases
Node.js 5.89.0, Ruby 2.29.0, and .NET 3.39.0 were released without KSR support, so prod parametric tests were activating and failing. Bumped to >=5.90.0, >=2.30.0, >=3.40.0 respectively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b92d3e3 commit b2e25c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifests/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ manifest:
954954
tests/parametric/test_partial_flushing.py::Test_Partial_Flushing::test_partial_flushing_one_span_default: missing_feature (partial flushing not enabled by default)
955955
tests/parametric/test_process_discovery.py::Test_ProcessDiscovery: '>=3.36.0' # Modified by easy win activation script
956956
tests/parametric/test_process_discovery.py::Test_ProcessDiscovery::test_metadata_content_with_process_tags: missing_feature # Created by easy win activation script
957-
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=3.39.0'
957+
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=3.40.0'
958958
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_appsec_enabled_sst011: bug (APMAPI-737)
959959
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_dropped_sst001: bug (APMAPI-737)
960960
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_kept_sst007: bug (APMAPI-737)

manifests/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ manifest:
20322032
tests/parametric/test_partial_flushing.py::Test_Partial_Flushing: bug (APMLP-270)
20332033
tests/parametric/test_process_discovery.py: missing_feature
20342034
tests/parametric/test_sampling_manual.py::Test_Manual_Sampling: bug (APMAPI-1720) # Manual keep did not override the upstream drop decision
2035-
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=5.89.0'
2035+
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=5.90.0'
20362036
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_appsec_enabled_sst011: bug (APMAPI-737)
20372037
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_dropped_sst001: bug (APMAPI-737)
20382038
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_defaults_rate_1_and_rate_limit_0_sst008: bug (APMAPI-737)

manifests/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ manifest:
14781478
tests/parametric/test_process_discovery.py::Test_ProcessDiscovery: v2.18.0
14791479
tests/parametric/test_process_discovery.py::Test_ProcessDiscovery::test_metadata_content_with_process_tags: missing_feature (Not yet implemented)
14801480
tests/parametric/test_sampling_delegation.py::Test_Decisionless_Extraction: v2.4.0
1481-
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=2.29.0'
1481+
tests/parametric/test_sampling_span_tags.py::Test_Knuth_Sample_Rate: '>=2.30.0'
14821482
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_appsec_enabled_sst011: bug (APMAPI-737)
14831483
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_dropped_sst001: bug (APMAPI-737)
14841484
tests/parametric/test_sampling_span_tags.py::Test_Sampling_Span_Tags::test_tags_child_kept_sst007: bug (APMAPI-737)

0 commit comments

Comments
 (0)