﻿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
10844	r10547 broke testing with Oracle	jbronn	Erin Kelly	"More than typos were fixed in r10547, as I can no longer run any part of the test suite.  I haven't figured out why (nor have I looked too deeply) -- if a fix can't be found I propose just reverting back to r10032.

{{{
C:\django\trunk\tests>python runtests.py --settings=settings --verbosity=2 aggregation
Importing model aggregation
Creating test database...
Creating test database...
_create_test_db(): dbname = test_orcl
CREATE TABLESPACE test_orcl
               DATAFILE 'test_orcl.dbf' SIZE 20M
               REUSE AUTOEXTEND ON NEXT 10M MAXSIZE 100M

CREATE TEMPORARY TABLESPACE test_orcl_temp
               TEMPFILE 'test_orcl_temp.dbf' SIZE 20M
               REUSE AUTOEXTEND ON NEXT 10M MAXSIZE 100M

Creating test user...
_create_test_user(): username = test_geo
CREATE USER test_geo
               IDENTIFIED BY Im_a_lumberjack
               DEFAULT TABLESPACE test_orcl
               TEMPORARY TABLESPACE test_orcl_temp

GRANT CONNECT, RESOURCE TO test_geo
Traceback (most recent call last):
  File ""runtests.py"", line 191, in <module>
    django_tests(int(options.verbosity), options.interactive, args)
  File ""runtests.py"", line 161, in django_tests
    failures = test_runner(test_labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)
  File ""C:\django\trunk\django\test\simple.py"", line 191, in run_tests
    connection.creation.create_test_db(verbosity, autoclobber=not interactive)
  File ""C:\django\trunk\django\db\backends\creation.py"", line 326, in create_test_db
    can_rollback = self._rollback_works()
  File ""C:\django\trunk\django\db\backends\creation.py"", line 383, in _rollback_works
    cursor = self.connection.cursor()
  File ""C:\django\trunk\django\db\backends\__init__.py"", line 81, in cursor
    cursor = self._cursor()
  File ""C:\django\trunk\django\db\backends\oracle\base.py"", line 307, in _cursor
    self.connection = Database.connect(conn_string, **self.settings_dict['DATABASE_OPTIONS'])
cx_Oracle.DatabaseError: ORA-12154: TNS:could not resolve the connect identifier specified
}}}"		closed	Database layer (models, ORM)	dev		duplicate	oracle test		Unreviewed	0	0	0	0	0	0
