Closed
Bug 1788533
Opened 2 years ago
Closed 2 years ago
fix validate_processed_crash.py to handle pattern_properties better
Categories
(Socorro :: Processor, defect, P2)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(2 files)
validate_processed_crash.py
handles pattern_properties poorly. This manifests itself in two ways:
- The list of schema keys not in documents lists a bunch of pattern properties that totally are in documents. For example, registers.
- The list of document keys not in the schema lists a bunch of keys that are totally in the schema, but as pattern_properties. For example, registers. The output I have to ignore here is quite large and it's hard to see the real issues because of it.
This covers reworking that code to eliminate both problems.
Assignee | ||
Comment 1•2 years ago
•
|
||
Grabbing this because I started working on it already on account of it making it a lot harder to update rust-minidump.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
This went to prod just now in bug #1788726. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•