[Python-Dev] failures in test_sqlite when entire test suite run

Brett Cannon brett at python.org
Sat Jun 2 05:08:02 CEST 2007


On 5/31/07, Brett Cannon <brett at python.org> wrote:
>
> I have been getting failures from test_sqlite off the trunk when I run the
> entire test suite (as ``./python.exe Lib/test/regrtest.py``) with this error
> on OS X 10.4.9 and sqlite3 3.3.16:
>
> Traceback (most recent call last):
>   File
> "/Users/drifty/Dev/python/2.x/pristine/Lib/sqlite3/test/regression.py", line
> 29, in setUp
>     self.con = sqlite.connect(":memory:")
> ProgrammingError: library routine called out of sequence
>
>
> When run in isolation it is fine.  Anyone have a guess as to what is going
> on?



Nevermind.  It has started to pass again for me.

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20070601/b6c4aeef/attachment.htm 


More information about the Python-Dev mailing list