[Tarantool-patches] [PATCH 0/2] Msgpack wrong extension type in error message
Sergey Kaplun
skaplun at tarantool.org
Mon Jun 15 18:56:16 MSK 2020
This patch updates msgpucks library to be able to support encoding of
extension type for tarantool version 1.10-2.2 and fixes incorrect
extension type inside error message at msgpack decoding inside default
handler.
Branch: https://github.com/tarantool/tarantool/tree/skaplun/gh-5017-msgpack-wrong-ext-type
Issue: https://github.com/tarantool/tarantool/issues/5017
Sergey Kaplun (2):
lib: update msgpuck library
msgpack: fix wrong mp_ext type in error message
src/lib/msgpuck | 2 +-
src/lua/msgpack.c | 5 +-
test/unit/CMakeLists.txt | 5 +
test/unit/mplua.c | 47 ++++
test/unit/mplua.result | 5 +
test/unit/msgpack.result | 480 +++++++++++++++++++++++++++++++++++++--
6 files changed, 528 insertions(+), 16 deletions(-)
create mode 100644 test/unit/mplua.c
create mode 100644 test/unit/mplua.result
--
2.24.1
More information about the Tarantool-patches
mailing list