﻿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
23969	Test failures on Oracle -- ORA-01658: unable to [enlarge] tablespace	Shai Berger	Shai Berger	"Consistently, in the last few runs on CI on all Python versions, and also reproduced on my machine:
{{{
======================================================================
ERROR [0.001s]: test_long_string (backends.tests.OracleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""<http://djangoci.com/job/django-oracle-1.7/database=oracle11,python=python2.7/ws/tests/backends/tests.py"",> line 81, in test_long_string
    cursor.execute('INSERT INTO ltext VALUES (%s)', [long_str])
  File ""<http://djangoci.com/job/django-oracle-1.7/database=oracle11,python=python2.7/ws/django/db/backends/utils.py"",> line 65, in execute
    return self.cursor.execute(sql, params)
  File ""<http://djangoci.com/job/django-oracle-1.7/database=oracle11,python=python2.7/ws/django/db/utils.py"",> line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File ""<http://djangoci.com/job/django-oracle-1.7/database=oracle11,python=python2.7/ws/django/db/backends/utils.py"",> line 65, in execute
    return self.cursor.execute(sql, params)
  File ""<http://djangoci.com/job/django-oracle-1.7/database=oracle11,python=python2.7/ws/django/db/backends/oracle/base.py"",> line 916, in execute
    return self.cursor.execute(query, self._param_generator(params))
DatabaseError: ORA-01658: unable to create INITIAL extent for segment in tablespace D_DJANGOORACLE17_27
}}}

Notes:

 1. This is on 1.7.x only -- on master, this has been solved for good by the fix to #21775.
 2. This only shows up when running a lot of tests, although the failure is consistently in the same test."	Bug	closed	Testing framework	1.7	Normal	fixed	oracle		Unreviewed	0	0	0	0	0	0
