﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17786	Exception when running the tests under Oracle	Aymeric Augustin	Aymeric Augustin	"{{{
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."	Bug	closed	Testing framework	1.4-beta-1	Release blocker	fixed		anssi.kaariainen@…	Accepted	0	0	0	0	0	0
