On Thu, Nov 26, 2009 at 11:44 PM, Ian Kelly wrote:
> On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
> wrote:
>> Yes - this does help. The confirms my suspicion - the problem is that
>> the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
>> cleared before running the tests
On Thu, Nov 26, 2009 at 5:44 PM, Ian Kelly wrote:
> On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
> wrote:
> > Yes - this does help. The confirms my suspicion - the problem is that
> > the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
> > cleared before running the te
On Thu, Nov 26, 2009 at 8:38 AM, Russell Keith-Magee
wrote:
> Yes - this does help. The confirms my suspicion - the problem is that
> the fixture loaded in FixtureTestCase.test_fixture_loading isn't being
> cleared before running the tests in QueryTestCase.
>
> The annoying thing is that I don't s
On Thu, Nov 26, 2009 at 10:56 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 21:56 +0800, Russell Keith-Magee wrote:
>> On Thu, Nov 26, 2009 at 9:37 PM, Jani Tiainen wrote:
>> > On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
>> >
>> >> * Do you still get the same failures if you c
On Thu, Nov 26, 2009 at 9:37 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
>
>> * Do you still get the same failures if you convert QueryTestCase into
>> a TransactionTestCase (i.e., change the import "from django.test
>> import TestCase" to "from django.t
On Thu, 2009-11-26 at 20:23 +0800, Russell Keith-Magee wrote:
> On Thu, Nov 26, 2009 at 5:03 PM, Jani Tiainen wrote:
> > On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
> >> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
> >> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
> >
On Thu, Nov 26, 2009 at 5:03 PM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
>> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
>> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
>> >
>> >>
>> >> Thanks for taking the time to run all of those! All of
On Thu, 2009-11-26 at 01:44 -0600, Alex Gaynor wrote:
> On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
> > On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
> >
> >>
> >> Thanks for taking the time to run all of those! All of those
> >> ConnectionDoesNotExist errors come from the fact t
On Thu, Nov 26, 2009 at 1:42 AM, Jani Tiainen wrote:
> On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
>
>>
>> Thanks for taking the time to run all of those! All of those
>> ConnectionDoesNotExist errors come from the fact that the multidb
>> tests expect you to have more than 1 DB set up
On Thu, 2009-11-26 at 01:28 -0600, Alex Gaynor wrote:
>
> Thanks for taking the time to run all of those! All of those
> ConnectionDoesNotExist errors come from the fact that the multidb
> tests expect you to have more than 1 DB set up in your settings file,
> the rigth solution here is probably
On Thu, Nov 26, 2009 at 1:21 AM, Jani Tiainen wrote:
> On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote:
>> Hey all,
>>
>> Russ and I have been working on getting the multi-db work ready for
>> merge (final stretch here hopefully!), and I just ported the Oracle
>> backend to the slightly updat
On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote:
> Hey all,
>
> Russ and I have been working on getting the multi-db work ready for
> merge (final stretch here hopefully!), and I just ported the Oracle
> backend to the slightly updated backend arcitecture so it could use
> some testers. If y
On Sat, Nov 21, 2009 at 1:36 AM, Alex Gaynor wrote:
> On Fri, Nov 20, 2009 at 3:56 PM, Karen Tracey wrote:
> >> Just running the Oracle tests is enough for now. I've fixed the error
> >> you spotted with the stray import left over and pushed that to github.
> >
> > I get 6 failures and 26 error
On Fri, Nov 20, 2009 at 10:52 PM, Justin Bronn wrote:
>
>> For GIS I'm fairly certain that's broken, however I'm not quite setup
>> for running the GIS tests yet, therefore if you're set up for it and
>> can run the tests please just reply with your tracebacks here
>> (preferably with them on a pa
> For GIS I'm fairly certain that's broken, however I'm not quite setup
> for running the GIS tests yet, therefore if you're set up for it and
> can run the tests please just reply with your tracebacks here
> (preferably with them on a pastebin like paste.pocoo.org though :))
> and I'll try to sor
On Fri, Nov 20, 2009 at 3:56 PM, Karen Tracey wrote:
>> Just running the Oracle tests is enough for now. I've fixed the error
>> you spotted with the stray import left over and pushed that to github.
>
> I get 6 failures and 26 errors but I do not know if any of them have
> anything to do with mu
>
> Just running the Oracle tests is enough for now. I've fixed the error
> you spotted with the stray import left over and pushed that to github.
>
I get 6 failures and 26 errors but I do not know if any of them have
anything to do with multidb. The output is here:
http://pastebin.com/m2c76367
No problem, I'll try and spin up some test db's of various versions
next week.
Just to exlpain; the issue is that any date with a year less than 1000
is being output padded with spaces (so year 0001 ends up as u' 1').
This means that serialization is broken for these dates.
At the moment as a w
On Fri, Nov 20, 2009 at 11:03 AM, ben wrote:
> Hi Alex,
>
> I have oracle at work with all versions from 9i to 11. I'd be happy to
> run the tests on all of those verisons. I wonder if I could ask a
> small favour in return though:
>
> In our organisation we have a lot of legacy date/time data mod
Hi Alex,
I have oracle at work with all versions from 9i to 11. I'd be happy to
run the tests on all of those verisons. I wonder if I could ask a
small favour in return though:
In our organisation we have a lot of legacy date/time data modeled as
the year 0001-01-01 and then the time in situation
On Fri, Nov 20, 2009 at 8:26 AM, Karen Tracey wrote:
> On Fri, Nov 20, 2009 at 1:14 AM, Alex Gaynor wrote:
>>
>> Hey all,
>>
>> Russ and I have been working on getting the multi-db work ready for
>> merge (final stretch here hopefully!), and I just ported the Oracle
>> backend to the slightly upd
On Fri, Nov 20, 2009 at 1:14 AM, Alex Gaynor wrote:
> Hey all,
>
> Russ and I have been working on getting the multi-db work ready for
> merge (final stretch here hopefully!), and I just ported the Oracle
> backend to the slightly updated backend arcitecture so it could use
> some testers. If yo
On Fri, Nov 20, 2009 at 3:19 PM, Jani Tiainen wrote:
> On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote:
>> Hey all,
>>
>> Russ and I have been working on getting the multi-db work ready for
>> merge (final stretch here hopefully!), and I just ported the Oracle
>> backend to the slightly updat
On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote:
> Hey all,
>
> Russ and I have been working on getting the multi-db work ready for
> merge (final stretch here hopefully!), and I just ported the Oracle
> backend to the slightly updated backend arcitecture so it could use
> some testers. If y
Hey all,
Russ and I have been working on getting the multi-db work ready for
merge (final stretch here hopefully!), and I just ported the Oracle
backend to the slightly updated backend arcitecture so it could use
some testers. If you've got an Oracle setup and can run some tests
that would be gre
25 matches
Mail list logo