#16234: Probably race condition test failure in OldFormForXTests since r16366
-------------------+------------------------------
 Reporter:  erikr  |          Owner:  nobody
     Type:  Bug    |         Status:  new
Milestone:         |      Component:  Core (Other)
  Version:  SVN    |       Severity:  Normal
 Keywords:         |   Triage Stage:  Unreviewed
Has patch:  0      |  Easy pickings:  0
    UI/UX:  0      |
-------------------+------------------------------
 Since r16366, which fixes #811, I see a failure on one of my boxes for
 model_forms.OldFormForXTests.test_media_on_modelform. But, it only occurs
 when running the full suite - not when just running model_forms. The bug
 has also not been seen by any other testers, so this might be some obscure
 race condition.

 The failure I get is:

 {{{
 ======================================================================
 FAIL: test_media_on_modelform
 (modeltests.model_forms.tests.OldFormForXTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/erik/trunk/tests/modeltests/model_forms/tests.py", line
 1377, in test_media_on_modelform
     self.assertEqual(f.errors, {'field': [u'Enter only digits separated by
 commas.']})
 AssertionError: {'field': [u'Enter a valid IPv4 or IPv6 address.']} !=
 {'field': [u'Enter only digits separated by commas.']}
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16234>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to