Skip to content

Instantly share code, notes, and snippets.

@kanaka
Created October 31, 2012 20:48
Show Gist options
  • Select an option

  • Save kanaka/3989764 to your computer and use it in GitHub Desktop.

Select an option

Save kanaka/3989764 to your computer and use it in GitHub Desktop.
Output from OS side running test_zz_websockets_bi
$ python tests/runner.py browser.test_zz_websockets_bi
Running the browser tests. Make sure the browser allows popups from localhost.
(Emscripten: Running sanity checks)
WARNING: Not all the JS engines in JS_ENGINES appears to work, ignoring those.
[Browser harness server on process 15695]
test_zz_websockets_bi (__main__.browser) ... creating relay server on ports 8992,8994
listener binding to 8992
listener binding to 8994
listener 8992listener waiting for connection8994 waiting for connection
[Socket server on processes [15698, 15701]]
running websockify on 8993, forward to tcp 8992
WebSocket server settings:
- Listen on :8993
- Flash security policy server
- No SSL/TLS support (no cert file)
- proxying from :8993 to 127.0.0.1:8992
[Websockify on processes [15716, 15717]]
running websockify on 8995, forward to tcp 8994
Created new window in existing browser session.
localhost.localdomain - - [31/Oct/2012 15:47:08] "GET /run_harness HTTP/1.1" 200 -
WebSocket server settings:
- Listen on :8995
- Flash security policy server
- No SSL/TLS support (no cert file)
- proxying from :8995 to 127.0.0.1:8994
localhost.localdomain - - [31/Oct/2012 15:47:08] "GET /check HTTP/1.1" 200 -
[Websockify on processes [15737, 15738]]
localhost.localdomain - - [31/Oct/2012 15:47:08] "GET /favicon.ico HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:09] "GET /check HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:09] "GET /check HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:09] "GET /check HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /check HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /test.html HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /side.html HTTP/1.1" 200 -
1: 127.0.0.1: new handler Process
localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /favicon.ico HTTP/1.1" 500 -
1: 127.0.0.1: Plain non-SSL (ws://) WebSocket connection
1: 127.0.0.1: Version hybi-13, base64: 'False'
1: connecting to: 127.0.0.1:8992
Traffic Legend:
} - Client receive
}. - Client receive partial
{ - Target receive
> - Target send
>. - Target send partial
< - Client send
<. - Client send partial
1: 127.0.0.1: new handler Process
localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /favicon.ico HTTP/1.1" 500 -
1: 127.0.0.1: Plain non-SSL (ws://) WebSocket connection
1: 127.0.0.1: Version hybi-13, base64: 'False'
1: connecting to: 127.0.0.1:8994
Traffic Legend:
} - Client receive
}. - Client receive partial
{ - Target receive
> - Target send
>. - Target send partial
< - Client send
<. - Client send partial
}>localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /check HTTP/1.1" 200 -
listener 8992 waiting for data
listener 8994 waiting for data
listener 8994 sending data 19
{<localhost.localdomain - - [31/Oct/2012 15:47:10] "GET /check HTTP/1.1" 200 -
localhost.localdomain - - [31/Oct/2012 15:47:11] "GET /check HTTP/1.1" 200 -
listener 8994 waiting for data
localhost.localdomain - - [31/Oct/2012 15:47:11] "GET /check HTTP/1.1" 200 -
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment