Closed
Bug 1451484
Opened 7 years ago
Closed 6 years ago
Land Webcompat GoFaster webextension port in Fenenc
Categories
(Web Compatibility :: Interventions, enhancement, P1)
Web Compatibility
Interventions
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aswan, Assigned: denschub)
References
Details
(Whiteboard: [priority:medium])
Attachments
(3 obsolete files)
In bug 1386807, webcompat will become a hybrid extension. But eventually it will need to get move off bootstrap altogether.
Reporter | ||
Updated•7 years ago
|
Component: General → Go Faster
Comment 1•6 years ago
|
||
Marking as P2 to get it on my dashboards and since it seems to align with the bootstrapped add-ons deprecation timeframe. Please modify according to our plans.
Priority: -- → P2
Assignee | ||
Comment 2•6 years ago
|
||
I'm taking this and lifting it to P1, as this will be one of the very next GoFaster tasks I will be working on to avoid any blockers for the addons-team. :)
Assignee: nobody → dschubert
Priority: P2 → P1
Assignee | ||
Comment 3•6 years ago
|
||
Update: According to Tom, the addons team would really much like us to be done in 64, so I am now actively working on this.
Assignee | ||
Comment 4•6 years ago
|
||
Attaching a link to the Pull Request so people can track the current work-in-progress source.
Pushed a new try run, as my last one didn't cover Android and some codes have changed, so I want to be sure we still do not set the tree on fire.
Try run is at [0], Talos results will be visible on [1].
[0]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8e71e2cde7e7155efcfb6ebaca586db58b06f6f4
[1]: https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=8e71e2cde7e7155efcfb6ebaca586db58b06f6f4
Assignee | ||
Comment 5•6 years ago
|
||
From a previous try run [0], I am aware that there is an apparent memleak with this extension. It's noteworthy that the leakcheck only triggers on serviceworker tests inside `dom/serviceworkers/test/`. After talking to Tom, I gathered that this might not be an actual leak at all, but simply something the tests don't expect. However, folks in #memshrink gave me valuable advise on how to further dig into this, which I will do today, to verify whether this is an issue or not - and if it is, how we can fix it. Will escalate this if I can't figure something out by this evening, as our timeline is rather ... short. :)
The old try run also showed some significant performance impacts, but I did not look deeper into them just yet.
[0]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=856cf6b19016f8aac28568291ac9a356fd5840d8
[1]: https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&newProject=try&newRevision=856cf6b19016f8aac28568291ac9a356fd5840d8&framework=1&showOnlyImportant=1&selectedTimeRange=172800
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
For some reason, Android seems to have issues with running tests with this patch attached. As one can see in this try run https://treeherder.mozilla.org/#/jobs?repo=try&revision=ad354439cd63e039cece6a92adce3413dc0825a0, all mochitests fail. In the logcat, this seems to be related/the cause:
> 10-01 10:36:10.375 829 852 I GeckoDump: TEST-UNEXPECTED-FAIL: manifestLibrary.js | error parsing http://mochi.test:8888/tests.json (TypeError: RunSet is undefined; can't access its "reloadAndRunAll" property)
> 10-01 10:36:10.385 829 852 E GeckoConsole: [JavaScript Error: "TypeError: RunSet is undefined; can't access its "reloadAndRunAll" property" {file: "http://mochi.test:8888/tests/SimpleTest/setup.js" line: 262}]
I can start Fenenc with this patch applied locally without any issues, but I couldn't verify that tests run, as I did not manage to run mochitests on either my device or the Android Emulator. :rhelmer, since you have been super helpful with system extensions in Fennec in the past, do you have an idea what's going on here?
I've pushed the current changes to the tree to Phabricator, so it's easier to see the changed files in-tree, see https://bugzilla.mozilla.org/attachment.cgi?id=9013361
Flags: needinfo?(rhelmer)
Comment 8•6 years ago
|
||
(In reply to Dennis Schubert [:denschub] from comment #7)
> For some reason, Android seems to have issues with running tests with this
> patch attached. As one can see in this try run
> https://treeherder.mozilla.org/#/
> jobs?repo=try&revision=ad354439cd63e039cece6a92adce3413dc0825a0, all
> mochitests fail. In the logcat, this seems to be related/the cause:
>
> > 10-01 10:36:10.375 829 852 I GeckoDump: TEST-UNEXPECTED-FAIL: manifestLibrary.js | error parsing http://mochi.test:8888/tests.json (TypeError: RunSet is undefined; can't access its "reloadAndRunAll" property)
> > 10-01 10:36:10.385 829 852 E GeckoConsole: [JavaScript Error: "TypeError: RunSet is undefined; can't access its "reloadAndRunAll" property" {file: "http://mochi.test:8888/tests/SimpleTest/setup.js" line: 262}]
>
> I can start Fenenc with this patch applied locally without any issues, but I
> couldn't verify that tests run, as I did not manage to run mochitests on
> either my device or the Android Emulator. :rhelmer, since you have been
> super helpful with system extensions in Fennec in the past, do you have an
> idea what's going on here?
>
> I've pushed the current changes to the tree to Phabricator, so it's easier
> to see the changed files in-tree, see
> https://bugzilla.mozilla.org/attachment.cgi?id=9013361
Hm, I don't know enough about Android+mochitest to diagnose this quickly.
Nick, do you know what's going on here? I'm not sure if anyone has tried to ship a WebExtension + experiments APIs (which are chrome-privileged code) on Android yet.
Andrew, do you happen to know if we're missing support on Android for something this extension is doing?
Flags: needinfo?(rhelmer)
Flags: needinfo?(nalexander)
Flags: needinfo?(aswan)
Comment 9•6 years ago
|
||
Just to narrow it down a bit, would you mind removing experiment_apis from the manifest.json, and see if that passes try?
Flags: needinfo?(dschubert)
Reporter | ||
Comment 10•6 years ago
|
||
Hm, that looks suspiciously like bug 1426822, though that failure was intermittent and yours seems permanent.
Extensions that mochitest uses (mochikit, specialpowers) are actually webextensions+experiments, those should work fine on Android.
I'll try to keep looking but meanwhile ni? to Geoff who was just looking at related code as part of bug 1426822
Flags: needinfo?(aswan) → needinfo?(gbrown)
Comment 11•6 years ago
|
||
In bug 1426822, most of the failures were mochitest-chrome, and I think I fixed those successfully. There were also some mochitest-plain failures which were not addressed and continue in bug 1494657, which does look a lot like this. I have not had a chance to investigate yet. One thing I have noticed in bug 1494657 is the "RunSet is undefined" message, which is preceded by "SpecialPowers is undefined". I see that in these try runs too:
10-01 10:52:43.789 829 853 E GeckoConsole: [JavaScript Error: "ReferenceError: SpecialPowers is not defined" {file: "http://mochi.test:8888/tests/SimpleTest/setup.js" line: 108}]
Sorry, that's all I know. I hope to get back to bug 1494657 this week, but no promises!
Flags: needinfo?(gbrown)
Assignee | ||
Comment 12•6 years ago
|
||
> Just to narrow it down a bit, would you mind removing experiment_apis from the manifest.json, and see if that passes try?
I sure can! Here is the push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5c1de74d97057abddc75b905461e38805b74dfe2
Note that by removing the APIs, I had to comment out their usage, which now has turned the extension in a glorified NOOP, since we never get the chance to register anything.
Flags: needinfo?(dschubert)
Assignee | ||
Comment 13•6 years ago
|
||
Okay, the first mochitests ran, and they are still failing. I actually doubt it is an issue with the extension itself, as one can download the apk from treeherder, and that works just fine. Fenenc loads, and the extension is also working just fine, so this has to be something else. :/
Comment 14•6 years ago
|
||
(In reply to Dennis Schubert [:denschub] from comment #13)
> Okay, the first mochitests ran, and they are still failing. I actually doubt
> it is an issue with the extension itself, as one can download the apk from
> treeherder, and that works just fine. Fenenc loads, and the extension is
> also working just fine, so this has to be something else. :/
I tried to investigate this, and yes, I conclude that you're tickling something deeper. I don't understand how the test harness can be invoking `hookupTests` without `RunSet` defined, but that's what appears to be happening. That suggests that the calling context of `hookupTests` is changing somehow -- do we need to `bind` something? If so, how on earch could that be intermittent?
I would like to see a try run with the logtag at https://searchfox.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/updater/PostUpdateHandler.java#31 set to DEBUG, but I don't know how to do that. Geoff, where do we swizzle log verbosity in the test harnesses? I want to see if the Web Extension is actually getting unpacked in automation.
Flags: needinfo?(nalexander) → needinfo?(gbrown)
Comment 15•6 years ago
|
||
I don't know of a very convenient way. The logcat artifact is generated by:
https://dxr.mozilla.org/mozilla-central/rev/56b988a937689d5599400afa59b72c390b40abf2/testing/mozharness/mozharness/mozilla/testing/android.py#173
but you could just as easily change the log level in PostUpdateHandler.
Flags: needinfo?(gbrown)
Assignee | ||
Comment 16•6 years ago
|
||
While others are looking at the broken tests, the performance regression is still a thing. Looking at [0], this patch causes quite some performance regressions, especially during startup. Florian, I looked at some profiles and compared them with/without my patch, but unfortunately, I fail to notice anything obvious I could address in my sources. As you are much more experienced in profiling frontend code, do you mind having a look? :)
[0]: https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&newProject=try&newRevision=8e71e2cde7e7155efcfb6ebaca586db58b06f6f4&framework=1&showOnlyImportant=1&selectedTimeRange=172800
Flags: needinfo?(florian)
Assignee | ||
Comment 17•6 years ago
|
||
Florian, ignore that. This is actually being discussed in bug 1483172. Thanks Mike for linking that. :)
Flags: needinfo?(florian)
Updated•6 years ago
|
Attachment #9013361 -
Attachment description: Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon → Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon. r=aswan,rhelmer
Comment 18•6 years ago
|
||
Dennis pushed what we think you asked for Nick (neither of us are Android devs...):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4e736b22617c697c952d91db5e5d71629e0a5130&selectedJob=204282997
https://taskcluster-artifacts.net/UNeMBiLBRUi2rRihUOxczQ/0/public/logs/live_backing.log
Relevant GeckoPostUpdateHandler debug stuff below:
[task 2018-10-09T17:43:58.528Z] 17:43:58 INFO - /builds/worker/workspace/build/android-sdk-linux/platform-tools/adb -s emulator-5554 logcat -v threadtime Trace:S StrictMode:S ExchangeService:S GeckoPostUpdateHandler:D
[task 2018-10-09T17:52:16.884Z] 17:52:16 INFO - 10-09 10:45:03.793 D/GeckoPostUpdateHandler( 826): Build ID changed since last start: '20181009172248', 'null'
[task 2018-10-09T17:52:16.885Z] 17:52:16 INFO - 10-09 10:45:03.803 D/GeckoPostUpdateHandler( 826): Copying system add-ons from APK to dataDir
[task 2018-10-09T17:52:16.890Z] 17:52:16 INFO - 10-09 10:45:04.883 D/GeckoPostUpdateHandler( 826): Copying 'features/webcompat@mozilla.org.xpi' from APK to dataDir
[task 2018-10-09T17:52:16.890Z] 17:52:16 INFO - 10-09 10:45:04.883 D/GeckoPostUpdateHandler( 826): Creating /data/data/org.mozilla.fennec_aurora/features
I'm not sure that actually tells us anything about web extensions getting unpacked, unless that's what "Copying system add-ons from APK to dataDir" means.
Is this helpful, Nick?
Flags: needinfo?(nalexander)
Comment 19•6 years ago
|
||
Running Dennis' patches locally (on an emulator), I guess I get the same results as try (and I guess Bug 1494657)?:
14:00.55 INFO Running manifest: dom/animation/test/mochitest.ini
14:00.55 INFO The following extra prefs will be set:
dom.animations-api.compositing.enabled=true
dom.animations-api.core.enabled=true
dom.animations-api.getAnimations.enabled=true
dom.animations-api.implicit-keyframes.enabled=true
dom.animations-api.timelines.enabled=true
layout.css.motion-path.enabled=true
14:01.55 adb WARNING Ignoring attempt to chmod external storage
pk12util: PKCS12 IMPORT SUCCESSFUL
14:01.99 INFO MochitestServer : launching [u'/Users/mitaylor/.mozbuild/android-device/host-utils-61.0a1.en-US.mac/xpcshell', '-g', '/Users/mitaylor/.mozbuild/android-device/host-utils-61.0a1.en-US.mac', '-f', '/Users/mitaylor/.mozbuild/android-device/host-utils-61.0a1.en-US.mac/components/httpd.js', '-e', "const _PROFILE_PATH = '/var/folders/vx/1lx2ynfd46lb9rh4zbl9rchh0000gn/T/tmpDQjdS0.mozrunner'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '192.168.2.83'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;", '-f', '/Users/mitaylor/dev/gecko/objdir-fennec/_tests/testing/mochitest/server.js']
14:01.99 INFO runtests.py | Server pid: 53266
14:02.00 INFO runtests.py | Websocket server pid: 53267
14:02.01 INFO runtests.py | SSL tunnel pid: 53268
14:03.31 adb WARNING Ignoring attempt to chmod external storage
14:03.31 INFO runtests.py | Running with e10s: False
14:03.31 INFO runtests.py | Running with serviceworker_e10s: False
14:03.31 INFO runtests.py | Running tests: start.
14:03.96 adb INFO launch_application: am start -W -n org.mozilla.fennec_mitaylor/org.mozilla.gecko.BrowserApp -a android.intent.action.VIEW --es env9 MOZ_CRASHREPORTER_NO_REPORT=1 --es env8 R_LOG_DESTINATION=stderr --es args '-no-remote -profile /sdcard/tests/profile//' --es env3 DISABLE_UNSAFE_CPOW_WARNINGS=1 --es env2 R_LOG_VERBOSE=1 --es env1 XPCOM_DEBUG_BREAK=stack --es env0 MOZ_CRASHREPORTER=1 --es env7 MOZ_LOG_FILE=/sdcard/tests/mozlog/moz.log --es env6 MOZ_CRASHREPORTER_SHUTDOWN=1 --es env5 MOZ_IN_AUTOMATION=1 --es env4 MOZ_DISABLE_NONLOCAL_CONNECTIONS=1 --es env13 MOZ_HIDE_RESULTS_TABLE=1 --es env12 R_LOG_LEVEL=6 --es env11 MOZ_PROCESS_LOG=/var/folders/vx/1lx2ynfd46lb9rh4zbl9rchh0000gn/T/tmpLsXVWkpidlog --es env10 MOZ_DEVELOPER_REPO_DIR=/Users/mitaylor/dev/gecko -d 'http://mochi.test:8888/tests?autorun=1&closeWhenDone=1&logFile=%2Fsdcard%2Ftests%2Flogs%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&hideResultsTable=1&manifestFile=tests.json&dumpOutputDirectory=%2Fsdcard%2Ftests'
INFO | automation.py | Application pid: 2958
wait for org.mozilla.fennec_mitaylor complete; top activity=org.mozilla.fennec_mitaylor
Browser unexpectedly found running. Killing...
21:13.77 INFO Failed to retrieve MOZ_UPLOAD_DIR env var
TEST-UNEXPECTED-FAIL | remoteautomation.py | application timed out after 370 seconds with no output
INFO | automation.py | Application ran for: 0:07:23.709434
INFO | zombiecheck | Reading PID log: /var/folders/vx/1lx2ynfd46lb9rh4zbl9rchh0000gn/T/tmpLsXVWkpidlog
MOZ_UPLOAD_DIR not defined; tombstone check skipped
21:28.31 INFO Stopping web server
21:28.32 INFO Stopping web socket server
21:28.34 INFO Stopping ssltunnel
21:28.36 WARNING leakcheck | refcount logging is off, so leaks can't be detected!
21:28.36 INFO runtests.py | Running tests: end.
21:29.99 INFO Buffered messages finished
0 INFO TEST-START | Shutdown
1 INFO Passed: 0
2 INFO Failed: 0
3 INFO Todo: 0
4 INFO Mode: non-e10s
5 INFO SimpleTest FINISHED
21:30.98 INFO Buffered messages finished
21:30.98 SUITE_END
21:30.98
Overall Summary
===============
mochitest-chrome
~~~~~~~~~~~~~~~~
Ran 0 checks ()
Expected results: 0
OK
mochitest-plain
~~~~~~~~~~~~~~~
Ran 2 checks (2 tests)
Expected results: 0
Skipped: 2 tests
OK
Comment 20•6 years ago
|
||
Geoff, do we think Bug 1494657 is the culprit here? If so, a P5 is possibly too low. We're essentially blocked on that (if it's the actual root cause), and we're blocking Bug 1449052.
Andrew, are you aware of any other web extensions system addons efforts in Fennec, or are we the lucky ones?
Flags: needinfo?(gbrown)
Flags: needinfo?(aswan)
Comment 21•6 years ago
|
||
Bug 1494657 tracks an intermittent failure. It is fairly frequent, but only happens maybe 1 time in 100 mochitest tasks:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&searchStr=android,4.3,mochitest&selectedJob=204421334
That seems a long way from the permafail reported here.
"370 seconds with no output" means just that -- something is hung / tests aren't running. There could be many underlying causes. That said, there seem to be a lot of similar log "clues" between the two bugs.
I am actively working on bug 1494657, will update the priority, and will be commenting there today. (I'm also feeling a little stuck, so would be happy for any help!)
Flags: needinfo?(gbrown)
Comment 22•6 years ago
|
||
Susheel, is there anyone on the mobile side of things who can help us debug why all mochitests would be failing (timing out) after adding a web extension?
Flags: needinfo?(sdaswani)
Reporter | ||
Comment 23•6 years ago
|
||
(In reply to Mike Taylor [:miketaylr] (62 Regression Engineering Owner) from comment #20)
> Geoff, do we think Bug 1494657 is the culprit here? If so, a P5 is possibly
> too low. We're essentially blocked on that (if it's the actual root cause),
> and we're blocking Bug 1449052.
I agree with Geoff that this happens to have the same failure message but is almost certainly a separate issue.
I downloaded the patch and using the emulator locally I am able to run mochitests successfully...
> Andrew, are you aware of any other web extensions system addons efforts in
> Fennec, or are we the lucky ones?
We didn't have any system addons of any sort on Fennec until quite recently so I think you're blazing a new path here.
Flags: needinfo?(aswan)
Comment 24•6 years ago
|
||
I feel like David Durst needs to be consulted here.
Flags: needinfo?(sdaswani) → needinfo?(ddurst)
Comment 25•6 years ago
|
||
OK, in the meantime new plan:
Let's split the desktop and mobile parts of this and try to get desktop landed first, before the soft freeze. Kinda sucks, but we can aim for beta uplift of the mobile system addon.
Assignee | ||
Comment 26•6 years ago
|
||
Let's use this bug to track Fennec landing, as most of the comments here are about the failing Mochitests in Fennec. I'll update the patch in a bit, and file a new bug for landing in Desktop.
Summary: Convert webcompat extension away from bootstrap → Land Webcompat GoFaster webextension port in Fenenc
Assignee | ||
Updated•6 years ago
|
Attachment #9013248 -
Attachment is obsolete: true
Updated•6 years ago
|
Attachment #9013361 -
Attachment description: Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon. r=aswan,rhelmer → Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon. r=rhelmer
Updated•6 years ago
|
Attachment #9013361 -
Attachment description: Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon. r=rhelmer → Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon to Fennec. r=rhelmer
Comment 27•6 years ago
|
||
I tried to understand what was going on here a few days. This patch tickles *something* such that the mochitest extension isn't correctly initialized. Given that we only see this in automation, I think we have a Web Extensions race somewhere. Sadly, the debug logging that I wanted turned on suggests that the "feature unpacking" code in Fennec is working just fine. Until we get somebody who can reproduce locally -- probably on a very slow ARM emulator, if my race hunch is correct -- there's not much I can do to help.
Flags: needinfo?(nalexander)
Comment 28•6 years ago
|
||
Thanks for taking a look Nick.
As is, I guess we just lose this capability in 64 nightly and hope we can figure it out during the beta cycle. I'll circle back with ddurst about investigating the webext races (unless susheel has someone who can take a look first).
Comment 29•6 years ago
|
||
I've been able to reproduce this locally and investigate it in a bit more detail.
The underlying issue seems definitely a race, between the startup of the specialpowers extensions (in particular the part of specialpowers that create its observer [1]) and loading of the mochitest url ([2]).
My guess is that the addition of the webcompat extension to Fennec introduced an additional lag time to the specialpowers loading, which seems to be enough to make the existing race visible.
The race is also confirmed by the fact that, after the "SpecialPowers is not defined" error ([3]) has been logged (and ./mach mochitest got stuck), reloading the mochitest webpage (once the specialpower extension has the chance to start) is enough to get the test running and passing.
Reloading the mochitest page has worked locally (where I was able to reload the page manually from the Fennec UI), and it seems to also be the case on try (where I had to use a temporary workaround patch [4]):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c6a4bda9dd5f6ac5e2b4593565ed24baeb8e4bfc
In my opinion the most reliable fix for this race issue is the one suggested by aswan in Bug 1494657 Comment 21 (in short "installing specialpowers using marionette as a 'temporarily installed extension", and then load the mochitest url from marionette once the specialpowers extension has been installed and started).
[1]: https://searchfox.org/mozilla-central/rev/eef79962ba73f7759fd74da658f6e5ceae0fc730/testing/specialpowers/api.js#21-22
[2]: the mochitest url is passed as a command line parameter and so it is loaded as soon as Fennec is ready to load the urls that have been passed over the command line
[3]: the same error that is visible in the logcat output for the try push linked in comment 18,
from https://taskcluster-artifacts.net/HWvq251UT_yRi6X6SnVfNw/0/public/test_info//logcat-emulator-5554.log:
10-09 10:50:34.521 838 860 E GeckoConsole: [JavaScript Error: "ReferenceError: SpecialPowers is not defined" {file:
"http://mochi.test:8888/tests/SimpleTest/setup.js" line: 108}]
[4]: the workaround I used in the try push is the pretty crude one from the following patch: https://hg.mozilla.org/try/rev/a051706a31f312b4659c2252ecfbe7c91609d2a6
Reporter | ||
Comment 30•6 years ago
|
||
I also outlined a clumsier but perhaps simpler fix at https://bugzilla.mozilla.org/show_bug.cgi?id=1494657#c32
Comment 31•6 years ago
|
||
Amazing. Thanks Andrew, Luca and Geoff.
Dennis, can we spin up a new try run once https://bugzilla.mozilla.org/show_bug.cgi?id=1494657#c37 is on m-c (or including that patch)?
Flags: needinfo?(dschubert)
Assignee | ||
Comment 32•6 years ago
|
||
Thanks everyone for the support here. :) Also thanks for the review, Robert.
> Dennis, can we spin up a new try run
We absolutely can! Here it goes: https://treeherder.mozilla.org/#/jobs?repo=try&revision=dee149b5d114a612ea5397b881f3578285bc1f30
Flags: needinfo?(dschubert)
Assignee | ||
Comment 33•6 years ago
|
||
Try is only showing some intermittents, the patch has r+, so let's check this in, so we have the Friday to work on anything unexpected (which I hope will be nothing, but one never knows...)
Keywords: checkin-needed
Comment 34•6 years ago
|
||
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6aeee70256ad
Import WebExtension sources for the WebCompat GoFaster Addon to Fennec. r=rhelmer
Keywords: checkin-needed
Comment 35•6 years ago
|
||
Backed out changeset 6aeee70256ad (Bug 1451484) for android robocop failures on testBrowserDiscovery.
Backout: https://hg.mozilla.org/integration/autoland/rev/9a5870920ce33ae704c94615d6bc8ed43a7475da
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Csuccess%2Crunning%2Cpending%2Crunnable&revision=6aeee70256ad371b974717f50c400bc1091373d3&selectedJob=206551498
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=206551498&repo=autoland&lineNumber=1666
Flags: needinfo?(dschubert)
Comment 36•6 years ago
|
||
It is unfortunate that the robotcop failure log linked in Comment 35 doesn't seem to have any link to the logcat messages, anyway I've been able to reproduce the failure locally and look at the "adb logcat" logs and this is (unsurprisingly) another "flavor" of SpecialPowers race we were experiencing with the mochitests:
GeckoConsole: [JavaScript Error: "ReferenceError: SpecialPowers is not defined" {file: "http://mochi.test:8888/tests/robocop/robocop_testharness.js" line: 49}]
GeckoConsole: testOneFile@http://mochi.test:8888/tests/robocop/robocop_testharness.js:49:7
GeckoConsole: @http://mochi.test:8888/tests/robocop/robocop_javascript.html?slug=1539949537219&path=testBrowserDiscovery.js:17:3
Locally I've tried to quickly Apply on robocop_testharness.js the same kind of short-term workaround we applied on SimpleTest/setup.js, and it has been enough to be able to see the robocop test to complete and pass successfully:
```
diff --git a/mobile/android/tests/browser/robocop/robocop_testharness.js b/mobile/android/tests/browser/robocop/robocop_testharness.js
--- a/mobile/android/tests/browser/robocop/robocop_testharness.js
+++ b/mobile/android/tests/browser/robocop/robocop_testharness.js
@@ -3,6 +3,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+if (!("SpecialPowers" in window)) {
+ dump("Robocop robocop_testharness.js found SpecialPowers unavailable: reloading...\n");
+ setTimeout(() => {
+ window.location.reload();
+ }, 1000);
+}
+
function sendMessageToJava(message) {
SpecialPowers.Services.androidBridge.dispatch(message.type, message);
}
```
(as discussed for the same short-term workaround we applied for the specialpower issue in the mochitest, this should also be replaced with a proper long-term solution).
I've just pushed the above patch on try, to double-check that the above "crude workaround" is working on the build infrastructure as well (it is still running, let's see how it goes):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=21e72f4d98544650c1539ba1f8cfaa88e8db89d4
Assignee | ||
Comment 37•6 years ago
|
||
Thanks again Luca! I just had a look at another build (https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&selectedJob=206476364&revision=72b97e539421a38d16e843783c2359381bc6ac33) and since some of the intermittens looked the same, I figured these failures were just intermittents... :(
Flags: needinfo?(dschubert)
Comment 38•6 years ago
|
||
Hi geoff,
it seems that a "SpecialPowers is not defined" issue similar to the one we just workarounded for the mochitest is also affecting the robocop testsuite and so the patch got backed out.
I've added in comment 36 some details about the issue: this may have been a very infrequent intermittent (as for the mochitest one) which turns into a permafail once an additional extension (webcompat in this case) is added to the one that are starting up while the robocop webpage is being loaded (as it was happening for the mochitests).
Do you mind to take a look and see if you think that we can proceed as we did for the similar mochitest issue?
(basically, short-term warkaround + filing a followup issue on bugzilla to work on a more long-term solution).
Thanks!
Flags: needinfo?(gbrown)
Comment 39•6 years ago
|
||
Thanks Luca. Yes, that looks fine to me. Land your fix with r=gbrown if you like.
I've added a note to include robocop in bug 1499890 for the long-term solution.
Flags: needinfo?(gbrown)
Assignee | ||
Comment 40•6 years ago
|
||
As a side note: Luca, you are free to land my patch as well if you want to. :)
Updated•6 years ago
|
Attachment #9013361 -
Attachment description: Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon to Fennec. r=rhelmer → Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon to Fennec. r=rhelmer,gbrown
Assignee | ||
Comment 41•6 years ago
|
||
As per discussion with :miketaylr, let's try to land this now. Since Luca told me he is already off for the weekend, I applied his patch on my branch and pushed the updated rev to Phabricator, carrying over the r=gbrown for the workaround.
Assignee | ||
Comment 42•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9013361 -
Attachment is obsolete: true
Reporter | ||
Comment 43•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/588d1e2f8c9d9f34ac3d3ac62960e1660fcc9afb
Bug 1451484 - Import WebExtension sources for the WebCompat GoFaster Addon to Fennec. r=rhelmer,gbrown
Updated•6 years ago
|
Attachment #9018725 -
Attachment is obsolete: true
Comment 44•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 45•6 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff70442b73b3
No bug - update code after eslint change from merge and remove files removed by 1451484 and restored during merge
You need to log in
before you can comment on or make changes to this bug.
Description
•