I have removed SDB from the build
In working on JENA-1023 (join stuff), I found and fixed a result set
equality bug used in testing. That didn't have any affect the ARQ test
suite (phew!), and was only uncovered when working on the new join tests.
But it looks like this triggers a test failure in SDB - at the moment it
looks like SDB is wrong, this is not a new bug, it just wasn't being
checked correctly in the test suite.
Andy
FYI:
The query is this nested optional case : ?w is the tricky variable.
SELECT *
{
{ ?x :p ?z OPTIONAL { ?z :q1 ?w } }
?x :p ?w
}
-------- Forwarded Message --------
Subject: jena git commit: Remove SDB from the build (temporary)
Date: Tue, 8 Sep 2015 19:48:22 +0000 (UTC)
From: [email protected]
Reply-To: [email protected]
To: [email protected]
Repository: jena
Updated Branches:
refs/heads/master ae3fcfa4f -> 4105775df
Remove SDB from the build (temporary)
Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/4105775d
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/4105775d
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/4105775d
Branch: refs/heads/master
Commit: 4105775dfd0538af6c8d7230c56a4d9310900ecc
Parents: ae3fcfa
Author: Andy Seaborne <[email protected]>
Authored: Tue Sep 8 20:48:08 2015 +0100
Committer: Andy Seaborne <[email protected]>
Committed: Tue Sep 8 20:48:08 2015 +0100
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/jena/blob/4105775d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa66e5e..40d3aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
<module>jena-spatial</module>
<module>jena-csv</module>
- <module>jena-sdb</module>
+ <!-- TEMP <module>jena-sdb</module> -->
<module>jena-fuseki1</module>
<module>jena-fuseki2</module>