#22360 closed Bug (fixed)
Two admin_views tests are non-deterministic on Python 3.4 (dependent on dictionary key iteration order )
| Reported by: | Tim Graham | Owned by: | loic84 |
|---|---|---|---|
| Component: | Python 3 | Version: | 1.7-beta-1 |
| Severity: | Release blocker | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Example failure on Jenkins.
admin_views.tests.AdminKeepChangeListFiltersTests.test_changelist_view and admin_views.tests.NamespacedAdminKeepChangeListFiltersTests.test_changelist_view fail when the expected and actual URLs differ in the order of the changelist_filters parameters, e.g. <a href="/test_admin/admin5/auth/user/104/?_changelist_filters=is_staff__exact%3D0%26is_superuser__exact%3D0"> vs. <a href="/test_admin/admin5/auth/user/104/?_changelist_filters=is_superuser__exact%3D0%26is_staff__exact%3D0">
Change History (4)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 4d996b8e69c1374fd6ea2674384903456a74cc4b: