Closed
Bug 1310036
Opened 9 years ago
Closed 9 years ago
Please deploy autopush 1.19.2 to PRODUCTION
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: cloud-services-qa, Assigned: oremj)
References
Details
------------------
RELEASE NOTES
------------------
https://github.com/mozilla-services/autopush/releases
COMPARISONS
https://github.com/mozilla-services/autopush/compare/1.18.0...1.19.0
https://github.com/mozilla-services/autopush/compare/1.19.0...1.19.1
https://github.com/mozilla-services/autopush/compare/1.19.1...1.19.2
TAGS
https://github.com/mozilla-services/autopush/releases/tag/1.19.2
https://github.com/mozilla-services/autopush/commit/a0f2e652ebd0e2525c90438178a05ab3302418e5
CHANGELOG
<a name="1.19.2"></a>
## 1.19.2 (2016-10-13)
#### Bug Fixes
* correct headers to use transcoded values ([0e5e1e34](https://github.com/mozilla-services/autopush/commit/0e5e1e3405093c00271eee820eb5f128143b652f))
* Set TTL to 0 if None when doing expiration checks (#701) ([0aab2a95](https://github.com/mozilla-services/autopush/commit/0aab2a95f4e635983d9a6104f1c8b05099c31131))
* do not return error informtion for 500 errors for router ([5206cab6](https://github.com/mozilla-services/autopush/commit/5206cab634fe20337ec8a0c5a555633ad5ae7ff6))
* simplify Message validation by passing WebPushNotification ([0a3d94da](https://github.com/mozilla-services/autopush/commit/0a3d94da33689142507d1f756b38290247e8b9bc))
* Stop splitting version info when logging for websocket ([bd3c2c30](https://github.com/mozilla-services/autopush/commit/bd3c2c3034e622990883a42bf4ada5378ce2d1b0))
* normalize channelids to JSON encodable entities ([777dff44](https://github.com/mozilla-services/autopush/commit/777dff4452a138dad82a6d9e7eb63180e1fec7c8))
#### Doc
* minor updates to the release workflow (#690) ([cc7cc306](https://github.com/mozilla-services/autopush/commit/cc7cc306ade7c35c4e12029085e1d816a6423b14))
Updated•9 years ago
|
Comment 1•9 years ago
|
||
here's what's on production pre-deployment:
----------------------------
URL CHECKS (PROD)
----------------------------
curl -s 'https://updates.push.services.mozilla.com/health' | python -mjson.tool
{
"clients": 0,
"prod.autopush.routerv2": {
"status": "OK"
},
"prod.autopush.storage": {
"status": "OK"
},
"status": "OK",
"version": "1.19.1"
}
curl -s 'https://updates.push.services.mozilla.com/status' | python -mjson.tool
{
"status": "OK",
"version": "1.19.1"
}
Comment 2•9 years ago
|
||
pre-deployment tests
----------------------------
E2E-TEST (PROD)
----------------------------
ap-loadtester: basic scenario - OK
e2e-test: Push Test Page - OK
--------------------------------
SENTRY TEST
--------------------------------
skipping Sentry tests til bug is resolved that's clogging sentry with alerts
Comment 3•9 years ago
|
||
:oremj has deployed this to PRODUCTION
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 4•9 years ago
|
||
----------------------------
URL CHECKS (PROD)
----------------------------
curl -s 'https://updates.push.services.mozilla.com/health' | python -mjson.tool
{
"clients": 0,
"prod.autopush.routerv2": {
"status": "OK"
},
"prod.autopush.storage": {
"status": "OK"
},
"status": "OK",
"version": "1.19.2"
}
curl -s 'https://updates.push.services.mozilla.com/status' | python -mjson.tool
{
"status": "OK",
"version": "1.19.2"
}
Comment 5•9 years ago
|
||
----------------------------
E2E-TEST (PROD)
----------------------------
ap-loadtester: basic and api_test scenarios - OK
e2e-test: Push Test Page - OK
Comment 6•9 years ago
|
||
----------------------------
E2E-TESTS: VAPID/Android
----------------------------
Additional E2E-test which includes VAPID, encryption:
https://jrconlin.github.io/Webpush_QA/
Desktop (Nightly). -- OK
Android -- FAIL
all tests passed except: "Received Data" and "Data decrypted"
Comment 7•9 years ago
|
||
----------------------------
SUMMARY
----------------------------
due to Android test failures, rolling back to 1.18.0
see:
Bug 1310062 - Please re-deploy autopush 1.18.0 to PRODUCTION - ROLLBACK
Resolution: FIXED → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•