Comment 10 for bug 264191

Revision history for this message
Eddy Mulyono (eddymul) wrote :

> OK. Who can test this package?

In my PPA <https://launchpad.net/~eddymul/+archive>, I packaged 1.0-0ubuntu1~ppa1 using 1.0~beta2+ds-1 packaging information, adding some instructions to run Django's testsuite.

1.0 passes almost all the tests: https://launchpad.net/~eddymul/+archive/+build/708241

In order for the testsuite to run in the PPA builder, I had to disable tests that needs network connectivity in tests.regressiontests.forms.fields.

I also had problem with tests.regressiontests.file_storage.tests.FileSaveRaceConditionTest in my computer, so I disabled that in my build. In my next PPA build, I will to enable this FileSaveRaceConditionTest.

http://launchpadlibrarian.net/17282477/python-django_1.0-0ubuntu1%7Eppa1.diff.gz

I will:
1. port my test-suite rules and patches to Debian unstable's 1.0-1
2. enable FileSaveRaceConditionTest
3. report back my testing results