You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2014/05/12 15:41:03 UTC

svn commit: r1593966 - /qpid/dispatch/trunk/tests/system_tests_two_routers.py

Author: tross
Date: Mon May 12 13:41:03 2014
New Revision: 1593966

URL: http://svn.apache.org/r1593966
Log:
NO-JIRA - Add 'wait' for termination of processes in the system tests

Modified:
    qpid/dispatch/trunk/tests/system_tests_two_routers.py

Modified: qpid/dispatch/trunk/tests/system_tests_two_routers.py
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/system_tests_two_routers.py?rev=1593966&r1=1593965&r2=1593966&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_tests_two_routers.py (original)
+++ qpid/dispatch/trunk/tests/system_tests_two_routers.py Mon May 12 13:41:03 2014
@@ -108,8 +108,8 @@ def startRouter(obj):
 def stopRouter(obj):
     obj.routerA.terminate()
     obj.routerB.terminate()
-    obj.routerA.communicate()
-    obj.routerB.communicate()
+    obj.routerA.wait()
+    obj.routerB.wait()
 
 
 class RouterTest(unittest.TestCase):



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org