2 Replies Latest reply on Sep 30, 2010 9:20 AM by gaohoward

    Test results as of Sept 29 2010

    gaohoward

      I run the "all-tests" target against my fix for https://jira.jboss.org/browse/HORNETQ-522. The result:

       

      total num of tests: 3647
      Failures: 5
      Errors: 1

       


      Of the 5 failures, four of them are from TwitterTest

       

      testSimpleIncoming
      testIncomingWithRestart
      testSimpleOutgoing
      testOutgoingWithRestart

       

      I believe those tests try to access twitter accounts and twitter service is blocked in China.

       

      The other one failure test is:

       

      PageStressTest.testPageOnMultipleDestinations, the error message:

       

      expected:<60000> but was:<24590>

       

      junit.framework.AssertionFailedError: expected:<60000> but was:<24590>
      at org.hornetq.tests.stress.paging.PageStressTest.testPageOnMultipleDestinations(PageStressTest.java:249)

       

      Running this test alone for several times it all failed.

       

      The error test is:

       

      AllPossibilitiesCompactWithAddDeleteStressTest.testMixOperations  (Error: Timeout occurred)

       

      Running the test alone several times it all passed. So I think this error is transient.

       

      This test failures remains consistent with or without my code change. So I am going to commit my code in.