I have an android build that runs junit tests. I can use ANT and run the test from the command line without issue. It takes about 10 minutes to complete. It is reliable.
When I run it within Jenkins, it seems to "hang" in random tests (I look in the log being generated and see it seemly spinning its wheels in different tests). It can run for hours and not complete. I am using the same version of ANT and Java in Jenkins as I am using from the command line. These tests are using a LOT of memory. Again, they run fine outside of Jenkins. Any idea of how to troubleshoot what Jenkins is waiting on ?? Could there be a memory issue ?? (I would think that Jenkins is launching ANT in a separate process so it should be no different (from a memory perspective) than me running from the command line). thanks walter -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
