#20432: GroupAdminTest.test_group_permission_performance fail on full test suite
run
-------------------------------+--------------------
     Reporter:  otherjacob     |      Owner:
         Type:  Bug            |     Status:  new
    Component:  contrib.admin  |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 the test passes when running all the admin_views tests in isolation, but
 fails when running with test suite.

 Final pass of running the test against --bisect produces this:

 ======================================================================
 FAIL: test_group_permission_performance (admin_views.tests.GroupAdminTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/Users/jacob/git/django/tests/admin_views/tests.py", line 3660, in
 test_group_permission_performance
     self.assertEqual(response.status_code, 200)
   File "/Users/jacob/git/django/django/test/testcases.py", line 181, in
 __exit__
     executed, self.num
 AssertionError: 7 queries executed, 8 expected

 ----------------------------------------------------------------------
 Ran 190 tests in 6.069s

 FAILED (failures=1, skipped=2)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...
 ***** Problem found in second half. Bisecting again...
 ***** Source of error: django.contrib.auth

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20432>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to