Re: runtests failures

2007-07-06 Thread Malcolm Tredinnick
On Fri, 2007-07-06 at 08:59 -0500, Carl Karsten wrote: [...] > > All going smoothly there should be only only one failed test: > > modeltests.fixtures (two sub-tests in there fail because the default > > MySQL storage engine does not support transactions, but it's reported as > > "failures=1"). >

Re: runtests failures

2007-07-06 Thread Carl Karsten
>> >> Got an error creating the test database: (1007, "Can't create database >> 'django_t >> est_db'; database exists") >> >> It seems stuck there? perhaps I should mysql> drop database django_test_db; >> but that should never be done, right? :) > > It will be asking you if you want to drop the

Re: runtests failures

2007-07-05 Thread Malcolm Tredinnick
On Fri, 2007-07-06 at 01:21 -0500, Carl Karsten wrote: > Malcolm Tredinnick wrote: [...] > > > > Some of the MySQL ones are expected, as has been mentioned in threads > > here recently. Others -- all the encoding-related ones -- look like you > > might need to set TEST_DATABASE_CHARSET ('utf8' is

Re: runtests failures

2007-07-05 Thread Carl Karsten
Malcolm Tredinnick wrote: > On Thu, 2007-07-05 at 12:50 -0500, Carl Karsten wrote: >> I'm slowly getting this a bit more readable, but I won't post duplicates. > > Are you asking for help diagnosing these or trying to report a bug? > You've just posted a bunch of output here without any surroundi

Re: runtests failures

2007-07-05 Thread Russell Keith-Magee
On 7/6/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > The failures shown up by the SQLite are fixed in 5621. > > Russell is not allowed to go sky-diving for a week as punishment for > making that mistake. Oh. balls. One of these days I'll remember that there ain't no such thing as a t

Re: runtests failures

2007-07-05 Thread Malcolm Tredinnick
On Thu, 2007-07-05 at 12:50 -0500, Carl Karsten wrote: > I'm slowly getting this a bit more readable, but I won't post duplicates. Are you asking for help diagnosing these or trying to report a bug? You've just posted a bunch of output here without any surrounding text, so it's a bit hard to work

runtests failures

2007-07-05 Thread Carl Karsten
I'm slowly getting this a bit more readable, but I won't post duplicates. Carl K Updated to revision 5620. ./runtests.py --settings settings_sqlite 2>&1|tee --append runtests.log ./runtests.py --settings settings_mysql 2>&1|tee --append runtests.log sqlite (failures=2) mysql (failures=5)