Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 63146 invoked from network); 13 Mar 2007 08:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 08:20:32 -0000 Received: (qmail 30525 invoked by uid 500); 13 Mar 2007 08:20:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 30496 invoked by uid 500); 13 Mar 2007 08:20:39 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 30480 invoked by uid 99); 13 Mar 2007 08:20:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 01:20:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 01:20:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB2DD714076 for ; Tue, 13 Mar 2007 01:20:09 -0700 (PDT) Message-ID: <10621317.1173774009699.JavaMail.jira@brutus> Date: Tue, 13 Mar 2007 01:20:09 -0700 (PDT) From: "Ivan Popov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3319) [jdktools][jpda] JDWP unit tests fail with timeout In-Reply-To: <8468049.1173256944263.JavaMail.root@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/HARMONY-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Popov closed HARMONY-3319. ------------------------------- Thank you, now it appeared working as expected. Closing this issue. > [jdktools][jpda] JDWP unit tests fail with timeout > -------------------------------------------------- > > Key: HARMONY-3319 > URL: https://issues.apache.org/jira/browse/HARMONY-3319 > Project: Harmony > Issue Type: Bug > Components: JDK > Environment: Windows/ia32, Linux/ia32, Harmony-jdk-r515478 > Reporter: Ivan Popov > Assigned To: Stepan Mishura > Attachments: jpda_build.patch > > > JDWP unit tests from JPDA component started with ant build usually fail with timeout: > <...> > [junit] TEST org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues003Test FAILED > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.578 sec > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.543 sec > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.537 sec > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > [junit] Tests FAILED (timeout) > <...> > full-report: > [junitreport] [Fatal Error] :-1:-1: Premature end of file. > [junitreport] The file .../trunk/working_jdktools/build/test_report/TEST-org.apache.harmony.jpda.tests.jdwp.ReferenceType.InterfacesTest.xml is not a valid XML document. It is possibly corrupted. > The problem is in default timeout (120000 milliseconds, or 15 minutes) specified for junit task in 'timeout" option: > timeout="${hy.test.timeout}" > JUnit task reference reads for this option: > Cancel the individual tests if they don't finish in the given time (measured in milliseconds). Ignored if fork is disabled. > However, it seems that this option is applied to the whole tests set specified in item. All JDWP tests are specified in a single and their execution usually exceeds 15 minutes, so junit task cancels them with timeout. > There are several "long-running" tests, each takes about 1 minute. These tests can be moved to a separate item to satisfy the default timeout. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.