Skip to content

Commit 93ab576

Browse files
feat(go): Enable flag evaluation metrics E2E tests for Go; fix reason=static (#6410)
Co-authored-by: leo.romanovsky <leo.romanovsky@datadoghq.com>
1 parent ea959f2 commit 93ab576

14 files changed

Lines changed: 397 additions & 1 deletion

File tree

manifests/cpp_httpd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ manifest:
3333
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_process_tags_snapshot_svc: missing_feature (Not yet implemented)
3434
tests/ffe/test_dynamic_evaluation.py: missing_feature
3535
tests/ffe/test_exposures.py: missing_feature
36+
tests/ffe/test_flag_eval_metrics.py: missing_feature
3637
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
3738
tests/integrations/crossed_integrations/: missing_feature (Endpoint not implemented)
3839
tests/integrations/crossed_integrations/test_sqs.py::Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS: irrelevant (Localstack SQS does not support AWS Xray Header parsing)

manifests/cpp_kong.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ manifest:
88
tests/appsec/: irrelevant (ASM is not implemented in Kong plugin)
99
tests/debugger/: irrelevant
1010
tests/ffe/: missing_feature
11+
tests/ffe/test_flag_eval_metrics.py: missing_feature
1112
tests/integrations/: missing_feature (Endpoints not implemented)
1213
tests/otel/: irrelevant (library does not implement OpenTelemetry)
1314
tests/parametric/: irrelevant (Parametric scenario is not applied on Kong)

manifests/cpp_nginx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ manifest:
234234
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: missing_feature
235235
tests/ffe/test_dynamic_evaluation.py: missing_feature
236236
tests/ffe/test_exposures.py: missing_feature
237+
tests/ffe/test_flag_eval_metrics.py: missing_feature
237238
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
238239
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka: missing_feature
239240
tests/integrations/crossed_integrations/test_kinesis.py::Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES: missing_feature

manifests/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ manifest:
690690
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi: v3.36.0
691691
tests/ffe/test_dynamic_evaluation.py: v3.36.0
692692
tests/ffe/test_exposures.py: v3.36.0
693+
tests/ffe/test_flag_eval_metrics.py: missing_feature
693694
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
694695
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka: v2.0.0-prerelease
695696
tests/integrations/crossed_integrations/test_kinesis.py::Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES: missing_feature

manifests/golang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ manifest:
819819
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Down_From_Start: v2.4.0
820820
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Unavailable: v2.4.0
821821
tests/ffe/test_exposures.py: v2.6.0-dev # Easy win for chi, echo, gin, net-http, net-http-orchestrion, uds-echo and version 2.5.0
822+
tests/ffe/test_flag_eval_metrics.py: v2.7.0-dev
822823
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
823824
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka:
824825
- weblog_declaration:

manifests/java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,6 +3065,7 @@ manifest:
30653065
"*": irrelevant
30663066
spring-boot: v1.56.0
30673067
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key: bug (FFL-1729)
3068+
tests/ffe/test_flag_eval_metrics.py: missing_feature
30683069
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
30693070
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka:
30703071
- weblog_declaration:

manifests/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ manifest:
15851585
"*": incomplete_test_app
15861586
express4: *ref_5_77_0
15871587
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key: bug (FFL-1730)
1588+
tests/ffe/test_flag_eval_metrics.py: missing_feature
15881589
tests/integration_frameworks/llm/anthropic/test_anthropic_apm.py::TestAnthropicApmMessages: *ref_5_71_0
15891590
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages: *ref_5_71_0
15901591
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)

manifests/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ manifest:
550550
tests/docker_ssi/test_docker_ssi_crash.py::TestDockerSSICrash::test_crash: missing_feature (No implemented the endpoint /crashme)
551551
tests/ffe/test_dynamic_evaluation.py: missing_feature
552552
tests/ffe/test_exposures.py: missing_feature
553+
tests/ffe/test_flag_eval_metrics.py: missing_feature
553554
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
554555
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka: missing_feature
555556
tests/integrations/crossed_integrations/test_kinesis.py::Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES: missing_feature

manifests/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ manifest:
10781078
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Down_From_Start: v4.0.0
10791079
tests/ffe/test_dynamic_evaluation.py::Test_FFE_RC_Unavailable: flaky (FFL-1622)
10801080
tests/ffe/test_exposures.py: v4.2.0-dev
1081+
tests/ffe/test_flag_eval_metrics.py: missing_feature
10811082
tests/integration_frameworks/llm/anthropic/test_anthropic_apm.py::TestAnthropicApmMessages: v3.16.0
10821083
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages: v3.16.0
10831084
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create: missing_feature # ephemeral cache TTL metrics not yet released

manifests/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,7 @@ manifest:
10931093
- weblog_declaration:
10941094
"*": irrelevant
10951095
rails72: v2.23.0-dev
1096+
tests/ffe/test_flag_eval_metrics.py: missing_feature
10961097
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create_error: bug (MLOB-1234)
10971098
tests/integrations/crossed_integrations/test_kafka.py::Test_Kafka:
10981099
- weblog_declaration:

0 commit comments

Comments
 (0)