From 05c62e4863a0d9009cee01e89d8404446148a708 Mon Sep 17 00:00:00 2001 From: CarlesDD Date: Thu, 21 Nov 2024 22:30:03 +0100 Subject: [PATCH 1/2] Enable Node.js tests for IAST Standalone Upstream propagation --- manifests/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 7f3efaaaca..624a60a671 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -427,7 +427,7 @@ tests/: Test_Basic: v2.0.0 test_asm_standalone.py: Test_AppSecStandalone_UpstreamPropagation: *ref_5_18_0 - Test_IastStandalone_UpstreamPropagation: missing_feature # was supposed to be released in 5.18.0 + Test_IastStandalone_UpstreamPropagation: *ref_5_27_0 Test_SCAStandalone_Telemetry: '*': *ref_5_18_0 nextjs: missing_feature From ff96ab10105f9e1f6ef0753ae06823b9e996c941 Mon Sep 17 00:00:00 2001 From: CarlesDD Date: Fri, 22 Nov 2024 11:42:37 +0100 Subject: [PATCH 2/2] Update tracer versions for test in manifest --- manifests/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 624a60a671..1a4cf3db38 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -40,6 +40,7 @@ refs: - &ref_5_25_0 '>=5.25.0 || ^4.49.0' - &ref_5_26_0 '>=5.26.0 || ^4.50.0' - &ref_5_27_0 '>=5.27.0 || ^4.51.0' + - &ref_5_28_0 '>=5.28.0 || ^4.52.0' tests/: apm_tracing_e2e/: @@ -427,7 +428,7 @@ tests/: Test_Basic: v2.0.0 test_asm_standalone.py: Test_AppSecStandalone_UpstreamPropagation: *ref_5_18_0 - Test_IastStandalone_UpstreamPropagation: *ref_5_27_0 + Test_IastStandalone_UpstreamPropagation: *ref_5_28_0 Test_SCAStandalone_Telemetry: '*': *ref_5_18_0 nextjs: missing_feature