You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2008/05/30 14:56:11 UTC

svn commit: r661698 - /incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python

Author: gsim
Date: Fri May 30 05:56:11 2008
New Revision: 661698

URL: http://svn.apache.org/viewvc?rev=661698&view=rev
Log:
Add short sleep before killing python server to ensure it has had a chance to send the message acknowledgement.


Modified:
    incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python

Modified: incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python?rev=661698&r1=661697&r2=661698&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python (original)
+++ incubator/qpid/trunk/qpid/cpp/examples/examples/request-response/verify_cpp_python Fri May 30 05:56:11 2008
@@ -1,5 +1,6 @@
 # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify 
 background "Request server running" $PYTHON_EXAMPLES/request-response/server.py
 clients ./client
+sleep 1
 kill %% 			# Must kill the server.
 outputs "./client.out | remove_uuid" "$PYTHON_EXAMPLES/request-response/server.py.out | remove_uuid"