In app listing of libraries used is empty
Categories
(Firefox for Android :: Tooling, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | unaffected |
| firefox137 | --- | unaffected |
| firefox138 | --- | fixed |
People
(Reporter: aaronmt, Assigned: adhingra)
References
(Regression)
Details
(Keywords: regression, reproducible, ui-test-bug-auto-found, Whiteboard: [fxdroid][group3])
Attachments
(2 files)
Currently, with https://phabricator.services.mozilla.com/D232874 and https://phabricator.services.mozilla.com/D236898 – release variant builds of Fenix and Focus expose an empty listing of libraries used (via com.google.android.gms.oss.licenses.plugin.LicensesTask) is empty.
Caught via UI tests [verifyLibrariesListInReleaseBuilds / openLibrariesThatWeUse]
On auto-land as of filing this is resolved via partial back-out https://hg.mozilla.org/integration/autoland/rev/790ac1b51b6a39a0b472e25e5777a436410420f1)
| Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
:adhingra, since you are the author of the regressor, bug 1924520, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 2•1 year ago
|
||
As tracking in https://bugzilla.mozilla.org/show_bug.cgi?id=1946302, com.google.android.gms.oss.licenses.plugin.LicensesTask is not compatible with configuration-cache. The solution originally used was to report those issues as warnings and still attempt to build. This caused issues with UI test in Nightly where in app listing of libraries used is empty.
This patch removes the warnings, the side effect of which is that any tasks using oss plugin will not use configuration-cache, for example, fenix:assembleDebug. A better solution will be tracked in bug 1946302.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•