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
13 changes: 12 additions & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,12 @@ manifest:
component_version: <3.0.0
tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Line_Capture_Expressions: missing_feature (Not yet implemented)
tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Method_Capture_Expressions: missing_feature (Not yet implemented)
tests/debugger/test_debugger_capture_expressions_errors.py::Test_Debugger_Filter_Rejected_Capture_Expression_Error: missing_feature (Not yet implemented)
tests/debugger/test_debugger_capture_expressions_errors.py::Test_Debugger_Filter_Rejected_Capture_Expression_Error: # TODO: a lower version might be supported
- declaration: missing_feature (Not yet implemented)
component_version: <4.13.1
weblog: [uwsgi-poc, flask-poc, uds-flask]
- declaration: missing_feature (Not yet implemented)
excluded_weblog: [uwsgi-poc, flask-poc, uds-flask]
tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins:
- weblog_declaration:
"*": missing_feature
Expand Down Expand Up @@ -1416,6 +1421,12 @@ manifest:
django-py3.13: missing_feature
tornado: missing_feature
fastapi: missing_feature
- weblog_declaration:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Replace duplicate skip with activation thresholds

When this commit is used to auto-activate test_symdb_upload, this added block only appends a second weblog_declaration with the same weblogs that are already declared as missing_feature immediately above. The manifest parser expands each weblog_declaration and get_rules appends all matching declarations, so for django-py3.13, tornado, django-poc, python3.12, and fastapi the test still receives a missing_feature declaration instead of becoming active; the easy-win activation is therefore a no-op for exactly the variants this block touches.

Useful? React with 👍 / 👎.

fastapi: missing_feature
python3.12: missing_feature
django-poc: missing_feature
django-py3.13: missing_feature
tornado: missing_feature
tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry: v2.11.0
tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry::test_telemetry_co:
- declaration: missing_feature (DEBUG-3550)
Expand Down
Loading