> I just ran the full suite usine SQLite on r11603, and got 100% pass on > 917 tests. > > I can't think of an obvious cause, but the fact that you're getting > errors in runtests.py is mighty suspicious. The fact that you've got > 50 less tests than you should is also suspicious. > > My first guess would be to look at PYTHONPATH issues - are you sure > that Python isn't picking up a runtests.py and/or a Django install > from somewhere other than the trunk checkout you are trying to test?
Looks like PYTHONPATH issues were part of the problem. I had several branches checked out and a soft-link (on the PYTHONPATH) pointing to the flavor of the month. However, the link pointed to trunk/django/ not just trunk/ I adjusted the link to point purely at trunk/ and all tests pass now. I'm not sure why I still only get 866 tests (my patch adds one test, bringing it to 867) where you get 917, but at least the core passes now. Just to be sure, I blew away my whole trunk/ directory and re-checked-out a fresh copy of the tree (there was some chaff in there as it's been upgraded since .96 or so and a "svn st" returned some now-untracked items) and that didn't make a difference in my test-count. t...@rubbish:~/code/django/trunk/tests$ python runtests.py --settings=settings ---------------------------------------------------------------------- Ran 866 tests in 3552.017s OK A nice side-effect of having a new infant around the house to feed every couple hours during the night -- I can launch the tests at one feeding and have the results by the next one ;-) Thanks for your help! -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---