Non-deterministic test: admin_views.tests.AdminViewBasicTest.test_change_list_sorting_model_admin_reverse
Have seen this fail a couple times on Python 3:
Traceback (most recent call last):
File "/home/jenkins/workspace/django-pull-requests/database/sqlite3/python/python3.4/tests/admin_views/tests.py", line 293, in test_change_list_sorting_model_admin_reverse
"Results of sorting on ModelAdmin method are out of order.")
File "/home/jenkins/workspace/django-pull-requests/database/sqlite3/python/python3.4/tests/admin_views/tests.py", line 93, in assertContentBefore
failing_msg)
AssertionError: False is not true : Results of sorting on ModelAdmin method are out of order.
Change History
(9)
Owner: |
changed from nobody to parasgithub
|
Status: |
new → assigned
|
Resolution: |
→ needsinfo
|
Status: |
assigned → closed
|
Resolution: |
needsinfo
|
Status: |
closed → new
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Resolution: |
duplicate → fixed
|
I can't reproduce this.