[pysqlite] CheckOnConflictRollback failed on 2.4.1 test suite
Myshkin LeVine <[email protected]> Mon, 19 May 2008 17:47:04 -0400
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello All,
I installed pysqlite-2.4.1 from source on my Powerbook G4 running
MacOSX 10.4.11 with Python 2.5.2. I got no errors during the build
and install processes. When I ran the test suite as shown on the page
doc/install-source.html I got 1 error out of the 190 which were run.
I am writing because the install page requests any errors to be
reported as bugs to this list and I see no way to search the list to
see if it has already been reported. Also the bug tracker is off-
line. Here is the output of the test suite:
Last login: Mon May 19 16:44:28 on ttypc
Welcome to Darwin!
myshlevs-computer:~ myshlev$ python
Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pysqlite2 import test
>>> test.test()
........................................................................
........................................................................
...................................F..........
======================================================================
FAIL: CheckOnConflictRollback
(pysqlite2.test.regression.RegressionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/pysqlite2/test/regression.py", line 110, in
CheckOnConflictRollback
self.fail("pysqlite knew nothing about the implicit ROLLBACK")
AssertionError: pysqlite knew nothing about the implicit ROLLBACK
----------------------------------------------------------------------
Ran 190 tests in 1.291s
FAILED (failures=1)
>>>
myshlevs-computer:~ myshlev$
Is there anything I can do to fix this? Also, since there was only
this one error, can I trust my installation of pysqlite-2.4.1 to
function properly?
Sincerely,
Myshkin LeVine