You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/09/08 21:48:22 UTC

jena git commit: Remove SDB from the build (temporary)

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 <an...@apache.org>
Authored: Tue Sep 8 20:48:08 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
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>


Re: Fwd: jena git commit: Remove SDB from the build (temporary)

Posted by Andy Seaborne <an...@apache.org>.
On 08/09/15 20:55, Andy Seaborne wrote:
> I have removed SDB from the build

SDB re-enabled.

It turned out that a complexity of conditions (the fix to testing, some 
new code, the different/unusual way SDB optimizes/executes) only showed 
up in one SDB test.  So SDB has some use after all.  Or did, the test 
situation is now in ARQ.

	Andy


Fwd: jena git commit: Remove SDB from the build (temporary)

Posted by Andy Seaborne <an...@apache.org>.
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: andy@apache.org
Reply-To: dev@jena.apache.org
To: commits@jena.apache.org

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 <an...@apache.org>
Authored: Tue Sep 8 20:48:08 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
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>