afs opened a new pull request, #3596: URL: https://github.com/apache/jena/pull/3596
The tests for `jena-fuseki-geosparql` fail on Apache JIRA (I have not observed it fail anywhere else). #3594 fixed one cause of these failures but fixing that shows another route to failure and also an unprotected test clearup (the other tests have had this code protection code for over two years). Use of `jena-fuseki-geosparql` in deployment via the `main` entry point is not affected - it does `JenaSystem.init();` This PR adds explicit Jena initial in `DatasetOperations` which all the tests call. ---- By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
