MySQL 5.7 GIS test failures: InterfaceError: (-1, 'error totally whack')
Not sure if it's a Django issue, but the following tests fail with InterfaceError: (-1, 'error totally whack')
. The commonality seems to be that these are all new functions in MySQL 5.6.
gis_tests.distapp.tests.DistanceFunctionsTests.test_distance_simple
gis_tests.distapp.tests.DistanceFunctionsTests.test_distance_order_by
gis_tests.geoapp.test_functions.GISFunctionsTests.test_union
gis_tests.geoapp.test_functions.GISFunctionsTests.test_sym_difference
gis_tests.geoapp.test_functions.GISFunctionsTests.test_intersection
gis_tests.geoapp.test_functions.GISFunctionsTests.test_difference
gis_tests.geoapp.test_functions.GISFunctionsTests.test_diff_intersection_union
Change History
(14)
Owner: |
changed from nobody to Sergey Fedoseev
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
From the MySQL 5.7 release notes:
An example failing query from
gis_tests.geoapp.test_functions.GISFunctionsTests.test_union
:A minimal query to reproduce is:
Any advice, Claude?