Closed Bug 795513 Opened 12 years ago Closed 12 years ago

Marionette on Windows 7 is hidden for permaorange "error: [Errno 10061] No connection could be made because the target machine actively refused it"

Categories

(Testing :: Marionette Client and Harness, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: jgriffin, Unassigned)

References

Details

(Keywords: intermittent-failure)

On Winodws 7 on TBPL, the Marionette test test_import_script.TestImportScript is failing with: 15:15:55 INFO - ====================================================================== 15:15:55 INFO - ERROR: test_import_script (test_import_script.TestImportScript) 15:15:55 INFO - ---------------------------------------------------------------------- 15:15:55 ERROR - Traceback (most recent call last): 15:15:55 INFO - File "c:\talos-slave\test\build\tests\marionette\marionette\marionette_test.py", line 115, in setUp 15:15:55 INFO - CommonTestCase.setUp(self) 15:15:55 INFO - File "c:\talos-slave\test\build\tests\marionette\marionette\marionette_test.py", line 78, in setUp 15:15:55 INFO - self.marionette.start_session() 15:15:55 INFO - File "c:\talos-slave\test\build\tests\marionette\marionette\marionette.py", line 237, in start_session 15:15:55 INFO - self.session = self._send_message('newSession', 'value') 15:15:55 INFO - File "c:\talos-slave\test\build\tests\marionette\marionette\marionette.py", line 159, in _send_message 15:15:55 INFO - raise TimeoutException(message='socket.timeout', status=ErrorCodes.TIMEOUT, stacktrace=None) 15:15:55 INFO - TEST-UNEXPECTED-FAIL : TimeoutException: socket.timeout 15:15:55 INFO - START LOG: 15:15:55 INFO - INFO TEST-START: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_importing_another_script_and_check_they_append Fri Sep 28 2012 15:15:30 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - INFO TEST-END: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_importing_another_script_and_check_they_append Fri Sep 28 2012 15:15:31 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - END LOG: 15:15:55 INFO - START LOG: 15:15:55 INFO - INFO TEST-START: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_import_script Fri Sep 28 2012 15:15:41 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - INFO TEST-END: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_import_script Fri Sep 28 2012 15:15:41 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - END LOG: 15:15:55 INFO - START LOG: 15:15:55 INFO - INFO TEST-START: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_importing_another_script_and_check_they_append Fri Sep 28 2012 15:15:51 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - INFO TEST-END: c:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py:test_importing_another_script_and_check_they_append Fri Sep 28 2012 15:15:52 GMT-0700 (Pacific Daylight Time) 15:15:55 INFO - END LOG: 15:15:55 INFO - ---------------------------------------------------------------------- 15:15:55 INFO - Ran 4 tests in 212.557s It isn't clear why this would only happen on Windows 7.
Blocks: 438871
Whiteboard: [orange]
Since this isn't likely to climb anyone's priority list any time soon, I gave in and hid them on Try.
Blocks: 784681
(In reply to Phil Ringnalda (:philor) from comment #1) > Since this isn't likely to climb anyone's priority list any time soon, I > gave in and hid them on Try. I think that's a reasonable assumption. Thanks philor.
Whiteboard: [orange]
Summary: Windows 7: test_import_script: TimeoutException: socket.timeout → Marionette on Windows 7 is hidden for permaorange "TEST-UNEXPECTED-FAIL | test_getstatus.py TestGetStatus.test_getStatus | TimeoutException: socket.timeout"
23:15:43 INFO - ##### 23:15:43 INFO - ##### Running run-marionette step. 23:15:43 INFO - ##### 23:15:43 INFO - Running command: ['c:\\talos-slave\\test\\build\\venv\\Scripts\\python', '-u', 'C:\\talos-slave\\test\\build\\tests\\marionette\\marionette\\runtests.py', '--binary', 'C:\\talos-slave\\test\\build\\application\\firefox\\firefox.exe', '--address', 'localhost:2828', '--type', 'browser', 'C:\\talos-slave\\test\\build\\tests\\marionette\\tests\\testing\\marionette\\client\\marionette\\tests\\unit-tests.ini'] 23:15:43 INFO - Copy/paste: c:\talos-slave\test\build\venv\Scripts\python -u C:\talos-slave\test\build\tests\marionette\marionette\runtests.py --binary C:\talos-slave\test\build\application\firefox\firefox.exe --address localhost:2828 --type browser C:\talos-slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit-tests.ini 23:15:45 INFO - starting httpd 23:15:45 INFO - running webserver on http://10.12.50.21:49169/ 23:15:45 INFO - starting runner 23:15:46 ERROR - Traceback (most recent call last): 23:15:46 INFO - File "C:\talos-slave\test\build\tests\marionette\marionette\geckoinstance.py", line 41, in wait_for_port 23:15:46 INFO - sock.connect((self.marionette_host, self.marionette_port)) 23:15:46 INFO - File "c:\mozilla-build\python27\Lib\socket.py", line 224, in meth 23:15:46 INFO - return getattr(self._sock,name)(*args) 23:15:46 INFO - error: [Errno 10061] No connection could be made because the target machine actively refused it 23:15:48 INFO - WARNING: Failed to load startupcache file correctly, removing!: file e:/builds/moz2_slave/try-w32-dbg/build/startupcache/StartupCache.cpp, line 221 23:15:48 ERROR - Traceback (most recent call last): 23:15:48 INFO - File "C:\talos-slave\test\build\tests\marionette\marionette\geckoinstance.py", line 41, in wait_for_port 23:15:48 INFO - sock.connect((self.marionette_host, self.marionette_port)) 23:15:48 INFO - File "c:\mozilla-build\python27\Lib\socket.py", line 224, in meth 23:15:48 INFO - return getattr(self._sock,name)(*args) 23:15:48 INFO - error: [Errno 10061] No connection could be made because the target machine actively refused it ... ...
Summary: Marionette on Windows 7 is hidden for permaorange "TEST-UNEXPECTED-FAIL | test_getstatus.py TestGetStatus.test_getStatus | TimeoutException: socket.timeout" → Marionette on Windows 7 is hidden for permaorange "error: [Errno 10061] No connection could be made because the target machine actively refused it"
Windows 7 runs are still erroring out, but with specific test timeouts, and not this general socket error.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Product: Testing → Remote Protocol
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.