You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2009/03/17 18:09:12 UTC

svn commit: r755324 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java

Author: rhs
Date: Tue Mar 17 17:09:12 2009
New Revision: 755324

URL: http://svn.apache.org/viewvc?rev=755324&view=rev
Log:
increased timeout for ConnectionCloseTest

Modified:
    qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java

Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java?rev=755324&r1=755323&r2=755324&view=diff
==============================================================================
--- qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java (original)
+++ qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java Tue Mar 17 17:09:12 2009
@@ -77,7 +77,7 @@
         // This should leave the finalizer enough time to notify those threads 
         synchronized (this)
         {
-            this.wait(1000);
+            this.wait(10000);
         }
 
         Map<Thread,StackTraceElement[]> after = Thread.getAllStackTraces();



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org


Re: svn commit: r755324 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java

Posted by Rafael Schloming <ra...@redhat.com>.
Aidan Skinner wrote:
> On Tue, Mar 17, 2009 at 5:09 PM,  <rh...@apache.org> wrote:
> 
>> Author: rhs
>> Date: Tue Mar 17 17:09:12 2009
>> New Revision: 755324
>>
>> URL: http://svn.apache.org/viewvc?rev=755324&view=rev
>> Log:
>> increased timeout for ConnectionCloseTest
> 
>> -            this.wait(1000);
>> +            this.wait(10000);
> 
> That's a long time. Are you seeing this fail often?

Yes, I'm just trying to remove the small timeout as a possible 
explanation. It doesn't appear to have resolved the failures though so 
I'll probably drop the timeout down a bit once I figure out what is 
really going on.

--Rafael


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: svn commit: r755324 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java

Posted by Aidan Skinner <ai...@apache.org>.
On Tue, Mar 17, 2009 at 5:09 PM,  <rh...@apache.org> wrote:

> Author: rhs
> Date: Tue Mar 17 17:09:12 2009
> New Revision: 755324
>
> URL: http://svn.apache.org/viewvc?rev=755324&view=rev
> Log:
> increased timeout for ConnectionCloseTest

> -            this.wait(1000);
> +            this.wait(10000);

That's a long time. Are you seeing this fail often?

- Aidan

-- 
Apache Qpid - World Domination through Advanced Message Queueing
http://qpid.apache.org

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org