Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-858

PojoEndpointAuthenticationTestCase and EJBEndpointAuthenticationTestCase are failing intermittently

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • None
    • Web Services
    • None

    Description

      The org.jboss.as.test.integration.ws.authentication.EJBEndpointAuthenticationTestCase has started failing intermittently but regularly on lightning. The failure shows messages like these:

      java.lang.AssertionError: String 'not allowed' was expected in SocketException invoking http://127.0.0.1:8080/jaxws-authentication-ejb3/EJB3AuthService: Socket Closed
      	at org.junit.Assert.fail(Assert.java:93)
      	at org.junit.Assert.assertTrue(Assert.java:43)
      	at org.jboss.as.test.integration.ws.authentication.EJBEndpointAuthenticationTestCase.accessHelloForNoneWithValidRole3(EJBEndpointAuthenticationTestCase.java:352
      

      same goes also for PojoEndpointAuthenticationTestCase that fails sometimes

      javax.xml.ws.WebServiceException: Could not send Message.
          at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)
          at $Proxy110.hello(Unknown Source)
          at org.jboss.as.test.integration.ws.authentication.PojoEndpointAuthenticationTestCase.accessHelloWithValidUser1(PojoEndpointAuthenticationTestCase.java:116)
           ...
      Caused by: java.net.SocketException: Socket Closed
          at java.net.PlainSocketImpl.getOption(PlainSocketImpl.java:286)
          at java.net.Socket.getSoTimeout(Socket.java:1032)
          at sun.net.www.http.HttpClient.available(HttpClient.java:356)
      

      It looks like the testcase expects a specific text in the exception cause.

      Attachments

        Activity

          People

            rhn-engineering-ema Jim Ma
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: