Bug 33494

Summary: websocket/tests/url-with-empty-query.html failed on Tiger Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ap, ukai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 33409, 33442    
Bug Blocks: 33289    

Description Eric Seidel (no email) 2010-01-11 14:42:27 PST
websocket/tests/url-with-empty-query.html failed on Tiger Bot

http://build.webkit.org/results/Tiger%20Intel%20Release/r53097%20(7645)/websocket/tests/url-with-empty-query-diffs.txt
--- layout-test-results/websocket/tests/url-with-empty-query-expected.txt	2010-01-11 14:16:30.000000000 -0800
+++ layout-test-results/websocket/tests/url-with-empty-query-actual.txt	2010-01-11 14:16:30.000000000 -0800
@@ -4,10 +4,9 @@
 
 url=ws://127.0.0.1:8880/websocket/tests/echo-location?
 WebSocket is open
-received:ws://127.0.0.1:8880/websocket/tests/echo-location?
 WebSocket is closed
 PASS handshake_success is true
-PASS ws_location is url
+FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location? (of type string). Was undefined (of type undefined).
 PASS successfullyParsed is true
 
 TEST COMPLETE

This is likely related to other websocket failures on Tiger:  bug 33442 and bug 33409
Comment 1 Fumitoshi Ukai 2010-02-08 22:07:55 PST
(In reply to comment #0)
> websocket/tests/url-with-empty-query.html failed on Tiger Bot
> 
> http://build.webkit.org/results/Tiger%20Intel%20Release/r53097%20(7645)/websocket/tests/url-with-empty-query-diffs.txt
> --- layout-test-results/websocket/tests/url-with-empty-query-expected.txt   
> 2010-01-11 14:16:30.000000000 -0800
> +++ layout-test-results/websocket/tests/url-with-empty-query-actual.txt   
> 2010-01-11 14:16:30.000000000 -0800
> @@ -4,10 +4,9 @@
> 
>  url=ws://127.0.0.1:8880/websocket/tests/echo-location?
>  WebSocket is open
> -received:ws://127.0.0.1:8880/websocket/tests/echo-location?
>  WebSocket is closed
>  PASS handshake_success is true
> -PASS ws_location is url
> +FAIL ws_location should be ws://127.0.0.1:8880/websocket/tests/echo-location?
> (of type string). Was undefined (of type undefined).
>  PASS successfullyParsed is true
> 
>  TEST COMPLETE
> 
> This is likely related to other websocket failures on Tiger:  bug 33442 and bug
> 33409

http://build.webkit.org/results/Tiger%20Intel%20Release/r53097%20(7645)/pywebsocket_log.txt says
[2010-01-11 14:16:20,652] [CRITICAL] root: (48, 'Address already in use')

so it failed to run pywebsocket server at that time and wrong websocket handler was used?
(maybe, old instance wasn't killed correctly?)
Comment 2 Eric Seidel (no email) 2010-09-30 11:04:54 PDT
We dont' run a Tiger bot anymore.