1 Reply Latest reply on Aug 12, 2010 9:56 AM by jmesnil

    regular ping tests failures on hudson

    jmesnil

      We have very regluarly failures on PingTest on Hudson.

       

      Have we changed something in that area recently?

      It seems the assertions check on the connections held by the remoting service no longer matches the test expectations.

      Has someone an idea? Else, I'll look at it.

        • 1. Re: regular ping tests failures on hudson
          jmesnil

          I investigate the failures on hudson.

          The PingTest is fine but it was failing because there were open connections from previous tests.

           

          Apparently, they were coming from ra.OutgoingConnectionTest. I fixed it by making sure that the RA was stopped at the end of this tests so that there will not be any remaining connections.

          Let's see how it goes.