Comment 25 for bug 264191

Revision history for this message
James Bennett (ubernostrum) wrote : Re: [Bug 264191] Re: python-django FFe for 1.0

On Sep 9, 2008, at 1:39 AM, Eddy Mulyono wrote:
> FileSaveRaceConditionTest is giving me trouble. Sometimes it passes,
> sometimes it doesn't (in both my local pbuilder and LP Soyuz). Django
> upstream folks are also having problem with it with their BuildBot. I
> choose to remove this test for now.

If this is what I think it is, then it's a known issue in the test
suite: the actual file-handling code in Django is fine and passes the
tests which exercise it under situations which can lead to race
conditions, but the test runner itself vulnerable to race conditions
when you run multiple instances of the test suite in parallel, since
they stomp all over each other's working data.

--
James Bennett
<email address hidden>