Rob, everyone,
One of the reasons for one of the big commits this week was me migrating
the dynamic dataset code from TDB to ARQ.
This was to enable Fuseki to use the code itself for interpreting SPARQL
protocol requests with default-graph-uri= and named-graph-uri=. Now
Fuskei applies dynamic dataset processing to all requests on a hosted
dataset, not just TDB ones.
Easier to do that to pass the SPARQL protocol test suite than argue that
the suite makes assumptions about system behaviour.
Other than that, Fuseki passes the suite now ... except for 3 tests
which as far as I can see are wrong (got damaged recently in some way)
and one that tests for something that is outside the spec (it expects an
error when doing something is a reasonable action given it's outside the
spec).
Andy