Bug 52729

Summary: test_websocket_server is failing on Leopard Debug server
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, bfulgham, dpranke, ojan, ukai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2011-01-19 11:11:01 PST
test_websocket_server is failing on Leopard Debug server

http://build.webkit.org/builders/Leopard%20Intel%20Release%20%28Tests%29/builds/26836/steps/webkitpy-test/logs/stdio

======================================================================
ERROR: test_websocket_server (webkitpy.layout_tests.port.mac_unittest.MacTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Big/WebKit-BuildSlave/leopard-intel-release-tests/build/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py", line 96, in test_websocket_server
    port.start_websocket_server()
  File "/Volumes/Big/WebKit-BuildSlave/leopard-intel-release-tests/build/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 549, in start_websocket_server
    self._websocket_server.start()
  File "/Volumes/Big/WebKit-BuildSlave/leopard-intel-release-tests/build/Tools/Scripts/webkitpy/layout_tests/port/websocket_server.py", line 220, in start
    (self._server_name, self._port))
PyWebSocketNotStarted: Failed to start PyWebSocket server on port 8880.

I'm not sure the unit tests want to start a server on a common port, but I'm not actually sure what's going wrong on that bot.
Comment 1 Brent Fulgham 2016-05-18 21:20:00 PDT
This doesn't seem to be an issue anymore.