|
From: Bryan T. <br...@sy...> - 2013-08-06 12:19:00
|
Mike/Jeremy, There are two new test failures in CI. I suspect that these are related to the recent checkin of the changes to the join optimizer for property paths and possibly to the #709 1. com.bigdata.rdf.sail.TestTicket693.testBug1<http://192.168.1.10:8080/job/bigdata-release-1.2.0/3671/testReport/junit/com.bigdata.rdf.sail/TestTicket693/testBug1/> 2. com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer.test_nestedOptionals03<http://192.168.1.10:8080/job/bigdata-release-1.2.0/3671/testReport/junit/com.bigdata.rdf.sparql.ast.optimizers/TestASTStaticJoinOptimizer/test_nestedOptionals03_2/> #693 is OneOrMorePath SPARQL property path expression ignored<https://sourceforge.net/apps/trac/bigdata/ticket/693>. The stack trace for the error is: java.lang.NullPointerException at org.openrdf.repository.base.RepositoryConnectionBase.add(RepositoryConnectionBase.java:284) at com.bigdata.rdf.sail.TestTicket693.testBug1(TestTicket693.java:154) The stack trace for TestASTStaticJoinOptimizer.test_nestedOptionals03 is: junit.framework.AssertionFailedError: Expecting: x, actual=y at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:680) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:542) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:542) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:542) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:542) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:542) at com.bigdata.bop.engine.AbstractQueryEngineTestCase.diff(AbstractQueryEngineTestCase.java:586) at com.bigdata.rdf.sparql.ast.AbstractASTEvaluationTestCase.assertSameAST(AbstractASTEvaluationTestCase.java:172) at com.bigdata.rdf.sparql.ast.optimizers.TestASTStaticJoinOptimizer.test_nestedOptionals03(TestASTStaticJoinOptimizer.java:1513) Is this related to the following ticket? #709<https://sourceforge.net/apps/trac/bigdata/ticket/709> select ?g { Graph ?g {} } incorrect<https://sourceforge.net/apps/trac/bigdata/ticket/709> Thanks, Bryan |