JRunit tests/config for remoting seem to be broken:
http://cruisecontrol.jboss.com/cc/artifacts/jboss-remoting-testsuite/20050913121659/tests.log
[receiver] Caused by: java.io.FileNotFoundException:
./output/jrunit-report.html (No such file or directory)
[receiver] at java.io.FileOutputStream.open(Native Method)
[receiver] at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
[receiver] at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
[receiver] at
org.jboss.jrunit.controller.reporters.XrefReporter.<init>(XrefReporter.java:42)
[receiver] ... 25 more
BUILD FAILED
------------------------------------------------------------------------
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, September 13, 2005 11:31 AM
*To:* [email protected]; QA
*Subject:* jboss-remoting-testsuite Build Failed
*Importance:* High
View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite?log=log20050913121659
*BUILD FAILED*
*Ant Error
Message: */home/cruisecontrol/work/scripts/build-jboss-remoting.xml:42:
Exit code: 1 See tests.log in Build Artifacts for details.
*Date of build: *09/13/2005 12:16:59
*Time to build: *13 minutes 30 seconds
*Last changed: *09/13/2005 11:51:12
*Last log entry: *JBREM-194 - updated build for multiplex performance
tests (which require larger memory heap and timeouts).
Unit Tests: (0) Total Errors and Failures: (0)
Modifications since last builds: (first 50 of 17)
1.30
modified
telrod
/build.xml
JBREM-194 - updated build for multiplex performance tests (which require
larger memory heap and timeouts).
1.29
modified
telrod
/build.xml
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.4
modified
telrod
lib/jboss/jrunit.jar
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.3
modified
telrod
src/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceClientSideClientTest.java
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.3
modified
telrod
src/tests/org/jboss/test/remoting/performance/asynchronous/PerformanceServerSideClientTest.java
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.3
modified
telrod
src/tests/org/jboss/test/remoting/performance/synchronous/MultiThreadedPerformanceClientTest.java
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.9
modified
telrod
src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceClientTest.java
JBREM-9 - updated performance tests to include metadata with benchmarks
and reporting
1.2
deleted
telrod
src/main/org/jboss/remoting/marshal/MarshallIOException.java
JBREM-182 - removed MarshallIOException and changed to use
java.rmi.MarshalException to be more compliant with the way rmi handles
the exception.
1.3
modified
telrod
src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java
JBREM-182 - removed MarshallIOException and changed to use
java.rmi.MarshalException to be more compliant with the way rmi handles
the exception.
1.11
modified
telrod
src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
JBREM-182 - removed MarshallIOException and changed to use
java.rmi.MarshalException to be more compliant with the way rmi handles
the exception.
1.28
modified
telrod
/build.xml
JBREM-182 - updated to throws MarshallIOException when connection
disconnects (caused by EOFException) instead of ConnectException.
MarshalledIOException extends IOExcpetion, but allows for getCause().
1.1
added
telrod
src/main/org/jboss/remoting/marshal/MarshallIOException.java
JBREM-182 - updated to throws MarshallIOException when connection
disconnects (caused by EOFException) instead of ConnectException.
MarshalledIOException extends IOExcpetion, but allows for getCause().
1.2
modified
telrod
src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java
JBREM-182 - updated to throws MarshallIOException when connection
disconnects (caused by EOFException) instead of ConnectException.
MarshalledIOException extends IOExcpetion, but allows for getCause().
1.6
modified
telrod
src/main/org/jboss/remoting/transport/multiplex/OutputMultiplexor.java
JBREM-182 - updated to throws MarshallIOException when connection
disconnects (caused by EOFException) instead of ConnectException.
MarshalledIOException extends IOExcpetion, but allows for getCause().
1.10
modified
telrod
src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
JBREM-182 - updated to throws MarshallIOException when connection
disconnects (caused by EOFException) instead of ConnectException.
MarshalledIOException extends IOExcpetion, but allows for getCause().
1.3
modified
csuconic
lib/jboss/jrunit.jar
Updating jrunit.jar just because of the output report name
1.9
modified
telrod
src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
EJBTHREE-261 - corrected error where meant to put timeout of 30 minutes,
but put 30 seconds instead.