Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v3 0/2] add an empty body to the unprepare response
@ 2020-03-11  9:13 Chris Sosnin
  2020-03-11  9:13 ` [Tarantool-patches] [PATCH v3 1/2] test: introduce iproto_request helper function Chris Sosnin
  2020-03-11  9:14 ` [Tarantool-patches] [PATCH v3 2/2] iproto: add an empty body to the unprepare response Chris Sosnin
  0 siblings, 2 replies; 7+ messages in thread
From: Chris Sosnin @ 2020-03-11  9:13 UTC (permalink / raw)
  To: tarantool-patches

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)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-17 14:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  9:13 [Tarantool-patches] [PATCH v3 0/2] add an empty body to the unprepare response Chris Sosnin
2020-03-11  9:13 ` [Tarantool-patches] [PATCH v3 1/2] test: introduce iproto_request helper function Chris Sosnin
2020-03-11  9:14 ` [Tarantool-patches] [PATCH v3 2/2] iproto: add an empty body to the unprepare response Chris Sosnin
2020-03-15 15:31   ` Vladislav Shpilevoy
2020-03-16  9:02     ` Chris Sosnin
2020-03-16 22:01       ` Vladislav Shpilevoy
2020-03-17 14:15         ` Nikita Pettik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox