Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 56489 invoked from network); 4 Sep 2009 08:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 08:40:22 -0000 Received: (qmail 73491 invoked by uid 500); 4 Sep 2009 08:40:21 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 73428 invoked by uid 500); 4 Sep 2009 08:40:21 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 73420 invoked by uid 99); 4 Sep 2009 08:40:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 08:40:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 08:40:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D76B234C1F2 for ; Fri, 4 Sep 2009 01:39:59 -0700 (PDT) Message-ID: <238180063.1252053599250.JavaMail.jira@brutus> Date: Fri, 4 Sep 2009 01:39:59 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2295) Occasional query test failures In-Reply-To: <1747289700.1252050658195.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751363#action_12751363 ] Jukka Zitting commented on JCR-2295: ------------------------------------ A Git bisect points to revision 811001 (JCR-2170) as the probable cause of this issue. > Occasional query test failures > ------------------------------ > > Key: JCR-2295 > URL: https://issues.apache.org/jira/browse/JCR-2295 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core, query, test > Reporter: Jukka Zitting > > Our Hudson build caught a query test issue that I just saw also on a local checkout. See the Hudson report for details: > http://hudson.zones.apache.org/hudson/view/Jackrabbit/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/818/testReport/ > Most of the test errors look like this: > junit.framework.AssertionFailedError: /testroot/node1 is not part of the result set > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.assertTrue(Assert.java:20) > at org.apache.jackrabbit.test.api.query.AbstractQueryTest.checkResult(AbstractQueryTest.java:342) > at org.apache.jackrabbit.test.api.query.AbstractQueryTest.executeSqlQuery(AbstractQueryTest.java:320) > at org.apache.jackrabbit.test.api.query.SQLJoinTest.testJoinNtBase(SQLJoinTest.java:103) > There's also the following failure, though I'm not sure if the problems are related: > javax.jcr.ItemNotFoundException: failed to build path of 73a2730b-151c-425d-87fe-f4c9b1885b2f: 14eaf724-275f-4a59-aed1-3fcbd7eca88b has no child entry for 73a2730b-151c-425d-87fe-f4c9b1885b2f > at org.apache.jackrabbit.core.HierarchyManagerImpl.buildPath(HierarchyManagerImpl.java:291) > at org.apache.jackrabbit.core.CachingHierarchyManager.buildPath(CachingHierarchyManager.java:198) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getPath(HierarchyManagerImpl.java:395) > at org.apache.jackrabbit.core.CachingHierarchyManager.getPath(CachingHierarchyManager.java:232) > at org.apache.jackrabbit.core.query.lucene.RowIteratorImpl$RowImpl.getValue(RowIteratorImpl.java:340) > at org.apache.jackrabbit.commons.query.GQL$RowAdapter.getValue(GQL.java:1016) > at org.apache.jackrabbit.core.query.AbstractQueryTest.checkResultSequence(AbstractQueryTest.java:235) > at org.apache.jackrabbit.core.integration.GQLTest.testOrder(GQLTest.java:60) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.