Activity log for bug #900702

Date Who What changed Old value New value Message
2011-12-06 11:33:40 Andreas Hasenack bug added bug
2011-12-06 16:32:31 Gavin Panella storm: status New Triaged
2011-12-06 16:32:33 Gavin Panella storm: importance Undecided Medium
2011-12-06 16:32:36 Gavin Panella storm: assignee Gavin Panella (allenap)
2011-12-07 12:24:09 Gavin Panella bug task added psycopg
2011-12-07 15:57:02 Gavin Panella branch linked lp:~allenap/storm/test-terminated-backend-bug-887240
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
2011-12-09 12:11:22 Gavin Panella storm: status Triaged Fix Committed
2011-12-09 12:11:25 Gavin Panella storm: milestone 0.20
2013-06-28 09:48:57 Free Ekanayaka storm: status Fix Committed Fix Released