2011-12-07 16:08:17 |
Gavin Panella |
description |
I'm getting this error in the storm test suite in oneiric, using python 2.6:
======================================================================
ERROR: test_pgbouncer_stopped (tests.databases.postgres.PostgresDisconnectionTestWithPGBouncer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/andreas/canonical/source/storm/trunk/tests/mocker.py", line 102, in test_method_wrapper
result = test_method()
File "/home/andreas/canonical/source/storm/trunk/tests/databases/postgres.py", line 667, in test_pgbouncer_stopped
"SELECT current_database()")
File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises
callableObj(*args, **kwargs)
File "/home/andreas/canonical/source/storm/trunk/storm/databases/postgres.py", line 261, in execute
return Connection.execute(self, statement, params, noresult)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 238, in execute
raw_cursor = self.raw_execute(statement, params)
File "/home/andreas/canonical/source/storm/trunk/storm/databases/postgres.py", line 271, in raw_execute
return Connection.raw_execute(self, statement, params)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 322, in raw_execute
self._check_disconnect(raw_cursor.execute, *args)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 371, in _check_disconnect
return function(*args, **kwargs)
Error: psycopg went psycotic without error set
======================================================================
ERROR: tests.databases.postgres.PostgresDisconnectionTestWithoutProxyUnixSockets.test_terminated_backend
----------------------------------------------------------------------
_StringException: lost connection during test 'tests.databases.postgres.PostgresDisconnectionTestWithoutProxyUnixSockets.test_terminated_backend' |
I'm getting this error in the storm test suite in oneiric, using python 2.6:
======================================================================
ERROR: test_pgbouncer_stopped (tests.databases.postgres.PostgresDisconnectionTestWithPGBouncer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/andreas/canonical/source/storm/trunk/tests/mocker.py", line 102, in test_method_wrapper
result = test_method()
File "/home/andreas/canonical/source/storm/trunk/tests/databases/postgres.py", line 667, in test_pgbouncer_stopped
"SELECT current_database()")
File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises
callableObj(*args, **kwargs)
File "/home/andreas/canonical/source/storm/trunk/storm/databases/postgres.py", line 261, in execute
return Connection.execute(self, statement, params, noresult)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 238, in execute
raw_cursor = self.raw_execute(statement, params)
File "/home/andreas/canonical/source/storm/trunk/storm/databases/postgres.py", line 271, in raw_execute
return Connection.raw_execute(self, statement, params)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 322, in raw_execute
self._check_disconnect(raw_cursor.execute, *args)
File "/home/andreas/canonical/source/storm/trunk/storm/database.py", line 371, in _check_disconnect
return function(*args, **kwargs)
Error: psycopg went psycotic without error set |
|