I assume you have access to the machine where the tests were run. Can you use 'jps' command to list the hanging test(s) ? You would see surefire in process name.
BTW 0.94.3 was a bit old. Can you try with tip of 0.94 or 0.94.6 RC2 ? Thanks On Thu, Mar 21, 2013 at 12:25 PM, Aline Guedes <[email protected]>wrote: > Hello, > > I am running the unit tests for hbase 0.94.3 with maven 3.0.4 using the > following command: > > mvn -Dhadoop.version=1.1.1 -Dzookeeper.version=3.4.5 > -Dtest.timeout=36000000 test -P security,runLargeTests > > The build fails, but I don't see clear evidence of test case failures: > > Results : > > Tests run: 419, Failures: 0, Errors: 0, Skipped: 10 > > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------**------------------------------** > ------------ > [INFO] Total time: 1:57:19.767s > [INFO] Finished at: Tue Mar 19 13:13:19 PDT 2013 > [INFO] Final Memory: 36M/512M > [INFO] ------------------------------**------------------------------** > ------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:** > maven-surefire-plugin:2.12-**TRUNK-HBASE-2:test (default-test) on project > hbase: Failure or timeout -> [Help 1] > [ERROR] > > Does anyone know how I can figure out what is wrong? I checked for > evidence that there were test cases hanging (using the same procedure that > is used in dev-support/findHangingTest.**sh), but it doesn't seem like > there are any. I think I am missing something. > > I appreciate any help you can provide me with. > > Thanks, > Aline > >
