Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip SpatiaLite tests when using PROJ v6 #28386

Open
ajcvickers opened this issue Jul 7, 2022 · 2 comments
Open

Skip SpatiaLite tests when using PROJ v6 #28386

ajcvickers opened this issue Jul 7, 2022 · 2 comments

Comments

@ajcvickers
Copy link
Contributor

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 #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.

@bricelam
Copy link
Contributor

bricelam commented Aug 15, 2022

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 bricelam removed this from the 7.0.0 milestone Aug 15, 2022
@ajcvickers ajcvickers added this to the MQ milestone Aug 16, 2022
@ajcvickers
Copy link
Contributor Author

MQ for test part.

@bricelam bricelam changed the title Block use of SpatiaLite 5 Skip SpatiaLite test when using PROJ v6 Aug 16, 2022
@bricelam bricelam changed the title Skip SpatiaLite test when using PROJ v6 Skip SpatiaLite tests when using PROJ v6 Aug 16, 2022
@bricelam bricelam removed their assignment Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants