Created
April 15, 2015 16:26
-
-
Save kmike/ab01f0595d5776f58295 to your computer and use it in GitHub Desktop.
splash+flaky test failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================================= 5 failed, 1009 passed, 18 xfailed in 193.86 seconds ============================================= | |
(splash)kmike ~/svn/splash [master+?]> py.test splash | |
============================================================= test session starts ============================================================= | |
platform darwin -- Python 2.7.5 -- py-1.4.26 -- pytest-2.6.4 | |
plugins: flaky, greendots, xdist | |
collected 1032 items | |
splash/tests/test_callback_proxy.py ....... | |
splash/tests/test_completer.py ................x..........x. | |
splash/tests/test_execute.py ...........................................................................x........x....................................................................x.....................................x... | |
splash/tests/test_execute_emulation.py ........................................................................x....................................... | |
splash/tests/test_har.py .................................................. | |
splash/tests/test_jsonpost.py .............................................................................................. | |
splash/tests/test_lua_parser.py .......................xxx......................................... | |
splash/tests/test_lua_utils.py ........x........x....x | |
splash/tests/test_proxy.py ........... | |
splash/tests/test_proxy_server.py .....................................................................................................................................................................................................................................................x..x..x..x............. | |
splash/tests/test_redirects.py ................................ | |
splash/tests/test_render.py ....................................................x........................................................................ | |
splash/tests/test_request_filters.py ....... | |
splash/tests/test_runjs.py ........... | |
splash/tests/test_ui.py . | |
================================================================== FAILURES =================================================================== | |
_________________________________________ EmulatedRenderHarTest.test_meta_redirect_delay_wait_enough __________________________________________ | |
self = <splash.tests.test_execute_emulation.EmulatedRenderHarTest testMethod=test_meta_redirect_delay_wait_enough> | |
def test_meta_redirect_delay_wait_enough(self): | |
data = self.assertValidHar(self.mockurl('meta-redirect1'), wait=0.3) | |
self.assertRequestedUrlsStatuses(data, [ | |
(self.mockurl('meta-redirect1'), 200), | |
> (self.mockurl('meta-redirect-target/'), 200), | |
]) | |
splash/tests/test_har.py:135: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_har.py:53: in assertRequestedUrlsStatuses | |
self.assertEqual(urls_statuses, set(correct_urls_statuses)) | |
E AssertionError: Items in the first set but not the second: | |
E (u'http://localhost:56406/meta-redirect-target/', 0) | |
E Items in the second set but not the first: | |
E ('http://localhost:56406/meta-redirect-target/', 200) | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:52:05+0500 [HTTPChannel,13,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:52:05 +0000] "GET /meta-redirect1 HTTP/1.1" 200 99 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:52:07+0500 [HTTPChannel,13,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:52:07 +0000] "GET /meta-redirect-target/ HTTP/1.1" 200 50 "http://localhost:56406/meta-redirect1" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:52:05.504269 [pool] initializing SLOT 37 | |
2015-04-15 20:52:05.505468 [render] [4557115544] viewport size is set to 1024x768 | |
2015-04-15 20:52:05.505696 [pool] [4557115544] SLOT 37 is starting | |
2015-04-15 20:52:05.505770 [render] [4557115544] main = require("emulation").render_har | |
2015-04-15 20:52:05.510552 [render] [4557115544] [lua] dispatch cmd_id=__START__, args=() | |
2015-04-15 20:52:05.510640 [render] [4557115544] [lua] arguments are for command __START__, waiting for result of __START__ | |
2015-04-15 20:52:05.510685 [render] [4557115544] [lua] send () | |
2015-04-15 20:52:05.510867 [render] [4557115544] [lua] got AsyncBrowserCommand(id=0, name='go', kwargs={'url': u'http://localhost:56406/meta-redirect1', 'headers': None, 'callback': '<a callback>', 'baseurl': None, 'errback': '<an errback>'}) | |
2015-04-15 20:52:05.510942 [render] [4557115544] [lua] instructions used: 153 | |
2015-04-15 20:52:05.510999 [render] [4557115544] [lua] executing AsyncBrowserCommand(id=0, name='go', kwargs={'url': u'http://localhost:56406/meta-redirect1', 'headers': None, 'callback': '<a callback>', 'baseurl': None, 'errback': '<an errback>'}) | |
2015-04-15 20:52:05.511069 [render] [4557115544] HAR event: _onStarted | |
2015-04-15 20:52:05.511228 [render] [4557115544] callback 0 is connected to loadFinished | |
2015-04-15 20:52:05.511640 [network] [4557115544] GET http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:05.512638 [pool] [4557115544] SLOT 37 is working | |
2015-04-15 20:52:05.512792 [pool] [4557115544] queued | |
2015-04-15 20:52:05.514442 [network-manager] Headers received for http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:05.514851 [network-manager] Finished downloading http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:05.515328 [render] [4557115544] mainFrame().urlChanged http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:05.515707 [render] [4557115544] loadFinished: ok | |
2015-04-15 20:52:05.515796 [render] [4557115544] loadFinished: disconnecting callback 0 | |
2015-04-15 20:52:05.515905 [render] [4557115544] [lua] dispatch cmd_id=0, args=(True,) | |
2015-04-15 20:52:05.515966 [render] [4557115544] [lua] arguments are for command 0, waiting for result of 0 | |
2015-04-15 20:52:05.516018 [render] [4557115544] [lua] send (True,) | |
2015-04-15 20:52:05.516219 [render] [4557115544] [lua] got AsyncBrowserCommand(id=1, name='wait', kwargs={'onerror': <function error at 0x10f0eb668>, 'callback': '<a callback>', 'onredirect': <function redirect at 0x10f0ebcf8>, 'time_ms': 300.0}) | |
2015-04-15 20:52:05.516328 [render] [4557115544] [lua] instructions used: 206 | |
2015-04-15 20:52:05.516408 [render] [4557115544] [lua] executing AsyncBrowserCommand(id=1, name='wait', kwargs={'onerror': <function error at 0x10f0eb668>, 'callback': '<a callback>', 'onredirect': <function redirect at 0x10f0ebcf8>, 'time_ms': 300.0}) | |
2015-04-15 20:52:05.516509 [render] [4557115544] waiting 300.0ms; timer 4797564936 | |
2015-04-15 20:52:07.397041 [network] [4557115544] GET http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:52:07.398761 [render] [4557115544] wait timeout for 4797564936 | |
2015-04-15 20:52:07.398961 [render] [4557115544] [lua] dispatch cmd_id=1, args=(True,) | |
2015-04-15 20:52:07.399083 [render] [4557115544] [lua] arguments are for command 1, waiting for result of 1 | |
2015-04-15 20:52:07.399191 [render] [4557115544] [lua] send (True,) | |
2015-04-15 20:52:07.399352 [render] [4557115544] getting HAR | |
2015-04-15 20:52:07.400850 [render] [4557115544] [lua] got <Lua table at 0x7fa705353610> | |
2015-04-15 20:52:07.400981 [render] [4557115544] [lua] instructions used: 263 | |
2015-04-15 20:52:07.401052 [render] [4557115544] [lua] got non-command | |
2015-04-15 20:52:07.401109 [render] [4557115544] [lua] send (True,) | |
2015-04-15 20:52:07.401170 [render] [4557115544] [lua] returning result | |
2015-04-15 20:52:07.403493 [render] [4557115544] [lua] instructions used: 345 | |
2015-04-15 20:52:07.403638 [pool] [4557115544] SLOT 37 is closing <splash.qtrender_lua.LuaRender object at 0x11df7cb10> | |
2015-04-15 20:52:07.403711 [render] [4557115544] close is requested by a script | |
2015-04-15 20:52:07.403923 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (http://localhost:56406/meta-redirect-target/) | |
2015-04-15 20:52:07.404312 [network-manager] Finished downloading http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:52:07.404483 [render] [4557115544] _on_load_finished is not called because BrowserTab is closing | |
2015-04-15 20:52:07.404620 [pool] [4557115544] SLOT 37 done with <splash.qtrender_lua.LuaRender object at 0x11df7cb10> | |
2015-04-15 20:52:07.405009 [stats] {"maxrss": 434765824, "load": [1.6181640625, 1.95654296875, 1.9208984375], "fds": 50, "qsize": 0, "rendertime": 1.9007389545440674, "active": 0, "path": "/execute", "args": {"url": ["http://localhost:56406/meta-redirect1"], "lua_source": ["main = require(\"emulation\").render_har"], "wait": ["0.3"]}, "_id": 4557115544} | |
2015-04-15 20:52:07.405501 [-] "127.0.0.1" - - [15/Apr/2015:15:52:05 +0000] "GET /execute?url=http%3A%2F%2Flocalhost%3A56406%2Fmeta-redirect1&lua_source=main+%3D+require%28%22emulation%22%29.render_har&wait=0.3 HTTP/1.1" 200 2275 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:52:07.405785 [pool] SLOT 37 is available | |
2015-04-15 20:52:07.406151 [network-manager] Headers received for http://localhost:56406/meta-redirect-target/; ignoring | |
________________________________________ EmulatedRenderHarTest.test_meta_redirect_slowload2_wait_more _________________________________________ | |
self = <splash.tests.test_execute_emulation.EmulatedRenderHarTest testMethod=test_meta_redirect_slowload2_wait_more> | |
def test_meta_redirect_slowload2_wait_more(self): | |
data = self.assertValidHar(self.mockurl('meta-redirect-slowload2'), wait=0.3) | |
self.assertRequestedUrlsStatuses(data, [ | |
(self.mockurl('meta-redirect-slowload2'), 200), | |
(self.mockurl('slow.gif?n=2'), 200), | |
> (self.mockurl('meta-redirect-target/'), 200), | |
]) | |
splash/tests/test_har.py:143: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_har.py:53: in assertRequestedUrlsStatuses | |
self.assertEqual(urls_statuses, set(correct_urls_statuses)) | |
E AssertionError: Items in the first set but not the second: | |
E (u'http://localhost:56406/meta-redirect-target/', 0) | |
E Items in the second set but not the first: | |
E ('http://localhost:56406/meta-redirect-target/', 200) | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:52:07+0500 [HTTPChannel,13,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:52:07 +0000] "GET /meta-redirect-slowload2 HTTP/1.1" 200 155 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:52:09+0500 [-] "127.0.0.1" - - [15/Apr/2015:15:52:09 +0000] "GET /slow.gif?n=2 HTTP/1.1" 200 43 "http://localhost:56406/meta-redirect-slowload2" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:52:18+0500 [HTTPChannel,13,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:52:18 +0000] "GET /meta-redirect-target/ HTTP/1.1" 200 50 "http://localhost:56406/meta-redirect-slowload2" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:52:07.448000 [pool] initializing SLOT 39 | |
2015-04-15 20:52:07.449171 [render] [4777276984] viewport size is set to 1024x768 | |
2015-04-15 20:52:07.449348 [pool] [4777276984] SLOT 39 is starting | |
2015-04-15 20:52:07.449411 [render] [4777276984] main = require("emulation").render_har | |
2015-04-15 20:52:07.451762 [render] [4777276984] [lua] dispatch cmd_id=__START__, args=() | |
2015-04-15 20:52:07.451810 [render] [4777276984] [lua] arguments are for command __START__, waiting for result of __START__ | |
2015-04-15 20:52:07.451843 [render] [4777276984] [lua] send () | |
2015-04-15 20:52:07.451977 [render] [4777276984] [lua] got AsyncBrowserCommand(id=0, name='go', kwargs={'url': u'http://localhost:56406/meta-redirect-slowload2', 'headers': None, 'callback': '<a callback>', 'baseurl': None, 'errback': '<an errback>'}) | |
2015-04-15 20:52:07.452031 [render] [4777276984] [lua] instructions used: 153 | |
2015-04-15 20:52:07.452210 [render] [4777276984] [lua] executing AsyncBrowserCommand(id=0, name='go', kwargs={'url': u'http://localhost:56406/meta-redirect-slowload2', 'headers': None, 'callback': '<a callback>', 'baseurl': None, 'errback': '<an errback>'}) | |
2015-04-15 20:52:07.452274 [render] [4777276984] HAR event: _onStarted | |
2015-04-15 20:52:07.452344 [render] [4777276984] callback 0 is connected to loadFinished | |
2015-04-15 20:52:07.452673 [network] [4777276984] GET http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:52:07.453417 [pool] [4777276984] SLOT 39 is working | |
2015-04-15 20:52:07.453481 [pool] [4777276984] queued | |
2015-04-15 20:52:07.454573 [network-manager] Headers received for http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:52:07.455027 [network-manager] Finished downloading http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:52:07.455503 [render] [4777276984] mainFrame().urlChanged http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:52:07.456102 [network] [4777276984] GET http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:52:07.458041 [network-manager] Headers received for http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:52:08.262493 [render] [4777276984] mainFrame().initialLayoutCompleted | |
2015-04-15 20:52:09.459220 [network-manager] Finished downloading http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:52:09.459797 [render] [4777276984] loadFinished: ok | |
2015-04-15 20:52:09.459949 [render] [4777276984] loadFinished: disconnecting callback 0 | |
2015-04-15 20:52:09.460111 [render] [4777276984] [lua] dispatch cmd_id=0, args=(True,) | |
2015-04-15 20:52:09.460178 [render] [4777276984] [lua] arguments are for command 0, waiting for result of 0 | |
2015-04-15 20:52:09.460233 [render] [4777276984] [lua] send (True,) | |
2015-04-15 20:52:09.460434 [render] [4777276984] [lua] got AsyncBrowserCommand(id=1, name='wait', kwargs={'onerror': <function error at 0x10f0eb2a8>, 'callback': '<a callback>', 'onredirect': <function redirect at 0x10f0eb398>, 'time_ms': 300.0}) | |
2015-04-15 20:52:09.460545 [render] [4777276984] [lua] instructions used: 206 | |
2015-04-15 20:52:09.460625 [render] [4777276984] [lua] executing AsyncBrowserCommand(id=1, name='wait', kwargs={'onerror': <function error at 0x10f0eb2a8>, 'callback': '<a callback>', 'onredirect': <function redirect at 0x10f0eb398>, 'time_ms': 300.0}) | |
2015-04-15 20:52:09.460729 [render] [4777276984] waiting 300.0ms; timer 4797499248 | |
2015-04-15 20:52:18.408064 [network] [4777276984] GET http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:52:18.409164 [render] [4777276984] wait timeout for 4797499248 | |
2015-04-15 20:52:18.409303 [render] [4777276984] [lua] dispatch cmd_id=1, args=(True,) | |
2015-04-15 20:52:18.409367 [render] [4777276984] [lua] arguments are for command 1, waiting for result of 1 | |
2015-04-15 20:52:18.409420 [render] [4777276984] [lua] send (True,) | |
2015-04-15 20:52:18.409505 [render] [4777276984] getting HAR | |
2015-04-15 20:52:18.411261 [render] [4777276984] [lua] got <Lua table at 0x7fa7054ac860> | |
2015-04-15 20:52:18.411375 [render] [4777276984] [lua] instructions used: 273 | |
2015-04-15 20:52:18.411438 [render] [4777276984] [lua] got non-command | |
2015-04-15 20:52:18.411488 [render] [4777276984] [lua] send (True,) | |
2015-04-15 20:52:18.411575 [render] [4777276984] [lua] returning result | |
2015-04-15 20:52:18.413928 [render] [4777276984] [lua] instructions used: 393 | |
2015-04-15 20:52:18.414043 [pool] [4777276984] SLOT 39 is closing <splash.qtrender_lua.LuaRender object at 0x10f0ec8d0> | |
2015-04-15 20:52:18.414102 [render] [4777276984] close is requested by a script | |
2015-04-15 20:52:18.414272 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (http://localhost:56406/meta-redirect-target/) | |
2015-04-15 20:52:18.414564 [network-manager] Finished downloading http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:52:18.414721 [render] [4777276984] _on_load_finished is not called because BrowserTab is closing | |
2015-04-15 20:52:18.414830 [pool] [4777276984] SLOT 39 done with <splash.qtrender_lua.LuaRender object at 0x10f0ec8d0> | |
2015-04-15 20:52:18.415181 [stats] {"maxrss": 434765824, "load": [1.5224609375, 1.9248046875, 1.90966796875], "fds": 46, "qsize": 0, "rendertime": 10.96721601486206, "active": 0, "path": "/execute", "args": {"url": ["http://localhost:56406/meta-redirect-slowload2"], "lua_source": ["main = require(\"emulation\").render_har"], "wait": ["0.3"]}, "_id": 4777276984} | |
2015-04-15 20:52:18.415574 [-] "127.0.0.1" - - [15/Apr/2015:15:52:18 +0000] "GET /execute?url=http%3A%2F%2Flocalhost%3A56406%2Fmeta-redirect-slowload2&lua_source=main+%3D+require%28%22emulation%22%29.render_har&wait=0.3 HTTP/1.1" 200 3395 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:52:18.415772 [pool] SLOT 39 is available | |
2015-04-15 20:52:18.416098 [network-manager] Headers received for http://localhost:56406/meta-redirect-target/; ignoring | |
_____________________________________________ HarRenderTest.test_meta_redirect_delay_wait_enough ______________________________________________ | |
self = <splash.tests.test_har.HarRenderTest testMethod=test_meta_redirect_delay_wait_enough> | |
def test_meta_redirect_delay_wait_enough(self): | |
data = self.assertValidHar(self.mockurl('meta-redirect1'), wait=0.3) | |
self.assertRequestedUrlsStatuses(data, [ | |
(self.mockurl('meta-redirect1'), 200), | |
> (self.mockurl('meta-redirect-target/'), 200), | |
]) | |
splash/tests/test_har.py:135: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_har.py:53: in assertRequestedUrlsStatuses | |
self.assertEqual(urls_statuses, set(correct_urls_statuses)) | |
E AssertionError: Items in the first set but not the second: | |
E (u'http://localhost:56406/meta-redirect-target/', 0) | |
E Items in the second set but not the first: | |
E ('http://localhost:56406/meta-redirect-target/', 200) | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:52:51+0500 [HTTPChannel,16,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:52:51 +0000] "GET /meta-redirect1 HTTP/1.1" 200 99 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:53:01+0500 [HTTPChannel,16,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:53:01 +0000] "GET /meta-redirect-target/ HTTP/1.1" 200 50 "http://localhost:56406/meta-redirect1" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:52:51.457171 [pool] initializing SLOT 11 | |
2015-04-15 20:52:51.458395 [render] [4777327720] viewport size is set to 1024x768 | |
2015-04-15 20:52:51.458704 [pool] [4777327720] SLOT 11 is starting | |
2015-04-15 20:52:51.458935 [render] [4777327720] viewport size is set to 1024x768 | |
2015-04-15 20:52:51.459040 [render] [4777327720] HAR event: _onStarted | |
2015-04-15 20:52:51.459176 [render] [4777327720] callback 0 is connected to loadFinished | |
2015-04-15 20:52:51.459651 [network] [4777327720] GET http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:51.460574 [pool] [4777327720] SLOT 11 is working | |
2015-04-15 20:52:51.460676 [pool] [4777327720] queued | |
2015-04-15 20:52:51.462881 [network-manager] Headers received for http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:51.463394 [network-manager] Finished downloading http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:51.463996 [render] [4777327720] mainFrame().urlChanged http://localhost:56406/meta-redirect1 | |
2015-04-15 20:52:51.465032 [render] [4777327720] loadFinished: ok | |
2015-04-15 20:52:51.465217 [render] [4777327720] loadFinished: disconnecting callback 0 | |
2015-04-15 20:52:51.465308 [render] [4777327720] loadFinished; waiting 300ms | |
2015-04-15 20:52:51.465394 [render] [4777327720] waiting 300ms; timer 4797498336 | |
2015-04-15 20:53:01.665695 [network] [4777327720] GET http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:53:01.667673 [render] [4777327720] wait timeout for 4797498336 | |
2015-04-15 20:53:01.667888 [render] [4777327720] _loadFinishedOK | |
2015-04-15 20:53:01.668037 [render] [4777327720] stop_loading | |
2015-04-15 20:53:01.668392 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (http://localhost:56406/meta-redirect-target/) | |
2015-04-15 20:53:01.668986 [network-manager] Finished downloading http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:53:01.669281 [render] [4777327720] Redirect or other non-fatal error detected | |
2015-04-15 20:53:01.669390 [render] [4777327720] HAR event: _onPrepareStart | |
2015-04-15 20:53:01.669467 [render] [4777327720] HAR event: _onCustomJsExecuted | |
2015-04-15 20:53:01.669533 [render] [4777327720] getting HAR | |
2015-04-15 20:53:01.669935 [pool] [4777327720] SLOT 11 is closing <splash.qtrender.HarRender object at 0x10fa0b250> | |
2015-04-15 20:53:01.670014 [render] [4777327720] close is requested by a script | |
2015-04-15 20:53:01.670136 [pool] [4777327720] SLOT 11 done with <splash.qtrender.HarRender object at 0x10fa0b250> | |
2015-04-15 20:53:01.670401 [stats] {"maxrss": 434765824, "load": [1.5634765625, 1.884765625, 1.896484375], "fds": 46, "qsize": 0, "rendertime": 10.213287115097046, "active": 0, "path": "/render.har", "args": {"url": ["http://localhost:56406/meta-redirect1"], "wait": ["0.3"]}, "_id": 4777327720} | |
2015-04-15 20:53:01.670836 [-] "127.0.0.1" - - [15/Apr/2015:15:52:51 +0000] "GET /render.har?url=http%3A%2F%2Flocalhost%3A56406%2Fmeta-redirect1&wait=0.3 HTTP/1.1" 200 2341 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:53:01.671073 [pool] SLOT 11 is available | |
2015-04-15 20:53:01.671427 [network-manager] Headers received for http://localhost:56406/meta-redirect-target/; ignoring | |
___________________________________________ RenderJsonHarTest.test_meta_redirect_delay_wait_enough ____________________________________________ | |
self = <splash.tests.test_har.RenderJsonHarTest testMethod=test_meta_redirect_delay_wait_enough> | |
def test_meta_redirect_delay_wait_enough(self): | |
data = self.assertValidHar(self.mockurl('meta-redirect1'), wait=0.3) | |
self.assertRequestedUrlsStatuses(data, [ | |
(self.mockurl('meta-redirect1'), 200), | |
> (self.mockurl('meta-redirect-target/'), 200), | |
]) | |
splash/tests/test_har.py:135: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_har.py:53: in assertRequestedUrlsStatuses | |
self.assertEqual(urls_statuses, set(correct_urls_statuses)) | |
E AssertionError: Items in the first set but not the second: | |
E (u'http://localhost:56406/meta-redirect-target/', 0) | |
E Items in the second set but not the first: | |
E ('http://localhost:56406/meta-redirect-target/', 200) | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:53:45+0500 [HTTPChannel,20,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:53:45 +0000] "GET /meta-redirect1 HTTP/1.1" 200 99 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:53:56+0500 [HTTPChannel,20,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:53:55 +0000] "GET /meta-redirect-target/ HTTP/1.1" 200 50 "http://localhost:56406/meta-redirect1" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:53:45.891634 [pool] initializing SLOT 40 | |
2015-04-15 20:53:45.892592 [render] [4777525120] viewport size is set to 1024x768 | |
2015-04-15 20:53:45.892793 [pool] [4777525120] SLOT 40 is starting | |
2015-04-15 20:53:45.892954 [render] [4777525120] viewport size is set to 1024x768 | |
2015-04-15 20:53:45.893030 [render] [4777525120] HAR event: _onStarted | |
2015-04-15 20:53:45.893161 [render] [4777525120] callback 0 is connected to loadFinished | |
2015-04-15 20:53:45.893504 [network] [4777525120] GET http://localhost:56406/meta-redirect1 | |
2015-04-15 20:53:45.894329 [pool] [4777525120] SLOT 40 is working | |
2015-04-15 20:53:45.894413 [pool] [4777525120] queued | |
2015-04-15 20:53:45.895637 [network-manager] Headers received for http://localhost:56406/meta-redirect1 | |
2015-04-15 20:53:45.895982 [network-manager] Finished downloading http://localhost:56406/meta-redirect1 | |
2015-04-15 20:53:45.896690 [render] [4777525120] mainFrame().urlChanged http://localhost:56406/meta-redirect1 | |
2015-04-15 20:53:45.897026 [render] [4777525120] loadFinished: ok | |
2015-04-15 20:53:45.897100 [render] [4777525120] loadFinished: disconnecting callback 0 | |
2015-04-15 20:53:45.897173 [render] [4777525120] loadFinished; waiting 300ms | |
2015-04-15 20:53:45.897252 [render] [4777525120] waiting 300ms; timer 4797722104 | |
2015-04-15 20:53:56.097626 [network] [4777525120] GET http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:53:56.098769 [render] [4777525120] wait timeout for 4797722104 | |
2015-04-15 20:53:56.098843 [render] [4777525120] _loadFinishedOK | |
2015-04-15 20:53:56.098886 [render] [4777525120] stop_loading | |
2015-04-15 20:53:56.099003 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (http://localhost:56406/meta-redirect-target/) | |
2015-04-15 20:53:56.099223 [network-manager] Finished downloading http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:53:56.099397 [render] [4777525120] Redirect or other non-fatal error detected | |
2015-04-15 20:53:56.099518 [render] [4777525120] HAR event: _onPrepareStart | |
2015-04-15 20:53:56.099671 [render] [4777525120] HAR event: _onCustomJsExecuted | |
2015-04-15 20:53:56.099729 [render] [4777525120] getting iframes | |
2015-04-15 20:53:56.099823 [render] [4777525120] HAR event: _onIframesRendered | |
2015-04-15 20:53:56.099873 [render] [4777525120] getting HAR | |
2015-04-15 20:53:56.100019 [pool] [4777525120] SLOT 40 is closing <splash.qtrender.JsonRender object at 0x10fa0b810> | |
2015-04-15 20:53:56.100066 [render] [4777525120] close is requested by a script | |
2015-04-15 20:53:56.100142 [pool] [4777525120] SLOT 40 done with <splash.qtrender.JsonRender object at 0x10fa0b810> | |
2015-04-15 20:53:56.100431 [stats] {"maxrss": 434765824, "load": [1.65380859375, 1.85498046875, 1.8837890625], "fds": 49, "qsize": 0, "rendertime": 10.208884954452515, "active": 0, "path": "/render.json", "args": {"url": ["http://localhost:56406/meta-redirect1"], "har": ["1"], "wait": ["0.3"]}, "_id": 4777525120} | |
2015-04-15 20:53:56.100793 [-] "127.0.0.1" - - [15/Apr/2015:15:53:45 +0000] "GET /render.json?url=http%3A%2F%2Flocalhost%3A56406%2Fmeta-redirect1&har=1&wait=0.3 HTTP/1.1" 200 2535 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:53:56.101007 [pool] SLOT 40 is available | |
________________________________________ HarRenderJsonPostTest.test_meta_redirect_slowload2_wait_more _________________________________________ | |
self = <splash.tests.test_jsonpost.HarRenderJsonPostTest testMethod=test_meta_redirect_slowload2_wait_more> | |
def test_meta_redirect_slowload2_wait_more(self): | |
data = self.assertValidHar(self.mockurl('meta-redirect-slowload2'), wait=0.3) | |
self.assertRequestedUrlsStatuses(data, [ | |
(self.mockurl('meta-redirect-slowload2'), 200), | |
(self.mockurl('slow.gif?n=2'), 200), | |
> (self.mockurl('meta-redirect-target/'), 200), | |
]) | |
splash/tests/test_har.py:143: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_har.py:53: in assertRequestedUrlsStatuses | |
self.assertEqual(urls_statuses, set(correct_urls_statuses)) | |
E AssertionError: Items in the first set but not the second: | |
E (u'http://localhost:56406/meta-redirect-target/', 0) | |
E Items in the second set but not the first: | |
E ('http://localhost:56406/meta-redirect-target/', 200) | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:56:34+0500 [HTTPChannel,31,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:56:34 +0000] "GET /meta-redirect-slowload2 HTTP/1.1" 200 155 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:56:36+0500 [-] "127.0.0.1" - - [15/Apr/2015:15:56:36 +0000] "GET /slow.gif?n=2 HTTP/1.1" 200 43 "http://localhost:56406/meta-redirect-slowload2" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 20:56:40+0500 [HTTPChannel,31,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:15:56:39 +0000] "GET /meta-redirect-target/ HTTP/1.1" 200 50 "http://localhost:56406/meta-redirect-slowload2" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:56:34.760384 [pool] initializing SLOT 49 | |
2015-04-15 20:56:34.761588 [render] [4557118136] viewport size is set to 1024x768 | |
2015-04-15 20:56:34.761771 [pool] [4557118136] SLOT 49 is starting | |
2015-04-15 20:56:34.761903 [render] [4557118136] viewport size is set to 1024x768 | |
2015-04-15 20:56:34.761970 [render] [4557118136] HAR event: _onStarted | |
2015-04-15 20:56:34.762051 [render] [4557118136] callback 0 is connected to loadFinished | |
2015-04-15 20:56:34.762440 [network] [4557118136] GET http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:56:34.763568 [pool] [4557118136] SLOT 49 is working | |
2015-04-15 20:56:34.763653 [pool] [4557118136] queued | |
2015-04-15 20:56:34.764934 [network-manager] Headers received for http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:56:34.765418 [network-manager] Finished downloading http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:56:34.765937 [render] [4557118136] mainFrame().urlChanged http://localhost:56406/meta-redirect-slowload2 | |
2015-04-15 20:56:34.766738 [network] [4557118136] GET http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:56:34.769230 [network-manager] Headers received for http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:56:35.016547 [render] [4557118136] mainFrame().initialLayoutCompleted | |
2015-04-15 20:56:36.771711 [network-manager] Finished downloading http://localhost:56406/slow.gif?n=2 | |
2015-04-15 20:56:36.772157 [render] [4557118136] loadFinished: ok | |
2015-04-15 20:56:36.772250 [render] [4557118136] loadFinished: disconnecting callback 0 | |
2015-04-15 20:56:36.772340 [render] [4557118136] loadFinished; waiting 300ms | |
2015-04-15 20:56:36.772437 [render] [4557118136] waiting 300ms; timer 4557165688 | |
2015-04-15 20:56:40.477449 [network] [4557118136] GET http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:56:40.478678 [render] [4557118136] wait timeout for 4557165688 | |
2015-04-15 20:56:40.478833 [render] [4557118136] _loadFinishedOK | |
2015-04-15 20:56:40.478941 [render] [4557118136] stop_loading | |
2015-04-15 20:56:40.479334 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (http://localhost:56406/meta-redirect-target/) | |
2015-04-15 20:56:40.479780 [network-manager] Finished downloading http://localhost:56406/meta-redirect-target/ | |
2015-04-15 20:56:40.479986 [render] [4557118136] Redirect or other non-fatal error detected | |
2015-04-15 20:56:40.480085 [render] [4557118136] HAR event: _onPrepareStart | |
2015-04-15 20:56:40.480160 [render] [4557118136] HAR event: _onCustomJsExecuted | |
2015-04-15 20:56:40.480225 [render] [4557118136] getting HAR | |
2015-04-15 20:56:40.480602 [pool] [4557118136] SLOT 49 is closing <splash.qtrender.HarRender object at 0x11df7bd50> | |
2015-04-15 20:56:40.480676 [render] [4557118136] close is requested by a script | |
2015-04-15 20:56:40.480787 [pool] [4557118136] SLOT 49 done with <splash.qtrender.HarRender object at 0x11df7bd50> | |
2015-04-15 20:56:40.481046 [stats] {"maxrss": 434765824, "load": [1.2275390625, 1.615234375, 1.7783203125], "fds": 52, "qsize": 0, "rendertime": 5.720768928527832, "active": 0, "path": "/render.har", "args": {}, "_id": 4557118136} | |
2015-04-15 20:56:40.481491 [-] "127.0.0.1" - - [15/Apr/2015:15:56:40 +0000] "POST /render.har HTTP/1.1" 200 3456 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:56:40.481804 [pool] SLOT 49 is available | |
2015-04-15 20:56:40.482224 [network-manager] Headers received for http://localhost:56406/meta-redirect-target/; ignoring | |
_____________________________________________________ HarRenderJsonPostTest.test_timeout ______________________________________________________ | |
self = <splash.tests.test_jsonpost.HarRenderJsonPostTest testMethod=test_timeout> | |
def test_timeout(self): | |
r = self.request({"url": self.mockurl("delay?n=10"), "timeout": 0.5}) | |
> self.assertStatusCode(r, 504) | |
splash/tests/test_har.py:106: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_render.py:100: in assertStatusCode | |
self.assertEqual(response.status_code, code, msg) | |
E AssertionError: (200, '{"log": {"pages": [{"pageTimings": {"_onCustomJsExecuted": 10011, "onLoad": 10010, "_onPrepareStart": 10010, "_onStarted": 1, "onContentLoad": 10009}, "startedDateTime": "2015-04-15T15:56:48.195074Z", "id": "1", "title": ""}], "browser": {"comment": "PyQt 4.11.3, Qt 4.8.6", "version": "534.34", "name": "QWebKit"}, "version": "1.2", "entries": [{"pageref": "1", "startedDateTime": "2015-04-15T15:56:48.197143Z", "cache": {}, "request": {"headers": [{"name": "User-Agent", "value": "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34"}, {"name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"}], "cookies": [], "url": "http://localhost:56406/delay?n=10", "bodySize": -1, "queryString": [{"name": "n", "value": "10"}], "method": "GET", "headersSize": 189, "httpVersion": "HTTP/1.1"}, "timings": {"receive": 0, "send": 1, "ssl": -1, "connect": -1, "dns": -1, "blocked": -1, "wait": 10005}, "time": 10006, "respon...') | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 20:56:58+0500 [-] "127.0.0.1" - - [15/Apr/2015:15:56:57 +0000] "GET /delay?n=10 HTTP/1.1" 200 36 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 20:56:48.194795 [pool] initializing SLOT 10 | |
2015-04-15 20:56:48.195997 [render] [4777522168] viewport size is set to 1024x768 | |
2015-04-15 20:56:48.196209 [pool] [4777522168] SLOT 10 is starting | |
2015-04-15 20:56:48.196356 [render] [4777522168] viewport size is set to 1024x768 | |
2015-04-15 20:56:48.196432 [render] [4777522168] HAR event: _onStarted | |
2015-04-15 20:56:48.196527 [render] [4777522168] callback 0 is connected to loadFinished | |
2015-04-15 20:56:48.197031 [network] [4777522168] GET http://localhost:56406/delay?n=10 | |
2015-04-15 20:56:48.198176 [pool] [4777522168] SLOT 10 is working | |
2015-04-15 20:56:48.198320 [pool] [4777522168] queued | |
2015-04-15 20:56:58.202884 [network-manager] Headers received for http://localhost:56406/delay?n=10 | |
2015-04-15 20:56:58.203951 [network-manager] Finished downloading http://localhost:56406/delay?n=10 | |
2015-04-15 20:56:58.204489 [render] [4777522168] mainFrame().urlChanged http://localhost:56406/delay?n=10 | |
2015-04-15 20:56:58.204980 [render] [4777522168] mainFrame().initialLayoutCompleted | |
2015-04-15 20:56:58.205265 [render] [4777522168] loadFinished: ok | |
2015-04-15 20:56:58.205438 [render] [4777522168] loadFinished: disconnecting callback 0 | |
2015-04-15 20:56:58.205597 [render] [4777522168] loadFinished; not waiting | |
2015-04-15 20:56:58.205698 [render] [4777522168] _loadFinishedOK | |
2015-04-15 20:56:58.205789 [render] [4777522168] stop_loading | |
2015-04-15 20:56:58.205918 [render] [4777522168] HAR event: _onPrepareStart | |
2015-04-15 20:56:58.206049 [render] [4777522168] HAR event: _onCustomJsExecuted | |
2015-04-15 20:56:58.206165 [render] [4777522168] getting HAR | |
2015-04-15 20:56:58.206611 [pool] [4777522168] SLOT 10 is closing <splash.qtrender.HarRender object at 0x11df412d0> | |
2015-04-15 20:56:58.206718 [render] [4777522168] close is requested by a script | |
2015-04-15 20:56:58.206900 [pool] [4777522168] SLOT 10 done with <splash.qtrender.HarRender object at 0x11df412d0> | |
2015-04-15 20:56:58.207270 [stats] {"maxrss": 434765824, "load": [1.17626953125, 1.58447265625, 1.763671875], "fds": 53, "qsize": 0, "rendertime": 10.012423038482666, "active": 0, "path": "/render.har", "args": {}, "_id": 4777522168} | |
2015-04-15 20:56:58.208105 [-] "127.0.0.1" - - [15/Apr/2015:15:56:48 +0000] "POST /render.har HTTP/1.1" 200 1473 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 20:56:58.208648 [pool] SLOT 10 is available | |
__________________________________________________ IframesRenderTest.test_delayed_js_iframes __________________________________________________ | |
self = <splash.tests.test_render.IframesRenderTest testMethod=test_delayed_js_iframes> | |
@flaky() | |
def test_delayed_js_iframes(self): | |
self.assertNoIframesText('IFRAME_3_OK', {'wait': 0.0}) | |
> self.assertIframesText('IFRAME_3_OK', {'wait': 0.5}) | |
splash/tests/test_render.py:760: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
splash/tests/test_render.py:774: in assertIframesText | |
self.assertTrue(self._text_is_somewhere(data, text)) | |
E AssertionError: False is not true | |
------------------------------------------------------------ Captured stdout call ------------------------------------------------------------- | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes HTTP/1.1" 200 1006 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/script.js HTTP/1.1" 200 138 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel,84,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/script2.js HTTP/1.1" 200 33 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/6.html HTTP/1.1" 200 98 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/1.html HTTP/1.1" 200 50 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/2.html HTTP/1.1" 200 181 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/3.html HTTP/1.1" 200 53 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/nested.html HTTP/1.1" 200 64 "https://localhost:56407/iframes/2.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/5.html HTTP/1.1" 200 77 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes HTTP/1.1" 200 1006 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/script.js HTTP/1.1" 200 138 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel,84,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/script2.js HTTP/1.1" 200 33 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/6.html HTTP/1.1" 200 98 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/1.html HTTP/1.1" 200 50 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/2.html HTTP/1.1" 200 181 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/3.html HTTP/1.1" 200 53 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/nested.html HTTP/1.1" 200 64 "https://localhost:56407/iframes/2.html" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:15:51+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /iframes/5.html HTTP/1.1" 200 77 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
2015-04-15 21:16:01+0500 [HTTPChannel (TLSMemoryBIOProtocol),6,127.0.0.1] "127.0.0.1" - - [15/Apr/2015:16:16:01 +0000] "GET /iframes/4.html HTTP/1.1" 200 61 "https://localhost:56407/iframes" "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) python2.7 Safari/534.34" | |
------------------------------------------------------------ Captured stderr call ------------------------------------------------------------- | |
2015-04-15 21:15:51.747005 [pool] initializing SLOT 1 | |
2015-04-15 21:15:51.748181 [render] [4483769408] viewport size is set to 1024x768 | |
2015-04-15 21:15:51.748389 [pool] [4483769408] SLOT 1 is starting | |
2015-04-15 21:15:51.748552 [render] [4483769408] viewport size is set to 1024x768 | |
2015-04-15 21:15:51.748634 [render] [4483769408] HAR event: _onStarted | |
2015-04-15 21:15:51.748732 [render] [4483769408] callback 0 is connected to loadFinished | |
2015-04-15 21:15:51.749155 [network] [4483769408] GET https://localhost:56407/iframes | |
2015-04-15 21:15:51.750430 [pool] [4483769408] SLOT 1 is working | |
2015-04-15 21:15:51.750660 [pool] [4483769408] queued | |
2015-04-15 21:15:51.752422 [network-manager] Headers received for https://localhost:56407/iframes | |
2015-04-15 21:15:51.753226 [render] [4483769408] mainFrame().urlChanged https://localhost:56407/iframes | |
2015-04-15 21:15:51.753908 [network-manager] Finished downloading https://localhost:56407/iframes | |
2015-04-15 21:15:51.754398 [network] [4483769408] GET https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.755339 [render] JsConsole(:1): The page at https://localhost:56407/iframes ran insecure content from http://0.0.0.0:56406/iframes/script2.js. | |
2015-04-15 21:15:51.755733 [network] [4483769408] GET http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.757767 [network-manager] Headers received for https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.758330 [network-manager] Finished downloading https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.758614 [render] [4483769408] mainFrame().javaScriptWindowObjectCleared | |
2015-04-15 21:15:51.759201 [network] [4483769408] GET https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.760052 [render] JsConsole(:1): The page at https://localhost:56407/iframes ran insecure content from http://0.0.0.0:56406/iframes/script2.js. | |
2015-04-15 21:15:51.760419 [network-manager] Headers received for http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.760765 [network-manager] Finished downloading http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.761413 [network] [4483769408] GET https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.762805 [network] [4483769408] GET https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.764447 [network] [4483769408] GET https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.766433 [network-manager] Headers received for https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.766959 [network-manager] Finished downloading https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.767884 [network-manager] Headers received for https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.768328 [network-manager] Finished downloading https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.769061 [network-manager] Headers received for https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.769554 [network-manager] Finished downloading https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.770621 [network] [4483769408] GET https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.772162 [network-manager] Headers received for https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.772544 [network-manager] Finished downloading https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.773558 [network-manager] Headers received for https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.773960 [network-manager] Finished downloading https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.774913 [network] [4483769408] GET https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.776132 [render] [4483769408] mainFrame().initialLayoutCompleted | |
2015-04-15 21:15:51.777506 [network-manager] Headers received for https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.778007 [network-manager] Finished downloading https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.778777 [render] [4483769408] loadFinished: ok | |
2015-04-15 21:15:51.778872 [render] [4483769408] loadFinished: disconnecting callback 0 | |
2015-04-15 21:15:51.778960 [render] [4483769408] loadFinished; not waiting | |
2015-04-15 21:15:51.779088 [render] [4483769408] _loadFinishedOK | |
2015-04-15 21:15:51.779146 [render] [4483769408] stop_loading | |
2015-04-15 21:15:51.779226 [render] [4483769408] HAR event: _onPrepareStart | |
2015-04-15 21:15:51.779293 [render] [4483769408] HAR event: _onCustomJsExecuted | |
2015-04-15 21:15:51.779355 [render] [4483769408] getting iframes | |
2015-04-15 21:15:51.779870 [render] [4483769408] HAR event: _onIframesRendered | |
2015-04-15 21:15:51.780004 [pool] [4483769408] SLOT 1 is closing <splash.qtrender.JsonRender object at 0x10b418890> | |
2015-04-15 21:15:51.780070 [render] [4483769408] close is requested by a script | |
2015-04-15 21:15:51.780189 [pool] [4483769408] SLOT 1 done with <splash.qtrender.JsonRender object at 0x10b418890> | |
2015-04-15 21:15:51.780550 [stats] {"maxrss": 449290240, "load": [1.361328125, 1.48779296875, 1.5615234375], "fds": 134, "qsize": 0, "rendertime": 0.033635854721069336, "active": 0, "path": "/render.json", "args": {"url": ["https://localhost:56407/iframes"], "html": ["1"], "iframes": ["1"], "wait": ["0.0"]}, "_id": 4483769408} | |
2015-04-15 21:15:51.780961 [-] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /render.json?url=https%3A%2F%2Flocalhost%3A56407%2Fiframes&html=1&iframes=1&wait=0.0 HTTP/1.1" 200 3323 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 21:15:51.781179 [pool] SLOT 1 is available | |
2015-04-15 21:15:51.787232 [pool] initializing SLOT 2 | |
2015-04-15 21:15:51.788423 [render] [4557144360] viewport size is set to 1024x768 | |
2015-04-15 21:15:51.788641 [pool] [4557144360] SLOT 2 is starting | |
2015-04-15 21:15:51.788807 [render] [4557144360] viewport size is set to 1024x768 | |
2015-04-15 21:15:51.788890 [render] [4557144360] HAR event: _onStarted | |
2015-04-15 21:15:51.788987 [render] [4557144360] callback 0 is connected to loadFinished | |
2015-04-15 21:15:51.789417 [network] [4557144360] GET https://localhost:56407/iframes | |
2015-04-15 21:15:51.790525 [pool] [4557144360] SLOT 2 is working | |
2015-04-15 21:15:51.790621 [pool] [4557144360] queued | |
2015-04-15 21:15:51.792271 [network-manager] Headers received for https://localhost:56407/iframes | |
2015-04-15 21:15:51.792838 [render] [4557144360] mainFrame().urlChanged https://localhost:56407/iframes | |
2015-04-15 21:15:51.793344 [network-manager] Finished downloading https://localhost:56407/iframes | |
2015-04-15 21:15:51.793797 [network] [4557144360] GET https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.794735 [render] JsConsole(:1): The page at https://localhost:56407/iframes ran insecure content from http://0.0.0.0:56406/iframes/script2.js. | |
2015-04-15 21:15:51.795088 [network] [4557144360] GET http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.796715 [network-manager] Headers received for https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.797358 [network-manager] Finished downloading https://localhost:56407/iframes/script.js | |
2015-04-15 21:15:51.797637 [render] [4557144360] mainFrame().javaScriptWindowObjectCleared | |
2015-04-15 21:15:51.798623 [network] [4557144360] GET https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.799728 [render] JsConsole(:1): The page at https://localhost:56407/iframes ran insecure content from http://0.0.0.0:56406/iframes/script2.js. | |
2015-04-15 21:15:51.800148 [network-manager] Headers received for http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.800490 [network-manager] Finished downloading http://0.0.0.0:56406/iframes/script2.js | |
2015-04-15 21:15:51.801208 [network] [4557144360] GET https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.802638 [network] [4557144360] GET https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.804746 [network] [4557144360] GET https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.806722 [network-manager] Headers received for https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.807224 [network-manager] Finished downloading https://localhost:56407/iframes/6.html | |
2015-04-15 21:15:51.808051 [network-manager] Headers received for https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.808557 [network-manager] Finished downloading https://localhost:56407/iframes/1.html | |
2015-04-15 21:15:51.809318 [network-manager] Headers received for https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.809761 [network-manager] Finished downloading https://localhost:56407/iframes/2.html | |
2015-04-15 21:15:51.810567 [network] [4557144360] GET https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.812119 [network-manager] Headers received for https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.812573 [network-manager] Finished downloading https://localhost:56407/iframes/3.html | |
2015-04-15 21:15:51.813745 [network-manager] Headers received for https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.814369 [network-manager] Finished downloading https://localhost:56407/iframes/nested.html | |
2015-04-15 21:15:51.815480 [network] [4557144360] GET https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.816762 [render] [4557144360] mainFrame().initialLayoutCompleted | |
2015-04-15 21:15:51.818184 [network-manager] Headers received for https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.818655 [network-manager] Finished downloading https://localhost:56407/iframes/5.html | |
2015-04-15 21:15:51.819414 [render] [4557144360] loadFinished: ok | |
2015-04-15 21:15:51.819507 [render] [4557144360] loadFinished: disconnecting callback 0 | |
2015-04-15 21:15:51.819599 [render] [4557144360] loadFinished; waiting 500ms | |
2015-04-15 21:15:51.819697 [render] [4557144360] waiting 500ms; timer 4483821352 | |
2015-04-15 21:16:01.907319 [network] [4557144360] GET https://localhost:56407/iframes/4.html | |
2015-04-15 21:16:01.908674 [render] [4557144360] wait timeout for 4483821352 | |
2015-04-15 21:16:01.908786 [render] [4557144360] _loadFinishedOK | |
2015-04-15 21:16:01.908844 [render] [4557144360] stop_loading | |
2015-04-15 21:16:01.909004 [network-manager] Download error 5: the operation was canceled via calls to abort() or close() before it was finished. (https://localhost:56407/iframes/4.html) | |
2015-04-15 21:16:01.909281 [network-manager] Finished downloading https://localhost:56407/iframes/4.html | |
2015-04-15 21:16:01.909436 [render] [4557144360] HAR event: _onPrepareStart | |
2015-04-15 21:16:01.909551 [render] [4557144360] HAR event: _onCustomJsExecuted | |
2015-04-15 21:16:01.909641 [render] [4557144360] getting iframes | |
2015-04-15 21:16:01.910189 [render] [4557144360] HAR event: _onIframesRendered | |
2015-04-15 21:16:01.910322 [pool] [4557144360] SLOT 2 is closing <splash.qtrender.JsonRender object at 0x10b423950> | |
2015-04-15 21:16:01.910390 [render] [4557144360] close is requested by a script | |
2015-04-15 21:16:01.910506 [pool] [4557144360] SLOT 2 done with <splash.qtrender.JsonRender object at 0x10b423950> | |
2015-04-15 21:16:01.910876 [stats] {"maxrss": 449290240, "load": [1.30517578125, 1.47119140625, 1.5546875], "fds": 138, "qsize": 0, "rendertime": 10.12385892868042, "active": 0, "path": "/render.json", "args": {"url": ["https://localhost:56407/iframes"], "html": ["1"], "iframes": ["1"], "wait": ["0.5"]}, "_id": 4557144360} | |
2015-04-15 21:16:01.911285 [-] "127.0.0.1" - - [15/Apr/2015:16:15:51 +0000] "GET /render.json?url=https%3A%2F%2Flocalhost%3A56407%2Fiframes&html=1&iframes=1&wait=0.5 HTTP/1.1" 200 3601 "-" "python-requests/2.4.1 CPython/2.7.5 Darwin/14.3.0" | |
2015-04-15 21:16:01.911517 [pool] SLOT 2 is available | |
===Flaky Test Report=== | |
test_timeout passed 1 out of the required 1 times. Success! | |
test_redirect_timer_wait_enough passed 1 out of the required 1 times. Success! | |
test_meta_redirect_delay_wait_enough passed 1 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait passed 1 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait_more failed (1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0; URL=/meta-redirect-target/">\n</head>\n<body><img width="10" heigth="10" src="/slow.gif?n=2">\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:115>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_slowload2_wait_more passed 1 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait failed (1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0; URL=/meta-redirect-target/">\n</head>\n<body><img src="/delay?n=0.2">\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:87>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_slowload_wait passed 1 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait_more passed 1 out of the required 1 times. Success! | |
test_timeout passed 2 out of the required 1 times. Success! | |
test_timeout failed (-1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '<html><head></head><body>Response delayed for 10.000 seconds\n</body></html>') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout passed 3 out of the required 1 times. Success! | |
test_timeout failed (-3 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '{"url": "http://localhost:56406/delay?n=10", "geometry": [0, 0, 1024, 768], "requestedUrl": "http://localhost:56406/delay?n=10", "title": ""}') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout failed (-4 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '{"url": "http://localhost:56406/delay?n=10", "geometry": [0, 0, 1024, 768], "requestedUrl": "http://localhost:56406/delay?n=10", "title": ""}') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout passed 4 out of the required 1 times. Success! | |
test_timeout passed 5 out of the required 1 times. Success! | |
test_timeout failed (-7 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '<html><head></head><body>Response delayed for 10.000 seconds\n</body></html>') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout passed 6 out of the required 1 times. Success! | |
test_timeout passed 7 out of the required 1 times. Success! | |
test_timeout passed 8 out of the required 1 times. Success! | |
test_timeout passed 9 out of the required 1 times. Success! | |
test_timeout passed 10 out of the required 1 times. Success! | |
test_meta_redirect_delay_wait_enough failed (0 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-2 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-3 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-4 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-5 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-6 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-7 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-8 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-9 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-10 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough passed 2 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait passed 2 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait_more failed (-1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0; URL=/meta-redirect-target/">\n</head>\n<body><img width="10" heigth="10" src="/slow.gif?n=2">\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:115>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_slowload2_wait_more passed 2 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait passed 2 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait_more passed 2 out of the required 1 times. Success! | |
test_meta_redirect_delay_wait_enough failed (-12 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-13 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-14 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-15 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-16 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-17 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-18 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-19 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-20 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-21 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough passed 3 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait passed 3 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait_more passed 3 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait passed 3 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait_more passed 3 out of the required 1 times. Success! | |
test_redirect_timer_wait_enough failed (0 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough passed 2 out of the required 1 times. Success! | |
test_redirect_timer_wait_enough failed (-3 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-4 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough passed 3 out of the required 1 times. Success! | |
test_meta_redirect_delay_wait_enough failed (-23 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-24 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-25 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-26 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-27 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-28 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-29 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-30 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-31 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-32 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-33 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-34 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-35 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-36 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-37 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-38 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-39 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-40 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-41 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-42 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-43 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-44 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-45 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-46 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-47 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-48 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-49 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-50 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-51 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-52 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-53 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough failed (-54 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0.2; URL=/meta-redirect-target/">\n</head>\n<body>\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:75>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_delay_wait_enough passed 4 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait passed 4 out of the required 1 times. Success! | |
test_meta_redirect_slowload2_wait_more failed (-4 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'META REDIRECT TARGET' not found in u'<html><head>\n<meta http-equiv="REFRESH" content="0; URL=/meta-redirect-target/">\n</head>\n<body><img width="10" heigth="10" src="/slow.gif?n=2">\n</body></html>' | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:115>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:54>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_meta_redirect_slowload2_wait_more passed 4 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait passed 4 out of the required 1 times. Success! | |
test_meta_redirect_slowload_wait_more passed 4 out of the required 1 times. Success! | |
test_redirect_timer_wait_enough failed (-6 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-7 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-8 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-9 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-10 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-11 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-12 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-13 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-14 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-15 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-16 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-17 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-18 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-19 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough failed (-20 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
'JS REDIRECT TARGET' not found in u"<html><head>\n<script>\nwindow.setTimeout(function(){\n window.location = '/jsredirect-target';\n}, 100);\n</script>\n</head>\n<body>Redirecting on setTimeout callback...\n\n</body></html>" | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:157>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_redirects.py:121>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:805>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:412>] | |
test_redirect_timer_wait_enough passed 4 out of the required 1 times. Success! | |
test_timeout passed 11 out of the required 1 times. Success! | |
test_timeout failed (-14 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x04\x00\x00\x00\x03\x00\x08\x06\x00\x00\x00\xba\xba\x15\r\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x00\tpHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00 \x00IDATx\x01\xed\xddu\xaclw\xd9\x05\xe0]\xdc\xfa!\x85\xe0nA\x82\x05\x82\x14\rNHp\x87\x14JBpR\xdc\x02\x04).\t\x12,H\xa0\xb8C\xf1\xe0\xc15\xb8\xbb{q\x9do\xffv\x98\x93\xd3\xdb{\xcf\xac\xde[\xa0\x8b\xfbL\xd2{N\xcf\xbcgf\x9d\xe7\x9d\x7ff\xcd\x9e=\x07\xac\xe6\xcb\xe4B\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcO\x0b\x9c\xe0\x7f\xfa\xaf\xf3\xc7\x11 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x8b\x80\x02\xc0\x03\x81\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xec\x07\x02\n\x80\xfd`\xc9\xfeD\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xa0\x00\xf0\x18 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\xfb\x81\x80\x02`?X\xb2?\x91\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08(\x00<\x06\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\xc0~ \xa0\x00\xd8\x0f\x96\xecO$@\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\n\x00\x8f\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xb0\x1f\x08(\x00\xf6\x83%\xfb\x13\t\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x80\x02`/\x1f\x03?\xfa\xd1\x8f\xa6#\x8e8"\xfa\xed_\xfd\xeaW\xd3\x0b^\xf0\x82h\xf6\xb8\x1cJ3\x8e|\xafy\xcdk\xa6#\x8f<r\xfa\xeb_\xffz\\Fp[\xff\x06\x81t\xaf\xff\x86\xbbv\x93\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x14\x0b\x1c\xb0\x9a/;\xe5\xff\xf0\x87?<=\xeeq\x8f\x9b\xde\xfc\xe67OW\xbc\xe2\x15\xa7\x0b^\xf0\x82\xd3G>\xf2\x91\xe9\x8cg<\xe3t\xf8\xe1\x87O\x97\xbb\xdc\xe5v\xfa\xf5\xff\xc9\xeb>\xfd\xe9OOw\xba\xd3\x9d\xa6\xdf\xff\xfe\xf7\xd3W\xbe\xf2\x95\x1d\xff\xc6\xaf}\xedk\xd3=\xeeq\x8f\xe9\x83\x1f\xfc\xe0\xf4\xc7?\xfeq\xc7\xd9\xe3\xf2\xca4\xe3\x17\xbe\xf0\x85\xe9\xb9\xcf}\xeet\xcf{\xdes\xba\xe3\x1d\xef\xb8Dx\xff\xfb\xdf\xbfOQ\xc6Cj<^\x9e\xf8\xc4\'N\x07\x1ex\xe0\xf4\xd6\xb7\xbe\xf5\x18\xb7\xf7\xc0\x07>p:\xf1\x89O<\x9d\xeaT\xa7\x9a\xbe\xfc\xe5/O\xcfy\xces\xa6\x93\x9e\xf4\xa4\xc7\x98[\xff`\xd3\xfc\xbe^\xbf\xbe\x9f\xe3\xfb\xd7t\xaf\xc7\xf7\xbfC>\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\xfe\xf3\x02\x1b\x8f\x00\xb8\xc2\x15\xae0\x1dv\xd8aK\xb2\x07=\xe8A\xd3\xf3\x9f\xff\xfc\xe9\xf3\x9f\xff\xfct\x8aS\x9cb:\xf8\xe0\x83\xa7o|\xe3\x1b\xff\xf9\xd4\xff\xe5{\xbc\xd4\xa5.5\xdd\xecf7\x8bR\\\xe0\x02\x17\x98\x0e9\xe4\x90h\xf6\xb8\x1cJ3\xde\xfb\xde\xf7\x9e\xaet\xa5+M\xe7;\xdf\xf9\x96#\x00\x1e\xf3\x98\xc7\xecs\x8c\x7f\xfe\xf3\x9f\xcbc\xe3\xff\xfe\xef\xffv{[\xa3p\xf8\xd0\x87>4=\xeaQ\x8f\x9a\x1e\xf0\x80\x07L\x07\x1cp\xc0\xf4\xf8\xc7?~\xb7\xb3\xe3\x87\x9b\xe6\xf7\xf5\xfa=\xde\xf1\xf1\xf0\x8at\xaf\xc7\xc3\xe8"\x11 @\x80\x00\x01\x02\x04\x08\x10 \xf0_\x16\xd8X\x00\x8c|\xeb\'r\xe3\x89\xda\xb8\x9c\xe0\x04\'\x98n\x7f\xfb\xdbO\xe3\x89\xdex\xa5w\x7f\xbc\x8cW\xaf\xd3\xcb\x89Nt\xa2t\xf48\x9dK2~\xf2\x93\x9f\x9cNv\xb2\x93-\xf7;^\x8d\x1fGy\xec\xeb\xe5\x84\'<\xe1t\xd0A\x07Mg?\xfb\xd9w{S\xf7\xbf\xff\xfd\xa7C\x0f=t\xeb\xba\x1b\xde\xf0\x86\xd3S\x9e\xf2\x94\xe9\xa8\xa3\x8e\xda\xfa\xd9\xf6o6\xcd\xef\xeb\xf5\xdb\xef\xab\xe1\xfbd\xaf\r\x7f\x87\x8c\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcg\x05\xf6\xfa\x99\xe9\xbb\xde\xf5\xae%\xe9U\xafz\xd5...') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout failed (-15 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x04\x00\x00\x00\x03\x00\x08\x06\x00\x00\x00\xba\xba\x15\r\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x00\tpHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00 \x00IDATx\x01\xed\xddu\xaclw\xd9\x05\xe0]\xdc\xfa!\x85\xe0nA\x82\x05\x82\x14\rNHp\x87\x14JBpR\xdc\x02\x04).\t\x12,H\xa0\xb8C\xf1\xe0\xc15\xb8\xbb{q\x9do\xffv\x98\x93\xd3\xdb{\xcf\xac\xde[\xa0\x8b\xfbL\xd2{N\xcf\xbcgf\x9d\xe7\x9d\x7ff\xcd\x9e=\x07\xac\xe6\xcb\xe4B\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcO\x0b\x9c\xe0\x7f\xfa\xaf\xf3\xc7\x11 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x8b\x80\x02\xc0\x03\x81\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xec\x07\x02\n\x80\xfd`\xc9\xfeD\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xa0\x00\xf0\x18 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\xfb\x81\x80\x02`?X\xb2?\x91\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08(\x00<\x06\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\xc0~ \xa0\x00\xd8\x0f\x96\xecO$@\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\n\x00\x8f\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xb0\x1f\x08(\x00\xf6\x83%\xfb\x13\t\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x80\x02`/\x1f\x03?\xfa\xd1\x8f\xa6#\x8e8"\xfa\xed_\xfd\xeaW\xd3\x0b^\xf0\x82h\xf6\xb8\x1cJ3\x8e|\xafy\xcdk\xa6#\x8f<r\xfa\xeb_\xffz\\Fp[\xff\x06\x81t\xaf\xff\x86\xbbv\x93\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x14\x0b\x1c\xb0\x9a/;\xe5\xff\xf0\x87?<=\xeeq\x8f\x9b\xde\xfc\xe67OW\xbc\xe2\x15\xa7\x0b^\xf0\x82\xd3G>\xf2\x91\xe9\x8cg<\xe3t\xf8\xe1\x87O\x97\xbb\xdc\xe5v\xfa\xf5\xff\xc9\xeb>\xfd\xe9OOw\xba\xd3\x9d\xa6\xdf\xff\xfe\xf7\xd3W\xbe\xf2\x95\x1d\xff\xc6\xaf}\xedk\xd3=\xeeq\x8f\xe9\x83\x1f\xfc\xe0\xf4\xc7?\xfeq\xc7\xd9\xe3\xf2\xca4\xe3\x17\xbe\xf0\x85\xe9\xb9\xcf}\xeet\xcf{\xdes\xba\xe3\x1d\xef\xb8Dx\xff\xfb\xdf\xbfOQ\xc6Cj<^\x9e\xf8\xc4\'N\x07\x1ex\xe0\xf4\xd6\xb7\xbe\xf5\x18\xb7\xf7\xc0\x07>p:\xf1\x89O<\x9d\xeaT\xa7\x9a\xbe\xfc\xe5/O\xcfy\xces\xa6\x93\x9e\xf4\xa4\xc7\x98[\xff`\xd3\xfc\xbe^\xbf\xbe\x9f\xe3\xfb\xd7t\xaf\xc7\xf7\xbfC>\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\xfe\xf3\x02\x1b\x8f\x00\xb8\xc2\x15\xae0\x1dv\xd8aK\xb2\x07=\xe8A\xd3\xf3\x9f\xff\xfc\xe9\xf3\x9f\xff\xfct\x8aS\x9cb:\xf8\xe0\x83\xa7o|\xe3\x1b\xff\xf9\xd4\xff\xe5{\xbc\xd4\xa5.5\xdd\xecf7\x8bR\\\xe0\x02\x17\x98\x0e9\xe4\x90h\xf6\xb8\x1cJ3\xde\xfb\xde\xf7\x9e\xaet\xa5+M\xe7;\xdf\xf9\x96#\x00\x1e\xf3\x98\xc7\xecs\x8c\x7f\xfe\xf3\x9f\xcbc\xe3\xff\xfe\xef\xffv{[\xa3p\xf8\xd0\x87>4=\xeaQ\x8f\x9a\x1e\xf0\x80\x07L\x07\x1cp\xc0\xf4\xf8\xc7?~\xb7\xb3\xe3\x87\x9b\xe6\xf7\xf5\xfa=\xde\xf1\xf1\xf0\x8at\xaf\xc7\xc3\xe8"\x11 @\x80\x00\x01\x02\x04\x08\x10 \xf0_\x16\xd8X\x00\x8c|\xeb\'r\xe3\x89\xda\xb8\x9c\xe0\x04\'\x98n\x7f\xfb\xdbO\xe3\x89\xdex\xa5w\x7f\xbc\x8cW\xaf\xd3\xcb\x89Nt\xa2t\xf48\x9dK2~\xf2\x93\x9f\x9cNv\xb2\x93-\xf7;^\x8d\x1fGy\xec\xeb\xe5\x84\'<\xe1t\xd0A\x07Mg?\xfb\xd9w{S\xf7\xbf\xff\xfd\xa7C\x0f=t\xeb\xba\x1b\xde\xf0\x86\xd3S\x9e\xf2\x94\xe9\xa8\xa3\x8e\xda\xfa\xd9\xf6o6\xcd\xef\xeb\xf5\xdb\xef\xab\xe1\xfbd\xaf\r\x7f\x87\x8c\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcg\x05\xf6\xfa\x99\xe9\xbb\xde\xf5\xae%\xe9U\xafz\xd5...') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout passed 12 out of the required 1 times. Success! | |
test_timeout passed 13 out of the required 1 times. Success! | |
test_timeout failed (-18 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
(200, '\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x04\x00\x00\x00\x03\x00\x08\x06\x00\x00\x00\xba\xba\x15\r\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\x00\tpHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00 \x00IDATx\x01\xed\xddu\xaclw\xd9\x05\xe0]\xdc\xfa!\x85\xe0nA\x82\x05\x82\x14\rNHp\x87\x14JBpR\xdc\x02\x04).\t\x12,H\xa0\xb8C\xf1\xe0\xc15\xb8\xbb{q\x9do\xffv\x98\x93\xd3\xdb{\xcf\xac\xde[\xa0\x8b\xfbL\xd2{N\xcf\xbcgf\x9d\xe7\x9d\x7ff\xcd\x9e=\x07\xac\xe6\xcb\xe4B\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcO\x0b\x9c\xe0\x7f\xfa\xaf\xf3\xc7\x11 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x8b\x80\x02\xc0\x03\x81\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xec\x07\x02\n\x80\xfd`\xc9\xfeD\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xa0\x00\xf0\x18 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\xfb\x81\x80\x02`?X\xb2?\x91\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08(\x00<\x06\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\xc0~ \xa0\x00\xd8\x0f\x96\xecO$@\x80\x00\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\n\x00\x8f\x01\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x10 \xb0\x1f\x08(\x00\xf6\x83%\xfb\x13\t\x10 @\x80\x00\x01\x02\x04\x08\x10 @\x80\x80\x02`/\x1f\x03?\xfa\xd1\x8f\xa6#\x8e8"\xfa\xed_\xfd\xeaW\xd3\x0b^\xf0\x82h\xf6\xb8\x1cJ3\x8e|\xafy\xcdk\xa6#\x8f<r\xfa\xeb_\xffz\\Fp[\xff\x06\x81t\xaf\xff\x86\xbbv\x93\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\x14\x0b\x1c\xb0\x9a/;\xe5\xff\xf0\x87?<=\xeeq\x8f\x9b\xde\xfc\xe67OW\xbc\xe2\x15\xa7\x0b^\xf0\x82\xd3G>\xf2\x91\xe9\x8cg<\xe3t\xf8\xe1\x87O\x97\xbb\xdc\xe5v\xfa\xf5\xff\xc9\xeb>\xfd\xe9OOw\xba\xd3\x9d\xa6\xdf\xff\xfe\xf7\xd3W\xbe\xf2\x95\x1d\xff\xc6\xaf}\xedk\xd3=\xeeq\x8f\xe9\x83\x1f\xfc\xe0\xf4\xc7?\xfeq\xc7\xd9\xe3\xf2\xca4\xe3\x17\xbe\xf0\x85\xe9\xb9\xcf}\xeet\xcf{\xdes\xba\xe3\x1d\xef\xb8Dx\xff\xfb\xdf\xbfOQ\xc6Cj<^\x9e\xf8\xc4\'N\x07\x1ex\xe0\xf4\xd6\xb7\xbe\xf5\x18\xb7\xf7\xc0\x07>p:\xf1\x89O<\x9d\xeaT\xa7\x9a\xbe\xfc\xe5/O\xcfy\xces\xa6\x93\x9e\xf4\xa4\xc7\x98[\xff`\xd3\xfc\xbe^\xbf\xbe\x9f\xe3\xfb\xd7t\xaf\xc7\xf7\xbfC>\x02\x04\x08\x10 @\x80\x00\x01\x02\x04\xfe\xf3\x02\x1b\x8f\x00\xb8\xc2\x15\xae0\x1dv\xd8aK\xb2\x07=\xe8A\xd3\xf3\x9f\xff\xfc\xe9\xf3\x9f\xff\xfct\x8aS\x9cb:\xf8\xe0\x83\xa7o|\xe3\x1b\xff\xf9\xd4\xff\xe5{\xbc\xd4\xa5.5\xdd\xecf7\x8bR\\\xe0\x02\x17\x98\x0e9\xe4\x90h\xf6\xb8\x1cJ3\xde\xfb\xde\xf7\x9e\xaet\xa5+M\xe7;\xdf\xf9\x96#\x00\x1e\xf3\x98\xc7\xecs\x8c\x7f\xfe\xf3\x9f\xcbc\xe3\xff\xfe\xef\xffv{[\xa3p\xf8\xd0\x87>4=\xeaQ\x8f\x9a\x1e\xf0\x80\x07L\x07\x1cp\xc0\xf4\xf8\xc7?~\xb7\xb3\xe3\x87\x9b\xe6\xf7\xf5\xfa=\xde\xf1\xf1\xf0\x8at\xaf\xc7\xc3\xe8"\x11 @\x80\x00\x01\x02\x04\x08\x10 \xf0_\x16\xd8X\x00\x8c|\xeb\'r\xe3\x89\xda\xb8\x9c\xe0\x04\'\x98n\x7f\xfb\xdbO\xe3\x89\xdex\xa5w\x7f\xbc\x8cW\xaf\xd3\xcb\x89Nt\xa2t\xf48\x9dK2~\xf2\x93\x9f\x9cNv\xb2\x93-\xf7;^\x8d\x1fGy\xec\xeb\xe5\x84\'<\xe1t\xd0A\x07Mg?\xfb\xd9w{S\xf7\xbf\xff\xfd\xa7C\x0f=t\xeb\xba\x1b\xde\xf0\x86\xd3S\x9e\xf2\x94\xe9\xa8\xa3\x8e\xda\xfa\xd9\xf6o6\xcd\xef\xeb\xf5\xdb\xef\xab\xe1\xfbd\xaf\r\x7f\x87\x8c\x04\x08\x10 @\x80\x00\x01\x02\x04\x08\xfcg\x05\xf6\xfa\x99\xe9\xbb\xde\xf5\xae%\xe9U\xafz\xd5...') | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:143>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:100>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:515>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:508>] | |
test_timeout passed 14 out of the required 1 times. Success! | |
test_delayed_js_iframes failed (1 runs remaining out of 2). | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
False is not true | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:760>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:774>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:424>] | |
test_delayed_js_iframes failed; it passed 0 out of the required 1 times. | |
<class '_pytest.assertion.reinterpret.AssertionError'> | |
False is not true | |
[<TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:331>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:760>, <TracebackEntry /Users/kmike/svn/splash/splash/tests/test_render.py:774>, <TracebackEntry /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py:424>] | |
===End Flaky Test Report=== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment