Closed
Bug 1376798
Opened 8 years ago
Closed 8 years ago
'use stage servers' switch should apply to sync, push, fxa setting
Categories
(Firefox for iOS :: Sync, enhancement, P2)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | 8.0+ | --- |
People
(Reporter: njpark, Assigned: st3fan)
Details
(Whiteboard: [AutoPush])
Attachments
(1 file)
The debug menu "Debug: use stage servers" currently sets the sync server to staging. After talking with the FxA QA, it looks like this switch should also set the fxa and push server to staging as well, since when a server of one service is set to staging, all other services should be set to staging as well.
ni?ing Richard if there's something I missed in explanation.
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(rpappalardo)
| Reporter | ||
Updated•8 years ago
|
Whiteboard: auopush+
| Assignee | ||
Updated•8 years ago
|
tracking-fxios:
--- → ?
Whiteboard: auopush+ → [AutoPush]
Comment 1•8 years ago
|
||
(In reply to No-Jun Park [:njpark] from comment #0)
> The debug menu "Debug: use stage servers" currently sets the sync server to
> staging. After talking with the FxA QA, it looks like this switch should
> also set the fxa and push server to staging as well, since when a server of
> one service is set to staging, all other services should be set to staging
> as well.
>
> ni?ing Richard if there's something I missed in explanation.
When we do stage testing of a web service that requires other services we maintain (i.e. Hello firefox used FxA + loop-server), we typically make sure that any test client we use only points to the other web services within the stage IAM as well. There are exceptions to this, but in general the stage environment often has configurations closely tied with other web services intended to work together in one environment. Being able to switch from a production to stage configuration within the iOS client would be essential for doing deployment verification with autopush, Sync services to stage and prod.
Thanks!
Updated•8 years ago
|
Priority: -- → P2
Comment 2•8 years ago
|
||
Also, when we do deployment verification testing, we need to always confirm ahead of time the connection settings for all the services we use (Fxa, Sync and autopush). If that info is hidden on the client, we won't be able to confirm whether or not we're using stage or production. If you could please display all the server settings on the client, that would be helpful.
Flags: needinfo?(rpappalardo)
Comment 3•8 years ago
|
||
See also bug 1249520, where desktop may read an end-point from the FxA server to work out how to configure other various preferences.
| Assignee | ||
Comment 4•8 years ago
|
||
This patch selects the autopush staging servers if you enable the secret menu option. Before this patch we only used the staging servers for FxA and Sync. Now we also switch to AutoPush.
This will work on Firefox, Firefox Beta and Fennec.
This is a request from QA so that they test on a consistent staging environment for all services that we talk to.
*Note* - For consistency, Fennec will also switch to Staging Servers. Before this patch it would switch to the Development version. I don't think that was actively used, if it was, we can re-introduce that or not make that change.
Assignee: nobody → sarentz
Comment 5•8 years ago
|
||
Comment on attachment 8882692 [details] [review]
PR https://github.com/mozilla-mobile/firefox-ios/pull/2871
R+ with comment. See PR.
Attachment #8882692 -
Flags: review+
| Assignee | ||
Comment 6•8 years ago
|
||
Landed on master, uplifted to v8.x
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•