|
From: Mike P. <mi...@sy...> - 2013-08-06 14:09:41
|
The first one is a test I created yesterday for ticket 693. Looks like I forgot to check in its data file. I'll look at the second one now. From: Bryan Thompson <br...@sy...<mailto:br...@sy...>> Date: Tuesday, August 6, 2013 5:59 AM To: "Big...@li...<mailto:Big...@li...>" <Big...@li...<mailto:Big...@li...>> Cc: Jeremy Carroll <jj...@sy...<mailto:jj...@sy...>>, Mike Personick <mi...@sy...<mailto:mi...@sy...>> Subject: Two new test failures 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 |