Closed
Bug 835186
Opened 12 years ago
Closed 11 years ago
Intermittent test_mobile_iccinfo.js | TimeoutException: socket.timeout
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: philor, Assigned: allstars.chh)
References
Details
(Keywords: intermittent-failure)
Attachments
(3 files)
https://tbpl.mozilla.org/php/getParsedLog.php?id=19179455&tree=Fx-Team
b2g_ics_armv7a_gecko_emulator fx-team opt test marionette-webapi on 2013-01-27 04:36:11 PST for push 47684913d63d
slave: talos-r3-fed-032
04:45:51 INFO - TEST-START test_mobile_iccinfo.js
04:48:53 INFO - /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/network/tests/marionette/test_mobile_iccinfo.js, runTest (marionette_test.MarionetteJSTestCase) ... ERROR
04:48:53 INFO - ======================================================================
04:48:53 INFO - ERROR: /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/network/tests/marionette/test_mobile_iccinfo.js, runTest (marionette_test.MarionetteJSTestCase)
04:48:53 INFO - ----------------------------------------------------------------------
04:48:53 ERROR - Traceback (most recent call last):
04:48:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 97, in tearDown
04:48:53 INFO - self.marionette.delete_session()
04:48:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 341, in delete_session
04:48:53 INFO - response = self._send_message('deleteSession', 'ok')
04:48:53 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 233, in _send_message
04:48:53 ERROR - raise TimeoutException(message='socket.timeout', status=ErrorCodes.TIMEOUT, stacktrace=None)
04:48:53 ERROR - TEST-UNEXPECTED-FAIL | test_mobile_iccinfo.js | TimeoutException: socket.timeout
04:48:53 INFO - ----------------------------------------------------------------------
04:48:53 INFO - Ran 1 test in 181.619s
04:48:53 ERROR - FAILED (errors=1)
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #708469 -
Attachment is patch: true
Assignee | ||
Updated•12 years ago
|
Attachment #708469 -
Attachment is patch: false
Assignee | ||
Comment 3•12 years ago
|
||
For the Timeout log,
in line 1465, test scripts sends "operator set 0 Android,Android,46692"
although emulator responses OK in line 1484,
but operatorchange unsolicited response is not received,
seems being dropped by emulator.
Assignee | ||
Comment 4•12 years ago
|
||
Forgot comment 3, seems 46692 is not being dropped,
the MCC/MNC showed in line 1597 have been changed to 466/92.
Assignee | ||
Comment 5•12 years ago
|
||
I think line 1487 is for the MCC/MNC(46692) changed, but ril is still processing the VoiceInfo changed in last test session, so the event is dropped.
Assignee | ||
Comment 6•12 years ago
|
||
Assignee: nobody → allstars.chh
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 708491 [details] [diff] [review]
Patch
Please see comment 5 for the root cause.
Attachment #708491 -
Flags: review?(vyang)
Comment 8•12 years ago
|
||
The best solution for this should be bug 831637, which will ensure every parcel being processed.
Blocks: 831637
Updated•12 years ago
|
Attachment #708491 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 12•12 years ago
|
||
Just hit this on inbound again.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•12 years ago
|
||
The most recent log is no longer available, and we haven't seen this in 2+ months, so I'm closing it.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WORKSFORME
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•12 years ago
|
Whiteboard: RIL5/29
Updated•12 years ago
|
Whiteboard: RIL5/29 → RN5/29
Updated•12 years ago
|
Whiteboard: RN5/29
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Component: DOM: Device Interfaces → RIL
Product: Core → Firefox OS
Target Milestone: mozilla21 → ---
Version: Trunk → unspecified
Assignee | ||
Comment 16•11 years ago
|
||
I'll close this as WONTFIX:
as we have already moved the test to test_icc_info.js,
and AFAIK, this error doesn't happen since Ed Morley met in 2013 May.
Hi, Ed Morley, or any Sheriff
If you meet this problem again, please file a new bug for this.
Thanks
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•