Re: Redesign of djangoproject.com?

2012-05-04 Thread Henry Modisett
Hey django developers! I am new here but I made you a design :) http://cl.ly/3M0V3Y350B3r1n2g1209 On Saturday, April 28, 2012 3:22:59 AM UTC-4, Dana Woodman wrote: > > So now that Django is being moved to Git/Github (which is awesome!), maybe > it would be a good time to think about a revamped h

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Anssi Kääriäinen
On May 4, 2:30 pm, Karen Tracey wrote: > On Fri, May 4, 2012 at 4:46 AM, Andreas Pelme wrote: > > > That's a good question. Anyone who wrote to original > > TransactionTestCase/reordering implementation that wants to chime in? :-) > > I worked on the test speedups that introduced TransactionTest

Re: Customizable Serialization check-in

2012-05-04 Thread Piotr Grabowski
Hi, During this week I have a lot of work so I didn't manage to present my revised proposal in Monday like i said. Sorry. I have it now: https://gist.github.com/2597306 Next week I hope there will be some discussion about my proposal. I will also think how it should be done under the hood. Th

Re: Abridged summary of django-developers@googlegroups.com - 10 Messages in 5 Topics

2012-05-04 Thread Kirill Panshin
On 5/4/12, django-developers@googlegroups.com wrote: > = > Today's Topic Summary > = > > Group: django-developers@googlegroups.com > Url: http://g

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Karen Tracey
On Fri, May 4, 2012 at 4:46 AM, Andreas Pelme wrote: > > That's a good question. Anyone who wrote to original > TransactionTestCase/reordering implementation that wants to chime in? :-) I worked on the test speedups that introduced TransactionTestCase and I added the re-ordering, but the behavio

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Andreas Pelme
Anssi, thanks a lot for the detailed feedback, it is much appreciated! My comments are inlined below: On Friday 4 May 2012 at 10:03, Anssi Kääriäinen wrote: > I marked the ticket DDN, there are three reasons: > 1. If a test case screws up cleanup it will cause problems for > itself currently, a

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Anssi Kääriäinen
On May 4, 10:09 am, Andreas Pelme wrote: > Here's the ticket: > > https://code.djangoproject.com/ticket/18271 > > … and an initial patch: > > https://github.com/django/django/pull/45 I marked the ticket DDN, there are three reasons: 1. If a test case screws up cleanup it will cause problems f

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Andreas Pelme
On Thursday 3 May 2012 at 19:23, Anssi Kääriäinen wrote: > On May 3, 7:29 pm, Andreas Pelme http://pelme.se)> wrote: > > I am trying to run my Django test suite with an alternative test runner > > (py.test), and found some issues with test isolation. > > > > TransactionTestCase does currently no

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Andreas Pelme
On Thursday 3 May 2012 at 22:14, Ramiro Morales wrote: > On Thu, May 3, 2012 at 1:29 PM, Andreas Pelme (mailto:andr...@pelme.se)> wrote: > > I am trying to run my Django test suite with an alternative test runner > > (py.test), and found some issues with test isolation. > > > > TransactionTestCa