Skip to content
Open
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions manifests/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ manifest:
tests/appsec/smoke_tests/test_apm_standalone.py:
- component_version: "<7.77.0-0"
declaration: irrelevant (APM Standalone option was added in 7.77.0)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- component_version: "<7.77.1"
weblog_declaration:
chi: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
echo: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
gin: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
net-http: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
net-http-orchestrion: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
uds-echo: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- component_version: "<7.77.1"
weblog_declaration:
chi: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
echo: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
gin: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
net-http: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
net-http-orchestrion: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
uds-echo: irrelevant (Go DI requires datadog-agent >= 7.77.1 for the `when` clause)
tests/debugger/test_debugger_probe_snapshot.py::Test_Debugger_Line_Probe_Snaphots::test_log_line_snapshot:
- component_version: ">=7.79.0-devel"
weblog_declaration:
Expand Down
6 changes: 6 additions & 0 deletions manifests/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,12 @@ manifest:
weblog: [uds, poc]
- declaration: missing_feature (Not yet implemented)
excluded_weblog: [uds, poc]
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL::test_invalid_condition_dsl_probe_rejected: missing_feature (Dotnet compiles probe conditions lazily on first evaluation, so there is no install-time validation step to reject the probe.)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error: v2.53.0
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_emits_error_only_snapshot
: bug (DEBUG-5699)
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_rate_limited
: bug (DEBUG-5703)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay:
- weblog_declaration:
"*": v2.50.0
Expand Down
6 changes: 6 additions & 0 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,12 @@ manifest:
tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Method_Capture_Expressions: v2.2.3
tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Method_Capture_Expressions::test_complex_capture_expressions: missing_feature (index expression not yet supported in Go system-probe)
tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins: missing_feature (feature not implemented)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL: v2.2.3
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error: v2.2.3
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_emits_error_only_snapshot
: bug (DEBUG-5700)
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_probe_installs
: bug (DEBUG-5710)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay: missing_feature (feature not implemented)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_firsthit: missing_feature (Implemented only for dotnet)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_outofmemory: missing_feature (Implemented only for dotnet)
Expand Down
22 changes: 22 additions & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2893,6 +2893,28 @@ manifest:
- weblog_declaration:
"*": missing_feature (Implemented for spring-mvc)
spring-boot: v0.0.0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- weblog_declaration:
"*": missing_feature
spring-boot: v1.38.0
spring-boot-jetty: v1.38.0
spring-boot-openliberty: v1.38.0
spring-boot-payara: v1.38.0
spring-boot-undertow: v1.38.0
spring-boot-wildfly: v1.38.0
uds-spring-boot: v1.38.0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": missing_feature
spring-boot: v1.38.0
spring-boot-jetty: v1.38.0
spring-boot-openliberty: v1.38.0
spring-boot-payara: v1.38.0
spring-boot-undertow: v1.38.0
spring-boot-wildfly: v1.38.0
uds-spring-boot: v1.38.0
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_rate_limited
: bug (DEBUG-5704)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay:
- weblog_declaration:
"*": missing_feature
Expand Down
12 changes: 12 additions & 0 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,18 @@ manifest:
fastify: *ref_5_24_0
nextjs: missing_feature
uds-express4: *ref_5_54_0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- weblog_declaration:
"*": *ref_5_46_0
nextjs: irrelevant
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": *ref_5_46_0
nextjs: irrelevant
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_emits_error_only_snapshot
: bug (DEBUG-5701)
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_rate_limited
: bug (DEBUG-5705)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay: missing_feature
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_firsthit: missing_feature (Implemented only for dotnet)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_outofmemory: missing_feature (Implemented only for dotnet)
Expand Down
11 changes: 11 additions & 0 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,17 @@ manifest:
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: v1.19.0
tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins::test_code_origin_entry_present: irrelevant (HTTP entry spans in PHP-FPM/Apache are C-level; execute stack is empty at span close time so no user frames are captured)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- weblog_declaration:
"*": missing_feature
apache-mod-8.0: v1.13.0+4663b2fa7c20c6920f347d059b57dc2a419cb7f7
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL::test_invalid_condition_dsl_probe_rejected: bug (DEBUG-5708)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": missing_feature
apache-mod-8.0: v1.13.0+4663b2fa7c20c6920f347d059b57dc2a419cb7f7
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_rate_limited
: bug (DEBUG-5706)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay: v1.19.0
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_firsthit: missing_feature (Implemented only for dotnet)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_outofmemory: missing_feature (Implemented only for dotnet)
Expand Down
9 changes: 9 additions & 0 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,15 @@ manifest:
- weblog_declaration:
"*": missing_feature
*flask: v2.11.0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- weblog_declaration:
"*": missing_feature
*flask: v2.11.0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL::test_invalid_condition_dsl_probe_rejected: bug (DEBUG-5709)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": missing_feature
*flask: v2.11.0
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay:
- weblog_declaration:
"*": missing_feature
Expand Down
16 changes: 16 additions & 0 deletions manifests/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,22 @@ manifest:
rails80: missing_feature (feature not implemented)
uds-rails: missing_feature (feature not implemented)
tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins::test_code_origin_entry_present: missing_feature (Not yet implemented)
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Invalid_Condition_DSL:
- weblog_declaration:
"*": irrelevant
rails72: v2.22.0
rails80: v2.22.0
uds-rails: v2.22.0
tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error:
- weblog_declaration:
"*": irrelevant
rails72: v2.22.0
rails80: v2.22.0
uds-rails: v2.22.0
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_emits_error_only_snapshot
: bug (DEBUG-5702)
? tests/debugger/test_debugger_condition_errors.py::Test_Debugger_Runtime_Condition_Error::test_runtime_condition_error_rate_limited
: bug (DEBUG-5707)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay: missing_feature (feature not implemented)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_firsthit: missing_feature (Implemented only for dotnet)
tests/debugger/test_debugger_exception_replay.py::Test_Debugger_Exception_Replay::test_exception_replay_outofmemory: missing_feature (Implemented only for dotnet)
Expand Down
Loading
Loading