#19391: Oracle test failure in 1.5.x and master
----------------------------------------------+------------------------
     Reporter:  akaariai                      |      Owner:  nobody
         Type:  Bug                           |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  1.5-beta-1
     Severity:  Release blocker               |   Keywords:  oracle
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+------------------------
 The fix for #17911 (commit 29d59a879ea5b116cc31a2fd91be1f7562e487c2)
 doesn't work on Oracle. The reason is our old friend "lets treat '' as
 NULL".

 The failure is this:
 {{{
 ======================================================================
 FAIL: test_change_form_renders_correct_null_choice_value
 (regressiontests.admin_views.tests.ReadonlyTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/home/akaariai/Programming/django/tests/regressiontests/admin_views/tests.py",
 line 3211, in test_change_form_renders_correct_null_choice_value
     self.assertContains(response, '<p>No opinion</p>', html=True)
   File "/home/akaariai/Programming/django/tests/django/test/testcases.py",
 line 632, in assertContains
     msg_prefix + "Couldn't find '%s' in response" % text)
 AssertionError: Couldn't find '<p>
 No opinion
 </p>' in response
 }}}

 I am marking this as a release blocker because it is expected that all
 tests pass on all supported databases on release. In any other sense this
 isn't severe at all.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19391>
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 https://groups.google.com/groups/opt_out.


Reply via email to