Closed
Bug 1854256
Opened 2 years ago
Closed 2 years ago
tecken deploy: 2023.09.20-2
Categories
(Tecken :: General, task, P2)
Tecken
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for tecken tagged 2023.09.20-2.
It consists of the following:
9febd61: bug 1854206: fix url for try symbols (willkg)
f7a853f: bug 1854219: fix unboundlocalerror in extract_sym_header_data (willkg)
This fixes some stability problems pushed out in the 2023.09.20 deploy.
| Assignee | ||
Comment 1•2 years ago
|
||
Tagged 2023.09.20-2:
tag 2023.09.20-2
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Sep 20 16:33:55 2023 -0400
Tag 2023.09.20-2 (bug #1854256)
`9febd61`: bug 1854206: fix url for try symbols (willkg)
`f7a853f`: bug 1854219: fix unboundlocalerror in extract_sym_header_data (willkg)
Deploy bug #1854256
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmULVzMACgkQGL3RpvBm
7BHLdgf8DZgDBC8xa4mNqStCjBWT/7YTsaKBoghylik2Wm66V8MNyFYGTpImSnVQ
jgfpgFOlC9132cUFklPQ3h2j9Pw4RwdAwbbEPVaClVIWq7+eCGLTrwasptHWE6p2
+jPmY+9lOWYfCYogzHAQYelqK00LkJD52Y0/AYV4MnkwwIN+YQ4ZO2eQLaYtscfP
sQICrjdvFe1AJFOORmM5IA/U0M6OsUd1F9Jh3enAHKOa722cdGjU/bbpVTH+Hluo
EIqCy4MMmBCO86YrrCvHDswMiwdxJJWijO22zV1a6gSJFpWZBznX+JwcC/dGOnWZ
KmddQB8wRmOebTZLAPS/2vdh0lQ3mw==
=r/y8
-----END PGP SIGNATURE-----
commit f7a853f42ddf94b75691e95a22bd2e5204b130bc
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Sep 20 15:49:55 2023 -0400
bug 1854219: fix unboundlocalerror in extract_sym_header_data
This fixes the unboundlocalerror when creating the SymParseError. It
also fixes the memory usage issue by switching to readline instead of
readlines.
The deploy completed. I'm keeping an eye on dashboards to determine whether it's better or not now.
| Assignee | ||
Comment 2•2 years ago
|
||
Dashboards show Tecken is stable now. I don't see ELB 5xx errors or unhealthy hosts. The Sentry errors also cleared up. 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
•