Skip to content
Merged
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
4 changes: 4 additions & 0 deletions tests/schemas/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ def test_library(self):
in (
scenarios.appsec_blocking,
scenarios.trace_stats_computation,
scenarios.trace_stats_computation_obfuscation_disabled,
scenarios.trace_stats_computation_future_obfuscation_version,
scenarios.trace_stats_computation_missing_obfuscation_version,
scenarios.trace_stats_computation_obfuscation_version_zero,
Comment on lines +104 to +107

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 Narrow the stats schema exemption to APMSP-2158 paths

For these newly added scenarios, this SchemaBug still has data_path=None, and tests/schemas/utils/schemas_validators.py:27 documents that None treats every data path as a known bug; assert_no_schema_error therefore drops every /v0.6/stats schema violation for the listed libraries in these CSS obfuscation scenarios. Since APMSP-2158 is only the known missing stats fields, unrelated regressions in the stats payload shape for these scenarios will now pass silently; please add path-specific exemptions instead of putting the scenarios under the endpoint-wide exemption.

Useful? React with 👍 / 👎.

scenarios.tracing_config_nondefault_3,
),
ticket="APMSP-2158",
Expand Down
Loading