Closed
Bug 1485192
Opened 7 years ago
Closed 7 years ago
Please deploy and test autopush 1.59.1 in PRODUCTION
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: grumpy, Assigned: oremj)
Details
Please deploy and test autopush 1.50.1 in production. NOTE -- this is a deployment out of the normal deployment schedule to fix behaviour of 1.49.2 observed in production after deployment.
1.50.1
Bug Fixes
timeout gcm calls (440a9d83, closes #1285)
1.59.1
Features
improve endpoint_diagnostic tool and documents (66c9a21e, closes #1281)
Bug Fixes
disallow negative ttls (3d9b6713, closes #1276)
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → oremj
QA Contact: chartjes
Reporter | ||
Comment 1•7 years ago
|
||
URL AND SENTRY CHECKS
pytest -v --env=production --api-version=1.50.1 tests/
tests/test_sentry.py::test_generate_logcheck_error PASSED
tests/test_urls.py::test_status_endpoint PASSED
Sentry reported the following client info
{'ami_id': 'ami-05280b69a9e8c79f5', 'authorization': [Filtered], 'message_ttl': None, 'python_version': '2.7.13 (84a2f3e6a7f8, Oct 03 2017, 11:00:55)
[PyPy 5.9.0 with GCC 6.2.0 20160901]', 'remote_ip': '108.160.90.26, 172.31.37.26', 'request_id': '37c359d4-6044-4829-b85d-647336cabcd5', 'uri': '/v1/err/crit', 'user_agent': 'python-requests/2.14.2'}
whatsmyip.com reports my IP address as 108.160.90.26
PASS
Reporter | ||
Comment 2•7 years ago
|
||
E2E-TESTS: VAPID (+Android)
Additional E2E-test which includes VAPID, encryption:
https://jrconlin.github.io/Webpush_QA/
FF Android (Nightly, Release) -- PASS
Reporter | ||
Comment 3•7 years ago
|
||
SCENARIO TESTING
https://github.com/mozilla-services/ap-loadtester/
MULTI-SCENARIO (SOAK) TESTS
[0]. aplt_scenario basic PASS
[1]. aplt_scenario api_test PASS
[2]. aplt_scenario loadtest (5 minute duration) PASS
Reporter | ||
Comment 4•7 years ago
|
||
DESKTOP E2E PUSH TEST
Install Docker, grab the image firefoxtesteng/autopush-e2e-test and then start the container using the command:
docker run -d -p 8201:8201 firefoxtesteng/autopush-e2e-test
Using a fresh profile for Firefox, go to to http://localhost:8201
* go to about:config and set dom.push.serverURL = wss://push.services.mozilla.com/
Test #1
* with 'service-worker.js' selected click on 'Register Service Worker' and see the messages:
registering service worker
registered service worker. scope: http://localhost:8201/
* alter the 'Title' and 'Body' fields in the Notifications Property form to unique values
* click on 'pop Notification' and verify the notification contains your expected Title and Body
* click on 'close Notification' and verify the notification is closed
Test #2
* click on 'subscribe to push'
* change values for 'repeat' and 'delay' to have at least 2 messages with at least 5 seconds between them
* click on 'XHR to webpush app-server' and verify the number of messages sent and the delay between them is accurate
PASS
Reporter | ||
Comment 5•7 years ago
|
||
iOS: SYNC + FxA + PUSH TEST
SETUP
- Get account for buddybuild (from: njpark)
- Download “TestFlight” app
- Receive invite to use, enter code
- Get latest Beta Build (“click Update, if needed”)
- Create new FxA accounts (against PROD FxA server)
- Login to FxA account with a fresh Firefox profile
- Save some bookmarks and create some navigation history
TEST STEPS (STR)
- Go to settings in new download of Firefox iOS app
- Login to new FxA (PROD) account
- wait or force sync activity
- Observe bookmarks and history appear in Firefox browser
RESULTS
- bookmark sync - PASS
Reporter | ||
Comment 6•7 years ago
|
||
TOPIC SERVER
Follow directions at https://github.com/jrconlin/topics using new profile in Firefox desktop release.
PASS
Reporter | ||
Comment 7•7 years ago
|
||
QA validates the deployment of 1.50.1 to PRODUCTION.
Flags: needinfo?(oremj)
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(oremj)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•