Upgrade to newest Fuseki 4.4.0 for running unit tests #1273
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reasons for creating this PR
Currently unit tests are set up to run with Fuseki 4.0.0 which is rather old. Upgrading to newest version. This should help ensure that Skosmos stays compatible with current versions of Fuseki. The change affects both GitHub Actions CI as well as tests run locally by developers, as long as they use the
init_fuseki.sh
script to set up Fuseki.Link to relevant issue(s), if any
n/a
Description of the changes in this PR
init_fuseki.sh
to 4.4.0 (was: 4.0.0)Known problems or uncertainties in this PR
init_fuseki.sh
also supports running the latest SNAPSHET version of Fuseki, by setting the environment variableFUSEKI_VERSION
toSNAPSHOT
. Some time ago (when we were still using Travis CI) the CI tests also did that. This could be enabled again, but that is out of scope for this PR.Checklist
No new tests needed.