Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 25198 invoked from network); 28 Dec 2007 14:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 14:09:04 -0000 Received: (qmail 79514 invoked by uid 500); 28 Dec 2007 14:08:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79415 invoked by uid 500); 28 Dec 2007 14:08:53 -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 79406 invoked by uid 99); 28 Dec 2007 14:08:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 06:08:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 28 Dec 2007 14:08:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F40CC714243 for ; Fri, 28 Dec 2007 06:08:43 -0800 (PST) Message-ID: <21279986.1198850923997.JavaMail.jira@brutus> Date: Fri, 28 Dec 2007 06:08:43 -0800 (PST) From: "Mikhail Markov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4288) [buildtest][gut] Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest fails on Linux In-Reply-To: <21333118.1182919466065.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/HARMONY-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Markov updated HARMONY-4288: ------------------------------------ Summary: [buildtest][gut] Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest fails on Linux (was: [testing] Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest fails on Linux) > [buildtest][gut] Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest fails on Linux > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-4288 > URL: https://issues.apache.org/jira/browse/HARMONY-4288 > Project: Harmony > Issue Type: Test > Components: build - test - ci > Environment: Linux > Reporter: Elena Sayapina > Assignee: Stepan Mishura > > Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest failed on Harmony-r550333 on Linux with the following output: > ------------------------------------------------------------------------------- > Test set: org.apache.geronimo.security.jaas.TimeoutTest > ------------------------------------------------------------------------------- > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.235 sec <<< FAILURE! > testTimeout(org.apache.geronimo.security.jaas.TimeoutTest) Time elapsed: 0.11 sec <<< ERROR! > javax.security.auth.login.LoginException: Login attempt failed. > at javax.security.auth.login.LoginContext.loginImpl(LoginContext.java:391) > at javax.security.auth.login.LoginContext.access$4(LoginContext.java:251) > at javax.security.auth.login.LoginContext$2.run(LoginContext.java:232) > at javax.security.auth.login.LoginContext$2.run(LoginContext.java:1) > at java.security.AccessController.doPrivilegedImpl(AccessController.java:112) > at java.security.AccessController.doPrivileged(AccessController.java:75) > at javax.security.auth.login.LoginContext.login(LoginContext.java:240) > at org.apache.geronimo.security.jaas.TimeoutTest.testTimeout(TimeoutTest.java:139) > Please, note that it's not a regression, this test case also failed on Harmony-r545255-gcc-release on Linux. > Also note that: > - Test passes on Windows > - Test passes on Harmony in standalone mode and passes if run it on the same JRE as maven (which is used for Geronimo test launch) > - Test only fails if pass '-Djvm' option to maven, i.e. run test on the other JRE than maven. > The failure seems to be not critical for M2 - it is not a regression or crash, besides, the test passes in standalone mode. > Suggest adding org.apache.geronimo.security.jaas.TimeoutTest to exclude list for Linux > for further investigation and to avoid distracting from regression tracking on snapshots. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.