Please test autopush 1.54.1 on STAGE
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
People
(Reporter: grumpy, Assigned: grumpy)
References
Details
QA is to test autopush release 1.54.1 on STAGE as a requirement of doing a later production push.
Bug Fixes
Handle FCM client not available (7c63c14e, closes #1348)
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
URL and Sentry tests
pytest --env=stage --api-version=1.54.1 tests/
========================================================= test session starts =========================================================
platform linux2 -- Python 2.7.15, pytest-4.1.0, py-1.7.0, pluggy-0.8.0 -- /home/chartjes/.local/share/virtualenvs/autopush-integration-
tests-EcyFGSW_/bin/python
cachedir: .pytest_cache
rootdir: /mnt/c/Users/chartjes/mozilla-services/autopush-integration-tests, inifile: tox.ini
plugins: variables-1.7.1, testrail-2.3.2
collected 2 items
tests/test_sentry.py::test_generate_logcheck_error PASSED [ 50%]
tests/test_urls.py::test_status_endpoint PASSED [100%]
Sentry reported the logcheck error that was deliberately generated. It reported the following details:
{'ami_id': 'ami-02a73336cd9279a49', 'authorization': [Filtered], 'message_ttl': None, 'python_version': '2.7.13 (8cdda8b8cdb8, Apr 14 2019, 14:06:44)
[PyPy 7.1.1 with GCC 6.2.0 20160901]', 'remote_ip': '108.160.90.26, 172.31.15.21', 'request_id': '3996bf2d-7f96-4c70-8330-4fb181fb821a', 'uri': '/v1/err/crit', 'user_agent': 'python-requests/2.21.0'}
PASS
| Assignee | ||
Comment 2•6 years ago
|
||
E2E TEST: TOPICS
Additional E2E-test which includes testing of notification bundling for stored messages
Install Docker, grab the image chartjes/topicserver-tests and then start the container using the command:
docker run -d -p 8200:8200 chartjes/topicserver-tests
Start Firefox with a clean profile
Set dom.push.serverURL to wss://autopush.stage.mozaws.net/
Go to http://localhost:8200
Follow the instructions on the web page
Desktop (Release). -- PASS on stage
| Assignee | ||
Comment 3•6 years ago
|
||
E2E-TESTS: VAPID (+Android)
Additional E2E-test which includes VAPID, encryption:
https://jrconlin.github.io/Webpush_QA/
Android (Nightly, Release) -- PASS
NOTE:
This page can also be used to test Android, however,
on STAGE / PROD gcm path + senderID must be appended (see below).
oremj> the sender ids are 965234145045 and 829133274407 (for both STAGE & PROD)
STAGE:
dom.push.serverURL = https://updates-autopush.stage.mozaws.net/v1/gcm/829133274407
PROD:
dom.push.serverURL = https://updates.push.services.mozilla.com/v1/gcm/829133274407
unlike paths for desktop (uses sockets):
STAGE:
dom.push.serverURL = wss://autopush.stage.mozaws.net/
PROD:
dom.push.serverURL = wss://push.services.mozilla.com/
PASS on stage
| Assignee | ||
Comment 4•6 years ago
|
||
E2E-TESTS
DESKTOP E2E PUSH TEST
Install Docker, grab the image firefoxtesteng/autopush-e2e-test and then start the container using the command:
docker run -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://autopush.stage.mozaws.net
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
PASSES on STAGE
| Assignee | ||
Comment 5•6 years ago
|
||
FCM/GCM Testing on Android
Using an Android device with Firefox configured to point to the staging push server, the following page was loaded and the instructions followed to verify functionality:
https://mozilla-services.github.io/WebPushDataTestPage
PASS on stage
QA validates autopush 1.54.1 on STAGE and approves pushing it to production.
Comment 6•6 years ago
|
||
It looks like prod is still running 1.53.1
Latest release was 1.54.3 :) Chris, do you know if something is blocking here?
Updated•5 years ago
|
Description
•