[ https://issues.apache.org/jira/browse/HARMONY-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stepan Mishura reassigned HARMONY-4288:
---------------------------------------
Assignee: Stepan Mishura
> [testing] 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.
|