Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 22996 invoked from network); 17 Oct 2008 08:23:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2008 08:23:06 -0000 Received: (qmail 57584 invoked by uid 500); 17 Oct 2008 08:23:06 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 57562 invoked by uid 500); 17 Oct 2008 08:23:06 -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 57551 invoked by uid 99); 17 Oct 2008 08:23:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Oct 2008 01:23:06 -0700 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, 17 Oct 2008 08:22:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64243234C232 for ; Fri, 17 Oct 2008 01:22:44 -0700 (PDT) Message-ID: <1242805210.1224231764409.JavaMail.jira@brutus> Date: Fri, 17 Oct 2008 01:22:44 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1811) Jcr2Spi: ExportSysViewTest#testExportSysView_handler_session_saveBinary_* occasionally failing In-Reply-To: <2084504401.1223972984337.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640464#action_12640464 ] Jukka Zitting commented on JCR-1811: ------------------------------------ This was just captured by Hudson, see: http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-spi2jcr/244/testReport/org.apache.jackrabbit.test/TestAll/testExportSysView_handler_workspace_skipBinary_recurse/ The stack trace of the test failure is: junit.framework.AssertionFailedError: Could not read target node /testdata/serialization/target/test/NodeTypes/Node_mix_referenceable: javax.jcr.PathNotFoundException: {} {}testdata {}serialization {}target {}test {}NodeTypes {}Node_mix_referenceable at junit.framework.Assert.fail(Assert.java:47) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:346) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:362) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:362) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:307) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:295) at org.apache.jackrabbit.test.api.TreeComparator.compare(TreeComparator.java:288) at org.apache.jackrabbit.test.api.SerializationTest.doTest(SerializationTest.java:683) at org.apache.jackrabbit.test.api.SerializationTest.testExportSysView_handler_workspace_skipBinary_recurse(SerializationTest.java:638) > Jcr2Spi: ExportSysViewTest#testExportSysView_handler_session_saveBinary_* occasionally failing > ---------------------------------------------------------------------------------------------- > > Key: JCR-1811 > URL: https://issues.apache.org/jira/browse/JCR-1811 > Project: Jackrabbit > Issue Type: Bug > Components: jackrabbit-jcr2spi > Reporter: angela > > from time to time i saw ExportSysViewTest#testExportSysView_handler_session_saveBinary_* test failing. this doesn't occur consistently and i never managed to reproduce it when running the tests in the idea. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.