#29451: Add compatibility with MySQL 8
-------------------------------------+-------------------------------------
     Reporter:  Tim Graham           |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Tim Graham):

 Looks good. I see one remaining GIS failure:
 {{{
 ======================================================================
 FAIL: test_isvalid_lookup (gis_tests.geoapp.tests.GeoLookupTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/media/sf_django/django/test/testcases.py", line 1096, in
 skip_wrapper
     return test_func(*args, **kwargs)
   File "/media/sf_django/tests/gis_tests/geoapp/tests.py", line 308, in
 test_isvalid_lookup
     self.assertEqual(State.objects.filter(name='Kansas',
 poly__isvalid=False).count(), 1)
 AssertionError: 0 != 1
 }}}
 If you try to run the GIS tests use:
 {{{
 'OPTIONS': {
     'init_command': 'SET default_storage_engine=MyISAM',
 },
 }}}
 in your settings and use `runtests.py gis_tests`, otherwise the test suite
 takes quite a long time.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29451#comment:8>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.febe71f0737aa6f11858092b6cf58f0d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to