0 Replies Latest reply on Sep 14, 2005 7:49 AM by vkathiravan

    JBoss 4.0.2 testsuite- Test cases correction for HP-UX PA 11

    vkathiravan

      Hello All,

      I am facing a problem with JBoss 4.0.2 testsuite when I run it in HP-UX PA 11.11 platform, Java version is "1.4.2.06".

      Following tests are failed due to "Timeout error occurred",

      org.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
      org.jboss.test.cache.test.replicated.AsyncUnitTestCase
      org.jboss.test.cache.test.replicated.SyncTxUnitTestCase


      I have increased the time of these test cases, but that never worked and I was receving following error messages

      2005-09-14 15:41:30,780 WARN [org.jgroups.protocols.UDP] discarded message from different group (CacheGroup). Sender was localhost:49904

      Then I have analysed the source files and made the following chages in "replAsync-service.xml" and "replSync-service.xml" files,

      Before
      <!-- <FD shun="true" up_thread="true" down_thread="true" /> -->
      <FD_SOCK/>
      After
      <FD shun="true" up_thread="true" down_thread="true" />
      <!-- <FD_SOCK/> -->


      Now all test cases are passing in PA 11.11.

      But without the above changes, these test cases are passing in HP-UX 11.23 PA and 11.23 IPF platforms.

      Can anyone help me to know why these changes are required for PA 11.11 platform and Is these changes are correct ?

      Thanks,
      Kathir