Description of problem:
org.jboss.as.test.integration.security.loginmodules.LdapExtLikeAdvancedLdapLMTestCase#test6
- Unexpected status code returned after the authentication. expected:<200> but was:<401>
- java.lang.AssertionError: Unexpected status code returned after the authentication. expected:<200> but was:<401>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.jboss.as.test.integration.security.common.Utils.makeCallWithBasicAuthn(Utils.java:461)
at org.jboss.as.test.integration.security.loginmodules.LdapExtLikeAdvancedLdapLMTestCase.testDeployment(LdapExtLikeAdvancedLdapLMTestCase.java:277)
at org.jboss.as.test.integration.security.loginmodules.LdapExtLikeAdvancedLdapLMTestCase.test6(LdapExtLikeAdvancedLdapLMTestCase.java:265)
org.jboss.as.test.integration.security.loginmodules.LdapExtLoginModuleTestCase#test6
- Unexpected status code returned after the authentication. expected:<200> but was:<401>
- java.lang.AssertionError: Unexpected status code returned after the authentication. expected:<200> but was:<401>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.jboss.as.test.integration.security.common.Utils.makeCallWithBasicAuthn(Utils.java:461)
at org.jboss.as.test.integration.security.loginmodules.LdapExtLoginModuleTestCase.testDeployment(LdapExtLoginModuleTestCase.java:271)
at org.jboss.as.test.integration.security.loginmodules.LdapExtLoginModuleTestCase.test6(LdapExtLoginModuleTestCase.java:259)
Version-Release number of selected component (if applicable):
6.4.3.CP.CR2
How reproducible:
intermittently on Solaris 11 SPARC
Steps to Reproduce:
1. ./integration-tests.sh -Dts.noSmoke -Dts.basic -Dtest=LdapExtLoginModuleTestCase,LdapExtLikeAdvancedLdapLMTestCase -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2
Expected results:
No error in tests