Skip to content

Commit

Permalink
Fixup with new additions to debugger system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Sep 30, 2024
1 parent ebb2cbc commit 9ea2886
Show file tree
Hide file tree
Showing 22 changed files with 1,081 additions and 68 deletions.
16 changes: 8 additions & 8 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ tests/:
Test_UserBlocking_FullDenylist: v0.86.3
debugger/:
test_debugger_exception_replay.py:
Test_Debugger_Exception_Replay: irrelevant
Test_Debugger_Exception_Replay: v1.4.0
test_debugger_expression_language.py:
Test_Debugger_Expression_Language: v1.3.0
Test_Debugger_Expression_Language: v1.4.0
test_debugger_pii.py:
Test_Debugger_PII_Redaction: v1.3.0
Test_Debugger_PII_Redaction: v1.4.0
test_debugger_probe_snapshot.py:
Test_Debugger_Line_Probe_Snaphots: v1.3.0
Test_Debugger_Method_Probe_Snaphots: v1.3.0
Test_Debugger_Mix_Log_Probe: v1.3.0
Test_Debugger_Line_Probe_Snaphots: v1.4.0
Test_Debugger_Method_Probe_Snaphots: v1.4.0
Test_Debugger_Mix_Log_Probe: v1.4.0
test_debugger_probe_status.py:
Test_Debugger_Probe_Statuses: irrelevant
integrations/:
Expand Down Expand Up @@ -317,8 +317,8 @@ tests/:
Test_RemoteConfigurationExtraServices: missing_feature
Test_RemoteConfigurationUpdateSequenceASMDDNoCache: irrelevant (cache is implemented)
Test_RemoteConfigurationUpdateSequenceFeaturesNoCache: irrelevant (cache is implemented)
Test_RemoteConfigurationUpdateSequenceLiveDebugging: missing_feature
Test_RemoteConfigurationUpdateSequenceLiveDebuggingNoCache: missing_feature
Test_RemoteConfigurationUpdateSequenceLiveDebugging: v1.4.0
Test_RemoteConfigurationUpdateSequenceLiveDebuggingNoCache: irrelevant (cache is implemented)
serverless/:
test_span_pointers.py:
Test_SpanPointers: missing_feature
Expand Down
Loading

0 comments on commit 9ea2886

Please sign in to comment.