Hi Everyone,
This is my command sequence and some log:
$svn co http://svn.apache.org/repos/asf/oodt/trunk/ oodt_trunk
$cd oodt_trunk/
$mvn clean install
......
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.oodt.cas.resource.mux.TestQueueMuxMonitor
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec
<<< FAILURE!
Running org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
Running org.apache.oodt.cas.resource.monitor.TestGangliaResourceMonitor
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec
Running org.apache.oodt.cas.resource.cli.TestResourceCli
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.848 sec
Running org.apache.oodt.cas.resource.jobqueue.TestJobStack
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running org.apache.oodt.cas.resource.system.TestXmlRpcResourceManager
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec
Running org.apache.oodt.cas.resource.monitor.TestGangliaXMLParser
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec
Running org.apache.oodt.cas.resource.mux.TestQueueMuxBatchmgr
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.apache.oodt.cas.resource.monitor.TestAssignmentMonitor
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec
Running org.apache.oodt.cas.resource.util.TestUlimit
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Results :
Failed tests:
Tests run: 48, Failures: 1, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/Users/AngelaWang/Downloads/oodt_trunk/resource/target/surefire-reports for
the individual test results.
......
Attached is the detailed test result for the failed TestQueueMuxMonitor
test. I am using Mac OS X 10.9.2. Thank you for your help!
--
Best,
Mengying (Angela) Wang
-------------------------------------------------------------------------------
Test set: org.apache.oodt.cas.resource.mux.TestQueueMuxMonitor
-------------------------------------------------------------------------------
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec <<<
FAILURE!
testGetNodeByURL(org.apache.oodt.cas.resource.mux.TestQueueMuxMonitor) Time
elapsed: 0.216 sec <<< FAILURE!
junit.framework.AssertionFailedError:
expected:<org.apache.oodt.cas.resource.structs.ResourceNode@65c94b8f> but
was:<org.apache.oodt.cas.resource.structs.ResourceNode@27fcd7e>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:71)
at
org.apache.oodt.cas.resource.mux.TestQueueMuxMonitor.testGetNodeByURL(TestQueueMuxMonitor.java:122)