Re: login using TestCase hangs

2011-05-06 Thread LurkingFrog
Well, after much rummaging I found that enabling autocommit allowed this to run. Still very weird that I only have the error when explicitly running my tests, as opposed to just a standard runserver. -- You received this message because you are subscribed to the Google Groups "Django users" g

login using TestCase hangs

2011-05-04 Thread LurkingFrog
I've been attempting to write some end to end integration tests using selenium for my current django app (ver 1.3), and have been having a problem with the login function hanging. After much tracing, I have discovered it hangs when psycopg2 (ver 2.4) tries to execute the update query for the last