#7867: regressiontests.model_inheritance_regress fails on MySQL
------------------------------------------------------------------+---------
Reporter: Chris Hasenpflug <[EMAIL PROTECTED]> | Owner: nobody
Status: new |
Milestone: 1.0 beta
Component: Metasystem |
Version: SVN
Keywords: |
Stage: Unreviewed
Has_patch: 0 |
------------------------------------------------------------------+---------
Getting this test failure on the official buildbot as well as the new
build slaves.
{{{
======================================================================
FAIL: Doctest:
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/django/test/_doctest.py",
line 2180, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line unknown line number, in API_TESTS
----------------------------------------------------------------------
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line ?, in
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
[sorted(d.items()) for d in dicts]
Expected:
[[('name', u"Guido's House of Pasta"), ('serves_hot_dogs', True)]]
Got:
[[('name', u"Guido's House of Pasta"), ('serves_hot_dogs', 1)]]
----------------------------------------------------------------------
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line ?, in
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
[sorted(d.items()) for d in dicts]
Expected:
[[('name', u"Guido's House of Pasta"), ('serves_gnocchi', True),
('serves_hot_dogs', True)]]
Got:
[[('name', u"Guido's House of Pasta"), ('serves_gnocchi', 1),
('serves_hot_dogs', 1)]]
----------------------------------------------------------------------
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line ?, in
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
[sorted(d.items()) for d in dicts]
Expected:
[[('name', u"Guido's All New House of Pasta"), ('serves_hot_dogs',
False)]]
Got:
[[('name', u"Guido's All New House of Pasta"), ('serves_hot_dogs',
0)]]
----------------------------------------------------------------------
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line ?, in
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
[sorted(d.items()) for d in dicts]
Expected:
[[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi',
False), ('serves_hot_dogs', False)]]
Got:
[[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', 0),
('serves_hot_dogs', 0)]]
----------------------------------------------------------------------
File
"/home/mcroydon/buildbot/djangoproject/trunk-2.4-mysql/build/tests/regressiontests/model_inheritance_regress/models.py",
line ?, in
regressiontests.model_inheritance_regress.models.__test__.API_TESTS
Failed example:
[sorted(d.items()) for d in dicts]
Expected:
[[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi',
False), ('serves_hot_dogs', False)]]
Got:
[[('name', u"Guido's All New House of Pasta"), ('serves_gnocchi', 0),
('serves_hot_dogs', 0)]]
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/7867>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---