I've been running into a unittest failure starting with django 1.5.2+ when
testing on the latest snapshot of OpenBSD.
The command I am running to test is:
{{{
env LC_CTYPE=en_US.UTF-8 PYTHONPATH=. python2.7 tests/runtests.py
--settings=test_sqlite
}}}
The failure is with test:
{{{
django.contrib.formtools.tests.wizard.wizardtests.tests.WizardFormKwargsOverrideTests.test_instance_is_maintained
AssertionError: 2 != 3
}}}
After inquiring on the django-users list, it sounds like this issue is not
limited to OpenBSD. Someone else indicated that the same failure occurs
on Mac OSX. The django-user post can be found here:
[https://groups.google.com/forum/#!topic/django-users/MISYeLhni4Y]
Please let me know if more information is needed.
Thanks,
Ryan
--
Ticket URL: <https://code.djangoproject.com/ticket/21118>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => timo
* needs_docs: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/21118#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4f40b97d9728175c195c81f2413d800238bc8804"]:
{{{
#!CommitTicketReference repository=""
revision="4f40b97d9728175c195c81f2413d800238bc8804"
Fixed #21118 -- Isolated a test that uses the database.
Thanks rmboggs for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21118#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"72f7932cfbe079f5063a2f1b4c09b520d99f5e42"]:
{{{
#!CommitTicketReference repository=""
revision="72f7932cfbe079f5063a2f1b4c09b520d99f5e42"
[1.5.x] Fixed #21118 -- Isolated a test that uses the database.
Thanks rmboggs for the report.
Backport of 4f40b97d97 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21118#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"dbad65ded76d571937ce276e15cad2e19e9989fb"]:
{{{
#!CommitTicketReference repository=""
revision="dbad65ded76d571937ce276e15cad2e19e9989fb"
[1.6.x] Fixed bad backport in last commit; refs #21118
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21118#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"14e139ecdfeec555265eec11d7bca7596311e348"]:
{{{
#!CommitTicketReference repository=""
revision="14e139ecdfeec555265eec11d7bca7596311e348"
[1.6.x] Fixed #21118 -- Isolated a test that uses the database.
Thanks rmboggs for the report.
Backport of 4f40b97d97 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21118#comment:3>