Closed Bug 1688681 Opened 4 years ago Closed 4 years ago

socorro deploy: 2021.01.25

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 2021.01.25.

It consists of the following:

b5ff82d: bug 1682931: reduce JavaStackTrace confusion (willkg)
05d9e38: bug 1687907: add mozilla::detail::MutexImpl::mutexLock to sentinels (willkg)
389dde4: bug 1687987: stop using removed fields (willkg)

Tagged:

tag 2021.01.25
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date:   Mon Jan 25 12:53:01 2021 -0500

`b5ff82d`: bug 1682931: reduce JavaStackTrace confusion (willkg)
`05d9e38`: bug 1687907: add mozilla::detail::MutexImpl::mutexLock to sentinels (willkg)
`389dde4`: bug 1687987: stop using removed fields (willkg)

Deploy bug #1688681
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmAPBX0ACgkQGL3RpvBm
7BFZYgf/YYtd/KHPEyZlIiTfygBEr2UiE33xaxkl8s5t0ubm+Kvx0UxfVZFS4esw
KZbWAStucgGeQ+NGbAJUBfJoQFTO+VnrPjc1FuD1VKDHJRqA9UHC5KGWnUjSZsDT
npW7L4pVZ+iS2gpS76GznIjekG+GlG46vOgeZrypLMmtYq9cSrAEJwkLqc50Cixb
FsV4DSyda/jetwvg0bkbPWXMy5NeInS5+YR+PYjOVbsn+EgAOTpOZhJwNDalGSql
+KmDmSRpZIV3ArtbvJk0V8vn3nLKXxc74faVOGXKQ5b0vsdtWaDkvFjbU4lDdS+r
5FQBOA19LgOQn+96RaALsaaU2/4xPw==
=AOnb
-----END PGP SIGNATURE-----

commit 389dde47862cf5cc4bda35efb6a7c10dedd6f887 (HEAD -> main, tag: 2021.01.25, official/main)
Author: Will Kahn-Greene <willkg@mozilla.com>
Date:   Fri Jan 22 21:26:57 2021 -0500

    bug 1687987: stop using removed fields
    
    I did a pass on the collector and removed fields it was adding to the
    raw crash that we didn't need. This implements the other side of that
    and removes those fields from super search and the processed crash.
    
    This removes type_tag, legacy_processing, throttle_rate, and timestamp.
    
    This also reworks the DatesAndTimesRule processor rule which used
    timestamp to now use submitted_timestamp. I also had to fix the tests
    because they're using fictitious data which doesn't make sense and when
    I removed timestamp, that broke the tests.
    
    I also switched from using
    socorro.lib.datetimeutil.datetime_from_isodate_string to using
    datetime.datetime.fromisoformat which is new in Python 3.7 and is the
    inverse of datetime.datetime.isoformat() which we use to generate these
    values.

Pushed out and everything looks ok. Marking as FIXED.

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.