﻿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
17938	Transient failure of regressiontests.servers.tests.LiveServerDatabase on oracle	Nate Bragg	nobody	"When running the entire test suite against oracle xe 10g, the following failure is seen:

{{{
======================================================================
FAIL: test_database_writes (regressiontests.servers.tests.LiveServerDatabase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/nate/django/trunk/tests/regressiontests/servers/tests.py"", line 215, in test_database_writes
    self.assertEquals(names, ['jane', 'robert', 'emily'])
AssertionError: Lists differ: [u'emily', u'jane', u'robert'] != ['jane', 'robert', 'emily']

First differing element 0:
emily
jane

- [u'emily', u'jane', u'robert']
+ ['jane', 'robert', 'emily']
}}}

Strangely, this does not happen when run in isolation.  Inspecting the query results just shows that Oracle is returning the results unordered.  The correct thing to do then would be to use {{{order_by}}}"	Bug	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
