View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.4?log=log20051229233438

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 12/29/2005 23:34:38
Time to build: 16 minutes 40 seconds
Last changed: 12/29/2005 21:30:25
Last log entry: JBREM-270:Replaced "," with "&"

 Unit Tests: (81)  Total Errors and Failures: (11)
testSameLocatororg.jboss.test.remoting.deploy.DualDeploymentTestCase(java_serialization)
testSameSubsystemorg.jboss.test.remoting.deploy.DualDeploymentTestCase(java_serialization)
testNoSubsystemorg.jboss.test.remoting.deploy.DualDeploymentTestCase(java_serialization)
testStartorg.jboss.test.remoting.detection.jndi.JNDIDetectorTestCase(java_serialization)
testDetectorsorg.jboss.test.remoting.detection.metadata.MetadataTestCase(java_serialization)
testDetectorsorg.jboss.test.remoting.detection.multicast.MulticastUnitTestCase(java_serialization)
testStartorg.jboss.test.remoting.handler.mbean.MBeanHandlerTestCase(java_serialization)
testStartorg.jboss.test.remoting.marshall.dynamic.remote.http.HTTPMarshallerLoadingTestCase
testStartorg.jboss.test.remoting.marshall.dynamic.remote.socket.SocketMarshallerLoadingTestCase
testStartorg.jboss.test.remoting.transport.http.ssl.basic.HTTPSInvokerTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.http.ssl.custom.HTTPSInvokerTestCase(java_serialization)
 

 Modifications since last builds:  (first 50 of 1159)
1.7modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/basic/InvokerServerTest.javaJBREM-270:Replaced "," with "&"
1.6modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerServerTest.javaJBREM-270:Replaced "," with "&"
1.6modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/PrimeScenarioServer.javaEliminated unnecessary import of MultiplexingManager.
1.19modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaJBREM-172, JBREM-262:1. The RUN_LONG_MESSAGES_TEST behavior was strengthened increase the likelyhood that all relevant paths in OutputMultiplexor are exercised.2. A new behavior, RUN_MULTIPLE_READERS_TEST, has been added.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/utility/GrowableStreamTestCase.javaJBREM-172:Added JUnit tests for the newly introduced classes GrowablePipedInputStream, GrowablePipedOutputStream, and ShrinkableByteArrayOutputStream.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/utility/ShrinkableByteArrayOutputStreamTestCase.javaJBREM-172:Added JUnit tests for the newly introduced classes GrowablePipedInputStream, GrowablePipedOutputStream, and ShrinkableByteArrayOutputStream.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/utility/SuccessCountingTestCase.javaJBREM-172:Added JUnit tests for the newly introduced classes GrowablePipedInputStream, GrowablePipedOutputStream, and ShrinkableByteArrayOutputStream.
1.18modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaJBREM-172:Added new behavior to behavior test thread to test decomposition of long messages.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-253 - changed to use coyote connector by default instead of http server invoker. Also adding many fixes so now only ssl related http tests are failing within the tests suite.
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/invoker/MultiplexInvokerTestCase.javaJBREM-254:Overrode getJVMArguments() to call super.getJVMArguments() and then pick up remoting.metadata.callback system parameter.
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/invoker/MultiplexInvokerClientTest.javaJBREM-254:Eliminated getCallbackPort(), since it can work with default value, -1, which causes InvokerClientTest to get a random port.
1.17modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaJBREM-244:Added separate logging appender.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/.keystoreJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/.truststoreJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/invoker/MultiplexInvokerClientTest.javaJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.6modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/basic/InvokerServerTest.javaJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerServerTest.javaJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/ssl/test/SSLSimpleServer.javaJBREM-214 - fixes for test failures (includes replacing keystore for ssl tests with one that will not expire for many years).
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/PrimeScenarioClient.javaJBREM-244Put creation of virtual socket and virtual server socket in loops.
1.16modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaExtended some timout periods.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/PrimeScenarioClient.javaTook test invocation out of setUp().
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/ShutdownClient.javaCosmetic.
1.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/ShutdownClient.javaMoved back into directory.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceClientSideClient.javaRemoved useless files.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceClientSideTestCase.javaRemoved useless files.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceClientTest.javaRemoved useless files.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceServerSideClient.javaRemoved useless files.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceServerSideTestCase.javaRemoved useless files.
1.4deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceServerTest.javaRemoved useless files.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceTestCase.javaRemoved useless files.
1.15modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaRemoved useless files.
1.3deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexTestCase.javaRemoved useless files.
1.4deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/ServerTest.javaRemoved useless files.
1.3deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/ShutdownClient.javaRemoved useless files.
1.3deletedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/TemporaryTests.javaRemoved useless files.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-234 & JBREM-179 & JBREM-223 - fixed EOFException and broke pipe exception. Also changed the way the timeout was being set on the socket and streams.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-234 & JBREM-179 & JBREM-223 - fixed EOFException and broke pipe exception. Also changed the way the timeout was being set on the socket and streams.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-223 - updating timeout test to better show bug.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - updating timeout test to better show bug.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-223 - rolling back some of the serialization changes and will build back up.
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - rolling back some of the serialization changes and will build back up.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-223 - test case to reproduce (updated)
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - test case to reproduce (updated)
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutClientTest.javaJBREM-223 - test case to reproduce
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/keepalive/TimeoutServerTest.javaJBREM-223 - test case to reproduce
1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceServerTest.javaJBREM-195 - adding tests for raw transport vs remoting transports (that will be part of general performance testsuite).
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutClientTest.javaJBREM-223 - added test for client timeout.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutServerTest.javaJBREM-223 - added test for client timeout.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexPerformanceServerTest.javaFixes for performance tests.
1.14modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexServer.javaFixes for performance tests.

Reply via email to