﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8762	regressiontests/comment_tests fail with postgreSQL (and likely other transactional backends)	Richard Davies <richard.davies@…>	nobody	"A clean checkout of r8798 (current head) fails the comments_test regression test when run against postgresql (but not against sqlite):

{{{
$ ./runtests.py --settings=SETT_sqlite comment_tests
----------------------------------------------------------------------
Ran 64 tests in 4.348s

OK
}}}

vs.

{{{
$ ./runtests.py --settings=SETT_postgresql_psycopg2 comment_tests
Error: Database test_test couldn't be flushed. Possible reasons:
      * The database isn't running or isn't configured correctly.
      * At least one of the expected database tables doesn't exist.
      * The SQL was invalid.
    Hint: Look at the output of 'django-admin.py sqlflush'. That's the SQL this command wasn't able to run.
    The full error: current transaction is aborted, commands ignored until end of transaction block
}}}

I'm confident this isn't simply database misconfiguration, since other tests do work with postgreSQL."		closed	contrib.comments	dev		fixed		richard.davies@…	Unreviewed	0	0	0	0	0	0
