Closed
Bug 1408411
Opened 7 years ago
Closed 7 years ago
Application Insights keeps page loading/in interactive state forever
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
firefox58 | --- | fixed |
People
(Reporter: lausklaus44, Assigned: mayhemer)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce:
Since September 12th (Firefox 57), after navigating from one page to another using Selenium's driver.navigate.gotourl(), the page get's stuck in interactive mode and loads forever. It's always the same URL I get stuck on, namely az416426.vo.msecnd.net.
Sometimes it's also on maptiles from the Here API (although I can't maunally reproduce this one).
I don't have a test case yet due to company internal data, but I'm working on a readonly test case at the moment.
Actual results:
The website remains on a get operation forever, leaving it in interactive mode. Due to this I can't run automated tests. This first happened with this changeset: https://hg.mozilla.org/integration/autoland/rev/269426fcc3f39673ae0b4aa167ac00d8534542ca
I'm using custom waits for Ajax, that worked in all previous version though, so that shouldn't be an issue. Also setting jsloader.shareGlobal to false (see https://github.com/mozilla/geckodriver/issues/964 for the suggestions from whimboo and some logs) didn't do the trick.
Expected results:
The Application Insights "request" gets loaded completely and the documentState gets set to completed.
Comment 1•7 years ago
|
||
I was working with the reporter over on https://github.com/mozilla/geckodriver/issues/964 to get the right regression range. So as reported this is a regression in Firefox 57 caused by bug 1397880.
Shih-Chiang, could you already have a quick look? Maybe you have an idea what could be broken here for navigating to a URL and it's not finish loading? If not we would have to wait for the promised testcase.
Status: UNCONFIRMED → NEW
status-firefox57:
--- → affected
status-firefox58:
--- → affected
Ever confirmed: true
Flags: needinfo?(schien)
Keywords: regression
Comment 2•7 years ago
|
||
@whimboo, there is a fix in bug 1401538 landed two days ago. Can you help the reporter either try either nightly build after Oct 12ed, or a custom build with but 1401538 included?
Flags: needinfo?(schien) → needinfo?(hskupin)
Comment 3•7 years ago
|
||
@lausklaus44, would you mind testing the following build the same way as you did for the other builds? Does it fix the load issue with the page?
https://archive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-11-22-01-13-mozilla-central/
Thanks.
Flags: needinfo?(hskupin) → needinfo?(lausklaus44)
Reporter | ||
Comment 4•7 years ago
|
||
@whimboo, @schien, It seems to be working fine now. Amazing work. Thanks for all your help!
Flags: needinfo?(lausklaus44)
Comment 5•7 years ago
|
||
That's great to hear! Closing as fixed for both 58 and 57 then.
Assignee: nobody → honzab.moz
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•