test_sync_auth_manager.js failing on comm-beta
Categories
(Thunderbird :: Upstream Synchronization, defect)
Tracking
(thunderbird_esr128 unaffected, thunderbird133 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr128 | --- | unaffected |
thunderbird133 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
test_sync_auth_manager.js is failing on beta because of a missing default preference. The test shouldn't even really be running on beta, but it has been for ages so I'm not going to change that now.
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Updated•16 days ago
|
Updated•16 days ago
|
Assignee | ||
Comment 3•16 days ago
|
||
Assignee | ||
Updated•15 days ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e264b2100cae
Stop enabling MOZ_SERVICES_SYNC outside the nightly build. r=rjl
Assignee | ||
Comment 6•15 days ago
|
||
Comment on attachment 9434098 [details]
Bug 1927940 - Stop enabling MOZ_SERVICES_SYNC outside the nightly build. r=#thunderbuild
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: none
Testing completed (on c-c, etc.): just landed on comm-central but changes nothing there
Risk to taking this patch (and alternatives if risky): none, everything connected to sync is already disabled on beta
Comment 7•14 days ago
|
||
Comment on attachment 9434098 [details]
Bug 1927940 - Stop enabling MOZ_SERVICES_SYNC outside the nightly build. r=#thunderbuild
[Triage Comment]
Approved for beta
Comment 8•14 days ago
•
|
||
bugherder uplift |
Comment 9•13 days ago
|
||
Packaging failures on beta:
package> error: $SRCDIR/comm/mail/installer/package-manifest.in:328: Missing file(s): bin/components/SyncComponents.manifest
Comment 10•13 days ago
|
||
Comment 11•13 days ago
|
||
Comment on attachment 9434822 [details]
Bug 1927940 - Do not package SyncComponents without MOZ_SERVICES_SYNC. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): 1927940
User impact if declined: build packaging fails
Testing completed (on c-c, etc.): local beta build
Risk to taking this patch (and alternatives if risky):
worst case is another failed build..
Comment 12•13 days ago
|
||
Comment on attachment 9434822 [details]
Bug 1927940 - Do not package SyncComponents without MOZ_SERVICES_SYNC. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 13•13 days ago
|
||
bugherder uplift |
Thunderbird 133.0b1:
https://hg.mozilla.org/releases/comm-beta/rev/a8853976dade
Assignee | ||
Comment 14•11 days ago
|
||
Uh?! I didn't realise there was another bit. Should've done a Try run, sorry.
Updated•10 days ago
|
Comment 15•10 days ago
|
||
Pushed by john@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/a3109cfa37b1
Do not package SyncComponents without MOZ_SERVICES_SYNC. r=aleca
Comment 16•10 days ago
|
||
Assignee | ||
Comment 17•10 days ago
|
||
Looks like we should use #ifdef NIGHTLY_BUILD
instead of #ifdef MOZ_SERVICES_SYNC
. I've come across it not being defined before and never really understood why.
Comment 18•10 days ago
|
||
I'd prefer to keep it MOZ_SERVICES_SYNC, as tying it to NIGHTLY_BUILD may cause issues for downstream builds.
Assignee | ||
Comment 19•7 days ago
|
||
This needs to land again. I've checked it locally on central and beta this time.
Comment 20•7 days ago
|
||
Pushed by john@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/e2c65b00c1ef
Do not package SyncComponents without MOZ_SERVICES_SYNC. r=aleca
Description
•