efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Skip SpatiaLite tests when using PROJ v6

Open ajcvickers opened this issue 3 years ago • 2 comments

Split off from #22138.

The released version doesn't work and the fix doesn't seem like it's going to be released anytime soon.

Note: see test issue in https://github.com/dotnet/efcore/issues/27662. If we don't add support in 7.0, then consider adding a check and throwing a nice exception. Also consider adding a check in the tests to skip these tests if 5.0 is installed.

ajcvickers avatar Jul 07 '22 08:07 ajcvickers

So... our current implementation does work with SpatiaLite 5. You just need to work around the segfault by using libsqlite3 instead of e_sqlite3 (the default) or SQLCipher. I don't think we should block it at the product level.

But we can try to detect this in our tests and skip running.

bricelam avatar Aug 15 '22 18:08 bricelam

MQ for test part.

ajcvickers avatar Aug 16 '22 17:08 ajcvickers