Opened 4 years ago

Closed 4 years ago

#32216 closed Bug (invalid)

Can not execute tests with spatialite as database backend

Reported by: thegreathir Owned by: nobody
Component: GIS Version: 3.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm using django version 3.1 and libsqlite3-mod-spatialit version 4.3.0a-6 on ubuntu 19.10.
My database backend is spatialite when I run tests I get following error:

Creating test database for alias 'default'...
Destroying old test database for alias 'default'...
python3: ByteOrderValues.cpp:46: static int geos::io::ByteOrderValues::getInt(const unsigned char*, int): Assertion `byteOrder == ENDIAN_LITTLE' failed.
[1]    2019 abort (core dumped)  python3 manage.py test

Change History (1)

comment:1 by Mariusz Felisiak, 4 years ago

Resolution: invalid
Status: newclosed

That's not an issue in Django but in your environment. Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels

Note: See TracTickets for help on using tickets.
Back to Top