#24080: Sqlite segmentation fault regression when running tests (since 1.7.2)
-----------------------------------+------------------------------------
     Reporter:  stevejalim         |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  master
     Severity:  Normal             |               Resolution:
     Keywords:  sqlite             |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by davidszotten):

 a few more data points

 can reproduce with this subset of tests (but removing any more make the
 run pass)
 {{{
 admin_views.tests.AdminViewBasicTest.test_allows_attributeerror_to_bubble_up
 admin_views.tests.AdminViewBasicTest.test_change_list_null_boolean_display
 admin_views.tests.AdminViewBasicTest.test_change_list_sorting_model_meta
 
admin_views.tests.AdminViewBasicTest.test_change_view_with_show_delete_extra_context
 admin_views.tests.AdminViewBasicTest.test_changelist_with_no_change_url
 admin_views.tests.AdminViewBasicTest.test_disallowed_filtering
 admin_views.tests.AdminViewBasicTest.test_multiple_sort_same_field
 admin_views.tests.AdminViewBasicTest.test_popup_dismiss_related
 
admin_views.tests.AdminViewBasicTest.test_proxy_model_content_type_is_used_for_log_entries
 admin_views.tests.AdminViewBasicTest.test_sort_indicators_admin_order
 }}}


 separately, setting `TEST` in `DATABASES` to use a sqlite db on disk
 instead of in ram seems to fix the issue

--
Ticket URL: <https://code.djangoproject.com/ticket/24080#comment:15>
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.57ebb253632b1dcf9cbdc81f7749045f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to