Skip to content

Commit 9cc3440

Browse files
committed
Merge branch 'agent/nodejs-agentless-serverless-exposures' into agent/nodejs-agentless-serverless-exposures-nodejs
2 parents eda80ab + fd59899 commit 9cc3440

16 files changed

Lines changed: 172 additions & 123 deletions

manifests/cpp_httpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ manifest:
4141
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_process_tags_snapshot: missing_feature (Not yet implemented)
4242
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_process_tags_snapshot_svc: missing_feature (Not yet implemented)
4343
tests/ffe/test_agentless_configuration.py: missing_feature (C++ is not in scope for v1 agentless server SDK coverage; FFL-2731 tracks the system-tests contract)
44-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
4544
tests/ffe/test_dynamic_evaluation.py: missing_feature
45+
tests/ffe/test_exposure_egress.py: missing_feature (Not yet implemented)
4646
tests/ffe/test_exposures_datadog_agent.py: missing_feature
4747
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
4848
tests/ffe/test_flag_eval_metrics.py: missing_feature

manifests/cpp_nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ manifest:
274274
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_process_tags_snapshot_svc: missing_feature (Not yet implemented)
275275
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: missing_feature
276276
tests/ffe/test_agentless_configuration.py: missing_feature (C++ is not in scope for v1 agentless server SDK coverage; FFL-2731 tracks the system-tests contract)
277-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
278277
tests/ffe/test_dynamic_evaluation.py: missing_feature
278+
tests/ffe/test_exposure_egress.py: missing_feature (Not yet implemented)
279279
tests/ffe/test_exposures_datadog_agent.py: missing_feature
280280
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
281281
tests/ffe/test_flag_eval_metrics.py: missing_feature

manifests/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,12 @@ manifest:
725725
component_version: <3.22.0
726726
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: v3.36.0
727727
tests/ffe/test_agentless_configuration.py: missing_feature (FFL-2703 tracks .NET agentless configuration-source implementation; FFL-2731 tracks the system-tests contract)
728-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
729728
tests/ffe/test_dynamic_evaluation.py: v3.36.0
730729
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Flag_Parse_Error_Isolation: bug (FFL-2184)
731730
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Unknown_Operator_Tolerance: bug (FFL-2184)
731+
tests/ffe/test_exposure_egress.py: v3.36.0
732+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
733+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
732734
tests/ffe/test_exposures_datadog_agent.py: v3.36.0
733735
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
734736
tests/ffe/test_flag_eval_metrics.py: v3.44.0

manifests/golang.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,13 @@ manifest:
11521152
tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry: missing_feature
11531153
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: v2.0.0
11541154
tests/ffe/test_agentless_configuration.py: missing_feature (FFL-2695 tracks Go agentless configuration-source implementation; FFL-2731 tracks the system-tests contract)
1155-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
11561155
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Flag_Parse_Error_Isolation::test_valid_flag_unaffected: bug (FFL-2184)
11571156
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Down_From_Start: v2.4.0
11581157
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Unavailable: v2.4.0
11591158
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Unknown_Operator_Tolerance::test_unknown_operator_errors: bug (FFL-2182)
1159+
tests/ffe/test_exposure_egress.py: v2.6.0-dev # Easy win for chi, echo, gin, net-http, net-http-orchestrion, uds-echo and version 2.5.0
1160+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
1161+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
11601162
tests/ffe/test_exposures_datadog_agent.py: v2.6.0-dev # Easy win for chi, echo, gin, net-http, net-http-orchestrion, uds-echo and version 2.5.0
11611163
tests/ffe/test_flag_eval_evp.py: v2.10.0-dev
11621164
tests/ffe/test_flag_eval_evp.py::Test_FFE_EVP_Flagevaluation_Degradation::test_ffe_evp_flagevaluation_degradation: flaky (FFL-2676)

manifests/java.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,6 @@ manifest:
32783278
- weblog_declaration:
32793279
"*": irrelevant
32803280
spring-boot: v1.65.0
3281-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
32823281
tests/ffe/test_dynamic_evaluation.py:
32833282
- weblog_declaration:
32843283
"*": irrelevant
@@ -3298,6 +3297,12 @@ manifest:
32983297
weblog: [spring-boot]
32993298
- declaration: bug (FFL-2184)
33003299
excluded_weblog: [spring-boot]
3300+
tests/ffe/test_exposure_egress.py:
3301+
- weblog_declaration:
3302+
"*": irrelevant
3303+
spring-boot: v1.56.0
3304+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
3305+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
33013306
tests/ffe/test_exposures_datadog_agent.py:
33023307
- weblog_declaration:
33033308
"*": irrelevant

manifests/nodejs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,6 +1749,12 @@ manifest:
17491749
"*": incomplete_test_app
17501750
express4: *ref_5_77_0
17511751
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Unknown_Operator_Tolerance::test_unknown_operator_errors: bug (FFL-2182)
1752+
tests/ffe/test_exposure_egress.py:
1753+
- weblog_declaration:
1754+
"*": incomplete_test_app
1755+
express4: *ref_5_77_0
1756+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (dd-trace-js#9527)
1757+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (dd-trace-js#9527)
17521758
tests/ffe/test_exposures_datadog_agent.py:
17531759
- weblog_declaration:
17541760
"*": incomplete_test_app

manifests/php.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,12 +795,18 @@ manifest:
795795
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: v1.8.3
796796
tests/docker_ssi/test_docker_ssi_crash.py::TestDockerSSICrash::test_crash: missing_feature (No implemented the endpoint /crashme)
797797
tests/ffe/test_agentless_configuration.py: missing_feature (FFL-2705 tracks PHP agentless configuration-source implementation; FFL-2731 tracks the system-tests contract)
798-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
799798
tests/ffe/test_dynamic_evaluation.py:
800799
- weblog_declaration:
801800
"*": v1.21.0-dev
802801
laravel11x: incomplete_test_app
803802
symfony7x: incomplete_test_app
803+
tests/ffe/test_exposure_egress.py:
804+
- weblog_declaration:
805+
"*": v1.21.0-dev
806+
laravel11x: incomplete_test_app
807+
symfony7x: incomplete_test_app
808+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
809+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
804810
tests/ffe/test_exposures_datadog_agent.py:
805811
- weblog_declaration:
806812
"*": v1.21.0-dev

manifests/python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,9 +1380,11 @@ manifest:
13801380
- declaration: bug (INPLAT-603)
13811381
component_version: '>=3.0.0-dev'
13821382
tests/ffe/test_agentless_configuration.py: missing_feature (FFL-2699 tracks Python agentless configuration-source implementation; FFL-2731 tracks the system-tests contract)
1383-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
13841383
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Down_From_Start: v4.0.0
13851384
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Unavailable: flaky (FFL-1622)
1385+
tests/ffe/test_exposure_egress.py: v4.2.0-dev
1386+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
1387+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
13861388
tests/ffe/test_exposures_datadog_agent.py: v4.2.0-dev
13871389
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
13881390
tests/ffe/test_flag_eval_metrics.py: v4.7.0

manifests/ruby.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,11 +1998,16 @@ manifest:
19981998
component_version: <2.7.0
19991999
tests/docker_ssi/test_docker_ssi_servicenaming.py::TestDockerServiceNaming::test_service_name: missing_feature (No implemented)
20002000
tests/ffe/test_agentless_configuration.py: missing_feature (FFL-2701 tracks Ruby agentless configuration-source implementation; FFL-2731 tracks the system-tests contract)
2001-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
20022001
tests/ffe/test_dynamic_evaluation.py:
20032002
- weblog_declaration:
20042003
"*": irrelevant
20052004
rails72: v2.23.0-dev
2005+
tests/ffe/test_exposure_egress.py:
2006+
- weblog_declaration:
2007+
"*": irrelevant
2008+
rails72: v2.23.0-dev
2009+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Direct: missing_feature (Not yet implemented)
2010+
tests/ffe/test_exposure_egress.py::Test_FFE_Exposure_Egress_Agentless_Sidecar: missing_feature (Not yet implemented)
20062011
tests/ffe/test_exposures_datadog_agent.py:
20072012
- weblog_declaration:
20082013
"*": irrelevant

manifests/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ manifest:
2121
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_process_tags_snapshot_svc: missing_feature (Not yet implemented)
2222
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: missing_feature
2323
tests/ffe/test_agentless_configuration.py: missing_feature (Rust is not in scope for v1 agentless server SDK coverage; FFL-2731 tracks the system-tests contract)
24-
tests/ffe/test_agentless_serverless_exposures.py: missing_feature (Not yet implemented)
2524
tests/ffe/test_dynamic_evaluation.py: missing_feature
25+
tests/ffe/test_exposure_egress.py: missing_feature (Not yet implemented)
2626
tests/ffe/test_exposures_datadog_agent.py: missing_feature
2727
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
2828
tests/ffe/test_flag_eval_metrics.py: missing_feature

0 commit comments

Comments
 (0)