Skip to content

Instantly share code, notes, and snippets.

@crodjer
Created June 19, 2013 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crodjer/5814771 to your computer and use it in GitHub Desktop.
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`
./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