﻿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
14661	A couple of MySQL/MyISAM test failures	Karen Tracey	nobody	"Two tests fail when the Django test suite is run against MySQL with the MyISAM engine:

{{{
======================================================================
FAIL: test_initial_sql (regressiontests.initial_sql_regress.tests.InitialSQLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/kmtracey/django/trunk/tests/regressiontests/initial_sql_regress/tests.py"", line 8, in test_initial_sql
    self.assertEqual(Simple.objects.count(), 7)
AssertionError: 0 != 7

======================================================================
FAIL: test_tickets_8921_9188 (regressiontests.queries.tests.Queries6Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/kmtracey/django/trunk/tests/regressiontests/queries/tests.py"", line 1275, in test_tickets_8921_9188
    ['<Tag: t1>', '<Tag: t3>']
  File ""/home/kmtracey/django/trunk/django/test/testcases.py"", line 512, in assertQuerysetEqual
    return self.assertEqual(map(transform, qs), values)
AssertionError: Lists differ: ['<Tag: t1>', '<Tag: t2>', '<T... != ['<Tag: t1>', '<Tag: t3>']

First differing element 1:
<Tag: t2>
<Tag: t3>

First list contains 1 additional elements.
First extra element 2:
<Tag: t3>

- ['<Tag: t1>', '<Tag: t2>', '<Tag: t3>']
?                      -------------

+ ['<Tag: t1>', '<Tag: t3>']

----------------------------------------------------------------------
Ran 2853 tests in 11845.811s

FAILED (failures=2, skipped=63, expected failures=2)
Destroying test database 'default'...
Destroying test database 'other'...

}}}

Running the queries and initial_sql_regress tests in isolation fail as well, so it's not necessary to run the full suite to see the errors. Have not looked into the errors at all, running the test suite in this config takes a while and now it is bedtime...."		closed	Testing framework	1.2		fixed	blocker		Accepted	0	0	0	0	0	0
