Closed
Bug 1231446
Opened 10 years ago
Closed 9 years ago
Intermittent test_window_handles.py TestWindowHandles.test_tab_and_window_handles | AssertionError: u'about:blank' != 'http://127.0.0.1:49289/resultPage.html '
Categories
(Testing :: Marionette Client and Harness, defect)
Testing
Marionette Client and Harness
Tracking
(firefox50 wontfix, firefox51 fixed, firefox52 fixed)
RESOLVED
FIXED
mozilla52
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
4.35 KB,
image/png
|
Details |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 3•10 years ago
|
||
I wonder if this could be related to the wptserve changes Maja landed lately via bug 1150512.
Flags: needinfo?(mjzffr)
I haven't been able to reproduce the failure and I haven't encountered any evidence that points to bug 1150512 or wptserve. In any case, this failure is first noted on inbound 5 days after bug 1150512 landed.
jgraham, any ideas? Could wptserve be the culprit?
Flags: needinfo?(mjzffr) → needinfo?(james)
A couple of things I noticed while digging into the logs.
Job screenshots (see attached) show about:blank showing 'Waiting for 127.0.0.1'.
Also some of the Windows jobs include:
> 02:26:11 ERROR - Exception happened during processing of request from ('127.0.0.1', 51169)
> 02:26:11 INFO - Traceback (most recent call last):
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\SocketServer.py", line 582, in process_request_thread
> 02:26:11 INFO - self.finish_request(request, client_address)
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\SocketServer.py", line 323, in finish_request
> 02:26:11 INFO - self.RequestHandlerClass(request, client_address, self)
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\SocketServer.py", line 638, in __init__
> 02:26:11 INFO - self.handle()
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\BaseHTTPServer.py", line 340, in handle
> 02:26:11 INFO - self.handle_one_request()
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\BaseHTTPServer.py", line 310, in handle_one_request
> 02:26:11 INFO - self.raw_requestline = self.rfile.readline(65537)
> 02:26:11 INFO - File "c:\mozilla-build\python27\Lib\socket.py", line 476, in readline
> 02:26:11 INFO - data = self._sock.recv(self._rbufsize)
> 02:26:11 INFO - error: [Errno 10054] An existing connection was forcibly closed by the remote host
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Flags: needinfo?(james)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 37•9 years ago
|
||
A fix for bug 1259055 should hopefully fix this failure.
Depends on: 1259055
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 42•9 years ago
|
||
This should no longer be a problem now with the patch on bug 1259055 landed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•9 years ago
|
Updated•9 years ago
|
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 43•3 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•