[Bug 737293] Review Request: python-django - A high-level Python Web framework

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 14 13:30:58 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=737293

--- Comment #20 from Matthias Runge <mrunge at matthias-runge.de> 2012-03-14 09:30:55 EDT ---
Great catch! export LANG=en_US.utf8 did it for me for rpmbuild; mock --rebuild
is fine, too.

koji still reports errors (I didn't increment the release number, took the last
srpm from salimma). The error messages lead me to some networking problems. 
(Tests try to connect to google.com, afaik, the builders are not allowed to do
that).

http://koji.fedoraproject.org/koji/taskinfo?taskID=3893587


..............................................................................................................................................................................................................................................................................................................s..........s......................................................................................................................................................EE...............................................s.........................................................................................................................................................................................................................................................................x.........................................................................................................s....................................................................s..................................!
 ................................................................................................................................................................................................................................................................................................................................................................................................................................................s..................................................................................................................................................................ss...........x....................................................................................................................................................s.......................................................................................................................................................s..............................................................................!
 ....s.........................................................!
 ........
........................................................................................................................................................................................................................................................................................................s.......s..................................................................................s..........................................................................................................................................................................................ssssssssssssssssssssssssssssssss.......................................................................................................................x.......................................................................................................................................................................................................................................................................!
 .......................................ssss....................................................................................................................................................................................................................E.EE............................................................................................................................................................................................................................................................................................................ss..s.......
======================================================================
ERROR: test_correct_url_value_passes
(modeltests.validation.tests.BaseModelValidationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/builddir/build/BUILD/Django-1.3.1/tests/modeltests/validation/tests.py", line
63, in test_correct_url_value_passes
    self.assertEqual(None, mtv.full_clean()) # This will fail if there's no
Internet connection
  File "/builddir/build/BUILD/Django-1.3.1/django/db/models/base.py", line 828,
in full_clean
    raise ValidationError(errors)
ValidationError: {'url_verify': [u'This URL appears to be a broken link.']}
======================================================================
ERROR: test_correct_url_with_redirect
(modeltests.validation.tests.BaseModelValidationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/builddir/build/BUILD/Django-1.3.1/tests/modeltests/validation/tests.py", line
67, in test_correct_url_with_redirect
    self.assertEqual(None, mtv.full_clean()) # This will fail if there's no
Internet connection
  File "/builddir/build/BUILD/Django-1.3.1/django/db/models/base.py", line 828,
in full_clean
    raise ValidationError(errors)
ValidationError: {'url_verify': [u'This URL appears to be a broken link.']}
======================================================================
ERROR: test_urlfield_10 (regressiontests.forms.tests.fields.FieldsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/builddir/build/BUILD/Django-1.3.1/tests/regressiontests/forms/tests/fields.py",
line 632, in test_urlfield_10
    self.assertEqual(url, f.clean(url)) #This will fail without internet.
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 165,
in clean
    self.run_validators(value)
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 154,
in run_validators
    raise ValidationError(errors)
ValidationError: [u'This URL appears to be a broken link.']
======================================================================
ERROR: test_urlfield_3 (regressiontests.forms.tests.fields.FieldsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/builddir/build/BUILD/Django-1.3.1/tests/regressiontests/forms/tests/fields.py",
line 562, in test_urlfield_3
    self.assertEqual(u'http://www.google.com/',
f.clean('http://www.google.com')) # This will fail if there's no Internet
connection
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 165,
in clean
    self.run_validators(value)
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 154,
in run_validators
    raise ValidationError(errors)
ValidationError: [u'This URL appears to be a broken link.']
======================================================================
ERROR: test_urlfield_4 (regressiontests.forms.tests.fields.FieldsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/builddir/build/BUILD/Django-1.3.1/tests/regressiontests/forms/tests/fields.py",
line 579, in test_urlfield_4
    self.assertEqual(u'http://www.google.com/',
f.clean('http://www.google.com')) # This will fail if there's no Internet
connection
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 165,
in clean
    self.run_validators(value)
  File "/builddir/build/BUILD/Django-1.3.1/django/forms/fields.py", line 154,
in run_validators
    raise ValidationError(errors)
ValidationError: [u'This URL appears to be a broken link.']
----------------------------------------------------------------------
Creating test database for alias 'default'...
Creating test database for alias 'other'...
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
Ran 3607 tests in 466.685s
FAILED (errors=5, skipped=53, expected failures=3)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list