trunk doesn't get built successfully--Unit test error
-----------------------------------------------------
Key: OODT-99
URL: https://issues.apache.org/jira/browse/OODT-99
Project: OODT
Issue Type: Bug
Components: build proces
Affects Versions: 0.1-incubating
Environment: Spade unix machine.
Reporter: faranak davoodi
Fix For: 0.2
Tried mvn install on the trunk. But, build failed complaining about this unit
test:
T E S T S
-------------------------------------------------------
Running org.apache.oodt.cas.resource.monitor.TestAssignmentMonitor
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec
Running org.apache.oodt.cas.resource.util.TestUlimit
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec <<<
FAILURE!
Running org.apache.oodt.cas.resource.jobqueue.TestJobStack
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Results :
Failed tests:
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/home/davoodi/0.2-incubating/source/resource/target/surefire-reports for the
individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 2 seconds
[INFO] Finished at: Mon Dec 20 15:18:02 PST 2010
[INFO] Final Memory: 37M/304M
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.