From 840f3ef649053ad0c971afd5558ab45a39b6d11d Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 21 Sep 2015 23:11:46 +0200 Subject: THRIFT-3340 Python: enable json tests again This closed #613 --- test/py/RunClientServer.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/py') diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py index a22d81268..b7f43320a 100755 --- a/test/py/RunClientServer.py +++ b/test/py/RunClientServer.py @@ -60,9 +60,8 @@ EXTRA_DELAY = dict(TProcessPoolServer=5.5) PROTOS= [ 'accel', 'binary', - 'compact'] -# FIXME: add json -# disabled because json HTTP test hangs... why? + 'compact', + 'json'] SERVERS = [ "TSimpleServer", -- cgit v1.2.1