Bug 52729 - test_websocket_server is failing on Leopard Debug server
Summary: test_websocket_server is failing on Leopard Debug server
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 11:11 PST by Eric Seidel (no email)
Modified: 2016-05-18 21:20 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.