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
55 changes: 50 additions & 5 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,39 @@ manifest:
tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span: missing_feature (missing /e2e_otel_span endpoint on weblog)
tests/apm_tracing_e2e/test_otel.py::Test_Otel_Span::test_distributed_otel_trace: irrelevant (Golang specific test with OTel Go contrib package)
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags: v4.1.0
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_remote_config_process_tags_svc: missing_feature
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_telemetry_process_tags_svc: missing_feature
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_tracing_process_tags_svc: missing_feature
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_remote_config_process_tags_svc: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
flask-poc: '>=4.9.0'
python3.12: '>=4.9.0'
django-py3.13: '>=4.9.0'
fastapi: '>=4.9.0'
uds-flask: '>=4.9.0'
django-poc: '>=4.9.0'
tornado: '>=4.9.0'
uwsgi-poc: '>=4.9.0'
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_telemetry_process_tags_svc: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
flask-poc: '>=4.9.0'
python3.12: '>=4.9.0'
django-py3.13: '>=4.9.0'
fastapi: '>=4.9.0'
uds-flask: '>=4.9.0'
django-poc: '>=4.9.0'
tornado: '>=4.9.0'
uwsgi-poc: '>=4.9.0'
tests/apm_tracing_e2e/test_process_tags.py::Test_Process_Tags::test_tracing_process_tags_svc: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
flask-poc: '>=4.9.0'
python3.12: '>=4.9.0'
django-py3.13: '>=4.9.0'
fastapi: '>=4.9.0'
uds-flask: '>=4.9.0'
django-poc: '>=4.9.0'
tornado: '>=4.9.0'
uwsgi-poc: '>=4.9.0'
tests/apm_tracing_e2e/test_single_span.py::Test_SingleSpan: missing_feature (missing /e2e_otel_span endpoint on weblog)
tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_processors: v2.6.0
tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_scanners: v2.6.0
Expand Down Expand Up @@ -2045,7 +2075,12 @@ manifest:
tests/stats/test_stats.py::Test_Client_Stats::test_is_trace_root:
- weblog_declaration:
"*": v2.8.0
tests/stats/test_stats.py::Test_Client_Stats::test_top_level_service: missing_feature (Python does not set top-level Service field in stats payload)
tests/stats/test_stats.py::Test_Client_Stats::test_top_level_service: # TODO: a lower version might be supported
- declaration: missing_feature (Python does not set top-level Service field in stats payload)
component_version: <4.9.0
weblog: [flask-poc, python3.12, django-py3.13, fastapi, uds-flask, django-poc, tornado, uwsgi-poc]
- declaration: missing_feature (Python does not set top-level Service field in stats payload)
excluded_weblog: [flask-poc, python3.12, django-py3.13, fastapi, uds-flask, django-poc, tornado, uwsgi-poc]
tests/stats/test_stats.py::Test_Stats_Service_Source: irrelevant (Only implemented for Java)
tests/stats/test_stats.py::Test_Time_Bucketing::test_client_side_stats_bucket_alignment: # Modified by easy win activation script
- weblog_declaration:
Expand Down Expand Up @@ -2200,7 +2235,17 @@ manifest:
django-py3.13: v4.3.1 # Modified by easy win activation script
python3.12: v2.1.0
tests/test_profiling.py::Test_Profile::test_process_tags: v4.2.0+dev
tests/test_profiling.py::Test_Profile::test_process_tags_svc: missing_feature
tests/test_profiling.py::Test_Profile::test_process_tags_svc: # TODO: a lower version might be supported
- weblog_declaration:
'*': missing_feature
flask-poc: '>=4.9.0'
python3.12: '>=4.9.0'
django-py3.13: '>=4.9.0'
fastapi: '>=4.9.0'
uds-flask: '>=4.9.0'
django-poc: '>=4.9.0'
tornado: '>=4.9.0'
uwsgi-poc: '>=4.9.0'
tests/test_protobuf.py: missing_feature
tests/test_resource_renaming.py::Test_Resource_Renaming_HTTP_Endpoint_Tag: v3.17.0
tests/test_resource_renaming.py::Test_Resource_Renaming_Stats_Aggregation_Keys: v3.17.0
Expand Down
Loading