You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2015/07/25 15:45:11 UTC

thrift git commit: THRIFT-2918 Race condition in Python TProcessPoolServer test Client: Python Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master e33d16520 -> f7d327ae9


THRIFT-2918 Race condition in Python TProcessPoolServer test
Client: Python
Patch: Jens Geyer


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f7d327ae
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f7d327ae
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f7d327ae

Branch: refs/heads/master
Commit: f7d327ae96d451ff76b80d7e952f9cc21a1c4464
Parents: e33d165
Author: Jens Geyer <je...@apache.org>
Authored: Sat Jul 25 15:44:20 2015 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Sat Jul 25 15:44:20 2015 +0200

----------------------------------------------------------------------
 test/py/TestServer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f7d327ae/test/py/TestServer.py
----------------------------------------------------------------------
diff --git a/test/py/TestServer.py b/test/py/TestServer.py
index b29eabd..bcf9376 100755
--- a/test/py/TestServer.py
+++ b/test/py/TestServer.py
@@ -251,7 +251,7 @@ elif server_type == "TProcessPoolServer":
       except:
         pass
     signal.signal(signal.SIGALRM, clean_shutdown)
-    signal.alarm(2)
+    signal.alarm(4)
   set_alarm()
 else:
   # look up server class dynamically to instantiate server