Re: Some Django unit tests fail...

2008-06-24 Thread Peter Melvyn
> On Fri, Jun 20, 2008 at 1:07 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > > Yes, it is the intention. If Django requires test database with > > charset UTF8, IMHO it should create it using related clause. as well > > as proper engine should be choosen if we care about reference > > integri

Re: Some Django unit tests fail...

2008-06-20 Thread Russell Keith-Magee
On Sat, Jun 21, 2008 at 12:29 AM, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 11:20 AM, Russell Keith-Magee > <[EMAIL PROTECTED]> wrote: >> >> On Thu, Jun 19, 2008 at 10:08 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote: >>> > >>> >>> Maybe a note about this dependency of t

Re: Some Django unit tests fail...

2008-06-20 Thread Ramiro Morales
On Thu, Jun 19, 2008 at 11:20 AM, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 10:08 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote: >> >> >> Maybe a note about this dependency of that particular Django test >> suite component could >> be added to the "Unit tests" sect

Re: Some Django unit tests fail...

2008-06-19 Thread Russell Keith-Magee
On Fri, Jun 20, 2008 at 1:07 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > > On 6/19/08, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > Yes, it is the intention. If Django requires test database with > charset UTF8, IMHO it should create it using related clause. as well > as proper engine shou

Re: Some Django unit tests fail...

2008-06-19 Thread Peter Melvyn
On 6/19/08, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > The only obvious thing I can glean from your stack traces is a > possible language problem - the last stack trace is complaining of a > collation mix, which suggests that your MySQL install isn't using utf8 > all the time. Yes, it i

Re: Some Django unit tests fail...

2008-06-19 Thread Russell Keith-Magee
On Thu, Jun 19, 2008 at 10:08 PM, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > I've found this same problem last week both on a Linux system and on a > Windows one. > The common factor was they were systems where the 'stack' has had just > been installed > Python 2.4 and Python 2.5 respectively).

Re: Some Django unit tests fail...

2008-06-19 Thread Ramiro Morales
On Thu, Jun 19, 2008 at 10:27 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > > Hi all, > > I wanted to make sure that all unit tests will pass after #3030 fix > and run Django unit tests on trunk updated to r7703 on Windows, Python > 2.4 and MySQL 5.0.37. > > But I found that some test failes: > >

Re: Some Django unit tests fail...

2008-06-19 Thread Russell Keith-Magee
On Thu, Jun 19, 2008 at 9:27 PM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > > Hi all, > > I wanted to make sure that all unit tests will pass after #3030 fix > and run Django unit tests on trunk updated to r7703 on Windows, Python > 2.4 and MySQL 5.0.37. I'm not seeing any failures at the moment;

Some Django unit tests fail...

2008-06-19 Thread Peter Melvyn
Hi all, I wanted to make sure that all unit tests will pass after #3030 fix and run Django unit tests on trunk updated to r7703 on Windows, Python 2.4 and MySQL 5.0.37. But I found that some test failes: 1. If I've run all tests, I get error: Traceback (most recent call last): File "C:\Pytho