You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2008/01/30 11:02:03 UTC

[jira] Closed: (HARMONY-4288) [buildtest][gut] Geronimo unit test org.apache.geronimo.security.jaas.TimeoutTest fails on Linux

     [ https://issues.apache.org/jira/browse/HARMONY-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura closed HARMONY-4288.
-----------------------------------

    Resolution: Fixed

Closing - the test passed with Geronimo Unit Tests 2.0.2 on r615453 snapshot on all platforms


> [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.