Closed Bug 1788726 Opened 2 years ago Closed 2 years ago

socorro deploy: 2022.09.01

Categories

(Socorro :: Infra, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

We want to do a deploy for socorro tagged 2022.09.01.

It consists of the following:

fbeb0df: bug 1779630: update rust-minidump to 0.14.0 (willkg)
a433e0a: Stop adding ReleaseChannel to processed crash (willkg)
049a8be: bug 1788228: update sentry to 1.9.5 (willkg)
06a30d9: Fix column widths in validate_processed_crash.py output (willkg)
a3082d1: bug 1788533: support pattern_properties better (willkg)
5fed569: bug 1788533: support pattern_properties for schema keys in doc (willkg)
989ef17: bug 17885331: fix Accessibility processing (willkg)

Tagged 2022.09.01:

tag 2022.09.01
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date:   Thu Sep 1 14:09:07 2022 -0400

Tag 2022.09.01 (bug #1788726)

`fbeb0df`: bug 1779630: update rust-minidump to 0.14.0 (willkg)
`a433e0a`: Stop adding ReleaseChannel to processed crash (willkg)
`049a8be`: bug 1788228: update sentry to 1.9.5 (willkg)
`06a30d9`: Fix column widths in validate_processed_crash.py output (willkg)
`a3082d1`: bug 1788533: support pattern_properties better (willkg)
`5fed569`: bug 1788533: support pattern_properties for schema keys in doc (willkg)
`989ef17`: bug 17885331: fix Accessibility processing (willkg)

Deploy bug #1788726
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmMQ9UMACgkQGL3RpvBm
7BHp9wf8CajzZWaK9ALD0ZjE+LrUuiDfX4NDvgxrcqzi+OY2zk7n3mBD1oKmCCf+
QD/do7/McsLJVm2zPWxQW+pY5JngNkh6sTmhzZA7uviEBUtrDix59YkwkQjMn1St
0v8g6OvFhj/W7u9ZUOvGc+K1f9rtXkbKoksQjZZIQgmLQw6OfcbOlSho2Llk751G
Rc+YjMpEAwDinBiRdoqFNNYTyZ9wN6ImhpGX0qdkU//x0618biH+0dvw8vEv3ipO
7lYUsFl33JfhfafIzz31RwYwhiY08kIJSfyRdu01/m90SLNOIOXsmnFrwyOQeErI
2L92+A4KLbNQsMG99TMnYHGqGyFL6Q==
=tD5t
-----END PGP SIGNATURE-----

commit 989ef176a13c9d85bd1ed1fa1056190b4878e687
Author: Will Kahn-Greene <willkg@mozilla.com>
Date:   Thu Sep 1 10:33:22 2022 -0400

    bug 17885331: fix Accessibility processing
    
    The Accessibility field is in a crash report and set to "Active" by the
    accessibility service when it is active. Otherwise it's not in the crash
    report at all. The processed crash schema expects a boolean. Super
    Search expects a boolean. The telemetry schema expects a string and the
    value that Socorro sent to telemetry was "Active".
    
    This reconciles all this down to setting the value in the processed
    crash to True if the annotation exists and the value is "Active" and
    False otherwise. It converts that to a "1" for Telemetry.

Everything looks good. 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.