[Tarantool-patches] [PATCH v3 0/2] add an empty body to the unprepare response

Chris Sosnin k.sosnin at tarantool.org
Wed Mar 11 12:13:58 MSK 2020


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)



More information about the Tarantool-patches mailing list