I'm at a loss. I hope y'all can help.

I'm just trying to get a development version of SQLObject checked out 
and passing all tests, so I can work on getting some patches up to snuff 
and into the formal release cycle.

Whether I check out 0.7.1, 0.7-bugfix, or trunk I get failed tests.

Here is what (I think!) I executed:

rm -f SQLObject
svn co http://svn.colorstudy.com/SQLObject/trunk SQLObject
cd SQLObject
python setup.py develop
cd sqlobject
vi conftest.py # change connection URI's for sqlite and mysql
py.test -D "sqlite"
-> tests finished: 87 passed, 95 failed in 4.11 seconds
py.test -D "mysql"
-> tests finished: 170 passed, 12 failed in 7.89 seconds

rm -rf SQLObject
svn co http://svn.colorstudy.com/SQLObject/tags/0.7.1 SQLObject
cd SQLObject
python setup.py develop
cd sqlobject
vi conftest.py # change connection URI's for sqlite and mysql
py.test -D "sqlite"
-> tests finished: 78 passed, 80 failed in 199.85 seconds
py.test -D "mysql"
-> tests finished: 149 passed, 9 failed in 6.04 seconds
py.test -D "mysql"
-> tests finished: 147 passed, 11 failed in 4.83 seconds

I expected at least 0.7.1 to complete all sqlite tests without failures.

What gives?

nathan

-- 
Nathan Edwards, Ph.D.
Center for Bioinformatics and Computational Biology
3119 Biomolecular Sciences Bldg. #296
University of Maryland, College Park, MD 20742
Phone: +1 301-405-9901
Email: [EMAIL PROTECTED]
WWWeb: http://www.umiacs.umd.edu/~nedwards

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to