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 PROTECTED] -- python-django FFe for 1.0 https://bugs.launchpad.net/bugs/264191 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
