1 Reply Latest reply on Oct 5, 2007 9:51 AM by weston.price

    PreFillPooling Test failing

      I'm currently working on
      http://jira.jboss.com/jira/browse/JBAS-4520
      which involves moving all the tests that depend upon the transaction manager
      to run in the appserver against the real TM.

      I've moved the PreFillPooling test, but it was failing before I moved it.
      I get the same failures after the move.

       [junit] Tests run: 9, Failures: 4, Errors: 0, Time elapsed: 18.416 sec
       [junit] Test org.jboss.test.jca.test.PreFillPoolingUnitTestCase FAILED
      


      It might be that I introduced an additional reason for the four failures due to this change?

        • 1. Re: PreFillPooling Test failing
          weston.price

           


          It might be that I introduced an additional reason for the four failures due to this change?


          Probably not, I would imagine the 4 failures are due to the prefill option not being included in the deployment stuff yet. There are 4 test that deploy an adapter and test against a running server while the others simply test outside the container.