#17786: Exception when running the tests under Oracle
---------------------------------------------+----------------------------
               Reporter:  aaugustin          |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  1.4-beta-1
               Severity:  Release blocker    |       Keywords:
           Triage Stage:  Unreviewed         |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+----------------------------
 {{{
 Destroying test database for alias 'default'...
 Traceback (most recent call last):
   File "runtests.py", line 323, in <module>
     options.failfast, args)
   File "runtests.py", line 166, in django_tests
     failures = test_runner.run_tests(test_labels, extra_tests=extra_tests)
   File "/var/lib/jenkins/jobs/Django +
 Oracle/workspace/django/test/simple.py", line 383, in run_tests
     self.teardown_databases(old_config)
   File "/var/lib/jenkins/jobs/Django +
 Oracle/workspace/django/test/simple.py", line 351, in teardown_databases
     connection.creation.destroy_test_db(old_name, self.verbosity)
   File "/var/lib/jenkins/jobs/Django +
 Oracle/workspace/django/db/backends/creation.py", line 378, in
 destroy_test_db
     new_connection.creation._destroy_test_db(test_database_name,
 verbosity)
   File "/var/lib/jenkins/jobs/Django +
 Oracle/workspace/django/db/backends/oracle/creation.py", line 126, in
 _destroy_test_db
     self.connection.settings_dict["USER"] = self.remember['user']
 KeyError: 'user'
 }}}

 This could be to be a consequence of r17411.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17786>
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