Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 45 additions & 4 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1709,25 +1709,64 @@ manifest:
- weblog_declaration:
"*": incomplete_test_app
express4: *ref_5_77_0
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Unknown_Operator_Tolerance::test_unknown_operator_errors: bug (FFL-2182)
uds-express4: v6.1.0 # TODO: a lower version might be supported
express5: v6.1.0 # TODO: a lower version might be supported
tests/ffe/test_dynamic_evaluation.py::Test_FFE_Unknown_Operator_Tolerance::test_unknown_operator_errors:
- declaration: bug (FFL-2182)
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
tests/ffe/test_exposures.py:
- weblog_declaration:
"*": incomplete_test_app
express4: *ref_5_77_0
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key: bug (FFL-1730)
uds-express4: v6.1.0 # TODO: a lower version might be supported
express5: v6.1.0 # TODO: a lower version might be supported
tests/ffe/test_exposures.py::Test_FFE_EXP_5_Missing_Targeting_Key:
- declaration: bug (FFL-1730)
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
tests/ffe/test_flag_eval_evp.py: missing_feature (FFL-2446)
tests/ffe/test_flag_eval_metrics.py:
- weblog_declaration:
"*": incomplete_test_app
express4: *ref_5_99_0
uds-express4: v6.1.0 # TODO: a lower version might be supported
express5: v6.1.0 # TODO: a lower version might be supported
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Basic:
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Basic::test_ffe_eval_metric_basic: bug (FFL-2313)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Numeric_To_Integer:
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Numeric_To_Integer::test_ffe_eval_metric_numeric_to_integer: bug (FFL-2313)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Parse_Error_Invalid_Regex:
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
? tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Parse_Error_Invalid_Regex::test_ffe_eval_metric_parse_error_invalid_regex
: bug (FFL-2313)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Parse_Error_Variant_Type_Mismatch:
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
? tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Metric_Parse_Error_Variant_Type_Mismatch::test_ffe_eval_metric_parse_error_variant_type_mismatch
: bug (FFL-2313)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Reason_Split:
- weblog_declaration:
uds-express4: incomplete_test_app
express5: incomplete_test_app
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Reason_Split::test_ffe_eval_reason_split: bug (FFL-2313)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Targeting_Key_Optional: bug (FFL-1730)
tests/ffe/test_flag_eval_metrics.py::Test_FFE_Eval_Targeting_Key_Optional: # TODO: a lower version might be supported
- declaration: bug (FFL-1730)
component_version: <6.1.0
weblog: [uds-express4, express4, express5]
- declaration: bug (FFL-1730)
excluded_weblog: [uds-express4, express4, express5]
tests/integration_frameworks/llm/anthropic/test_anthropic_apm.py::TestAnthropicApmMessages: *ref_5_71_0
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages: *ref_5_71_0
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py::TestAnthropicLlmObsMessages::test_create: missing_feature # ephemeral cache TTL metrics not yet released
Expand Down Expand Up @@ -2061,7 +2100,9 @@ manifest:
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV1_ServiceTargets::test_not_match_service_target: bug (APMAPI-865)
tests/parametric/test_dynamic_configuration.py::TestDynamicConfigV2: *ref_4_23_0
tests/parametric/test_ffe/test_dynamic_evaluation.py::Test_Feature_Flag_Dynamic_Evaluation: *ref_5_75_0
tests/parametric/test_ffe/test_span_enrichment.py: "missing_feature (dd-trace-js#8343)"
tests/parametric/test_ffe/test_span_enrichment.py: # TODO: a lower version might be supported
- declaration: missing_feature (dd-trace-js#8343)
component_version: <6.1.0
tests/parametric/test_headers_b3.py::Test_Headers_B3::test_headers_b3_migrated_extract_invalid: missing_feature (Need to remove b3=b3multi alias)
tests/parametric/test_headers_b3.py::Test_Headers_B3::test_headers_b3_migrated_extract_valid: missing_feature (Need to remove b3=b3multi alias)
tests/parametric/test_headers_b3.py::Test_Headers_B3::test_headers_b3_migrated_inject_valid: missing_feature (Need to remove b3=b3multi alias)
Expand Down
Loading