Created
June 19, 2013 14:31
-
-
Save crodjer/5814771 to your computer and use it in GitHub Desktop.
Test output for tornado-redis over python3 via 2to3 tool.
Command: `python -m tornado.testing tornadoredis.tests.pool &> test.log`
This file contains 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
./tornadoredis/connection.py:77: ResourceWarning: unclosed <socket.socket object, fd=7, family=2, type=2049, proto=0> | |
self._stream = None | |
./tornadoredis/connection.py:77: ResourceWarning: unclosed <socket.socket object, fd=8, family=2, type=2049, proto=0> | |
self._stream = None | |
FFF.FFF./tornadoredis/connection.py:77: ResourceWarning: unclosed <socket.socket object, fd=9, family=2, type=2049, proto=0> | |
self._stream = None | |
F | |
====================================================================== | |
FAIL: test_connection_pool (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_connection_pool_pipeline (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_for_memory_leaks (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_reconnect (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_select_db (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_select_db_and_pipeline (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
====================================================================== | |
FAIL: test_wait_for_available (tornadoredis.tests.pool.ConnectionPoolTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "./tornadoredis/tests/redistest.py", line 21, in _runner | |
return self.wait(timeout=timeout) | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 269, in wait | |
self.__rethrow() | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 205, in __rethrow | |
raise_exc_info(failure) | |
File "<string>", line 3, in raise_exc_info | |
File "/home/rohan/workspace/src/tornado/tornado/testing.py", line 253, in timeout_func | |
timeout) | |
AssertionError: Async operation timed out after 5 seconds | |
---------------------------------------------------------------------- | |
Ran 8 tests in 35.073s | |
FAILED (failures=7) | |
[E 130619 19:56:41 testing:611] FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment