Hi Bruce,

I committed some changes that should help DuplexNetworkTest pass now.

I don't see testDurableSubscribe test in StompTest.java (
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompTest.java?view=markup).
It seems that a test added locally is failing?

Cheers
--
Dejan Bosanac

Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net


On Tue, Jan 27, 2009 at 9:03 PM, Bruce Snyder <[email protected]>wrote:

> On Tue, Jan 27, 2009 at 7:27 AM, Dejan Bosanac <[email protected]>
> wrote:
> > Hi Bruce,
> >
> > The DuplexNetworkTest fails becuase of my commit earlier today, I'll take
> a
> > look at it immediately (thanks for spotting this).
> >
> > Stomp tests are passing fine here, can you send which particular tests
> > failed (and what was the message)?
>
> Below are the reports for the two STOMP tests that failed:
>
>
> -------------------------------------------------------------------------------
> Test set: org.apache.activemq.transport.stomp.StompSslTest
>
> -------------------------------------------------------------------------------
> Tests run: 36, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 107.79 sec <<< FAILURE!
> testDurableSubscribe(org.apache.activemq.transport.stomp.StompSslTest)
>  Time elapsed: 12.176 sec  <<< ERROR!
> java.net.SocketTimeoutException: Read timed out
>        at java.net.SocketInputStream.socketRead0(Native Method)
>        at java.net.SocketInputStream.read(SocketInputStream.java:129)
>        at
> com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
>        at
> com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
>        at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723)
>        at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:680)
>        at
> com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
>        at
> com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:50)
>        at
> org.apache.activemq.transport.stomp.StompConnection.receiveFrame(StompConnection.java:84)
>        at
> org.apache.activemq.transport.stomp.StompConnection.receiveFrame(StompConnection.java:76)
>        at
> org.apache.activemq.transport.stomp.StompTest.testDurableSubscribe(StompTest.java:300)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at junit.framework.TestCase.runTest(TestCase.java:154)
>        at junit.framework.TestCase.runBare(TestCase.java:127)
>        at
> org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:90)
>        at
> org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:96)
>        at junit.framework.TestResult$1.protect(TestResult.java:106)
>        at junit.framework.TestResult.runProtected(TestResult.java:124)
>        at junit.framework.TestResult.run(TestResult.java:109)
>        at junit.framework.TestCase.run(TestCase.java:118)
>        at junit.framework.TestSuite.runTest(TestSuite.java:208)
>        at junit.framework.TestSuite.run(TestSuite.java:203)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
>        at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
>        at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:160)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:81)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:182)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:743)
>
>
>
>
> -------------------------------------------------------------------------------
> Test set: org.apache.activemq.transport.stomp.StompTest
>
> -------------------------------------------------------------------------------
> Tests run: 36, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 107.75 sec <<< FAILURE!
> testDurableSubscribe(org.apache.activemq.transport.stomp.StompTest)
> Time elapsed: 12.06 sec  <<< ERROR!
> java.net.SocketTimeoutException: Read timed out
>        at java.net.SocketInputStream.socketRead0(Native Method)
>        at java.net.SocketInputStream.read(SocketInputStream.java:129)
>        at java.net.SocketInputStream.read(SocketInputStream.java:182)
>        at
> org.apache.activemq.transport.stomp.StompConnection.receiveFrame(StompConnection.java:84)
>        at
> org.apache.activemq.transport.stomp.StompConnection.receiveFrame(StompConnection.java:76)
>        at
> org.apache.activemq.transport.stomp.StompTest.testDurableSubscribe(StompTest.java:300)
>
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache Camel - http://activemq.org/camel/
> Apache ServiceMix - http://servicemix.org/
>
> Blog: http://bruceblog.org/
>

Reply via email to