From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 27407469719 for ; Wed, 11 Mar 2020 12:14:01 +0300 (MSK) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1jBxRA-0003so-HQ for tarantool-patches@dev.tarantool.org; Wed, 11 Mar 2020 12:14:00 +0300 From: Chris Sosnin Date: Wed, 11 Mar 2020 12:13:58 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 0/2] add an empty body to the unprepare response List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org issue: https://github.com/tarantool/tarantool/issues/4769 branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4769-unprepare-response-body Changes in v2: - Rewrite tests from Python to Lua. Changes in v3: - As suggested, I created a helper function for sending iproto requests (which can also be used in future iproto.test.lua) and renamed the test files using gh-4769- pattern. Chris Sosnin (2): test: introduce iproto_request helper function iproto: add an empty body to the unprepare response src/box/iproto.cc | 19 +++--- test/box/box.lua | 22 ++++++- .../gh-4769-unprepare-response-body.result | 62 +++++++++++++++++++ .../gh-4769-unprepare-response-body.test.lua | 30 +++++++++ 4 files changed, 124 insertions(+), 9 deletions(-) create mode 100644 test/box/gh-4769-unprepare-response-body.result create mode 100644 test/box/gh-4769-unprepare-response-body.test.lua -- 2.21.1 (Apple Git-122.3)