#22487: Moving from initial_data to data migrations stops test data persisting
-------------------------------------+-------------------------------------
     Reporter:  andrewgodwin         |                    Owner:
         Type:  Bug                  |  andrewgodwin
    Component:  Testing framework    |                   Status:  new
     Severity:  Release blocker      |                  Version:
     Keywords:                       |  1.7-beta-1
    Has patch:  0                    |               Resolution:
  Needs tests:  0                    |             Triage Stage:  Accepted
Easy pickings:  0                    |      Needs documentation:  0
                                     |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timo):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 As discussed on IRC, this change broke the tests on Oracle:
 {{{
   Applying migration_test_data_persistence.0001_initial...

 Traceback (most recent call last):
 ...
   File
 
"/var/lib/jenkins/workspace/DjangOra-1.8/database/oracle11/python/python2.7/django/db/backends/oracle/base.py",
 line 894, in execute
     return self.cursor.execute(query, self._param_generator(params))
 django.db.utils.IntegrityError: ORA-01400: cannot insert NULL into
 ("DJANGODJANGORA18_27"."MIGRATION_TEST_DATA_PERSISFB95"."ID")
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22487#comment:17>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.972d508e20f2c3beed539ef9b7fb3d8f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to