From: Vladislav Shpilevoy via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, olegrok@tarantool.org
Subject: [Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and netbox return_raw
Date: Wed, 9 Feb 2022 01:32:30 +0100 [thread overview]
Message-ID: <cover.1644366575.git.v.shpilevoy@tarantool.org> (raw)
The patchset makes router support 'return_raw' option for all router calls, and
user's function arguments as 'msgpack' object.
It is not benchmarked whether it helps much. But the solution with the current
msgpack object API can't be any better anyway. The feature must be supported
regardless of what benches will show on the next step.
Branch: http://github.com/tarantool/vshard/tree/gerold103/gh-312-raw-call
Issue: https://github.com/tarantool/vshard/issues/312
Vladislav Shpilevoy (4):
test: support luatest
util: introduce Tarantool's semver parser
router: support msgpack object args
router: support netbox return_raw
test-run | 2 +-
test/instances/router.lua | 16 ++
test/instances/storage.lua | 26 +++
test/luatest_helpers.lua | 72 ++++++++
test/luatest_helpers/asserts.lua | 43 +++++
test/luatest_helpers/cluster.lua | 132 +++++++++++++
test/luatest_helpers/server.lua | 266 +++++++++++++++++++++++++++
test/luatest_helpers/vtest.lua | 135 ++++++++++++++
test/reload_evolution/storage.result | 4 -
test/router-luatest/router_test.lua | 187 +++++++++++++++++++
test/router-luatest/suite.ini | 5 +
test/storage/storage.result | 2 -
test/unit-luatest/suite.ini | 5 +
test/unit-luatest/version_test.lua | 179 ++++++++++++++++++
vshard/CMakeLists.txt | 2 +-
vshard/replicaset.lua | 4 -
vshard/router/init.lua | 30 ++-
vshard/storage/init.lua | 17 +-
vshard/util.lua | 28 +--
vshard/version.lua | 148 +++++++++++++++
20 files changed, 1275 insertions(+), 28 deletions(-)
create mode 100755 test/instances/router.lua
create mode 100755 test/instances/storage.lua
create mode 100644 test/luatest_helpers.lua
create mode 100644 test/luatest_helpers/asserts.lua
create mode 100644 test/luatest_helpers/cluster.lua
create mode 100644 test/luatest_helpers/server.lua
create mode 100644 test/luatest_helpers/vtest.lua
create mode 100644 test/router-luatest/router_test.lua
create mode 100644 test/router-luatest/suite.ini
create mode 100644 test/unit-luatest/suite.ini
create mode 100644 test/unit-luatest/version_test.lua
create mode 100644 vshard/version.lua
--
2.24.3 (Apple Git-128)
next reply other threads:[~2022-02-09 0:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-09 0:32 Vladislav Shpilevoy via Tarantool-patches [this message]
2022-02-09 0:32 ` [Tarantool-patches] [PATCH vshard 1/4] test: support luatest Vladislav Shpilevoy via Tarantool-patches
2022-02-09 17:53 ` Oleg Babin via Tarantool-patches
2022-02-10 22:32 ` Vladislav Shpilevoy via Tarantool-patches
2022-02-11 16:38 ` Oleg Babin via Tarantool-patches
2022-02-09 0:32 ` [Tarantool-patches] [PATCH vshard 2/4] util: introduce Tarantool's semver parser Vladislav Shpilevoy via Tarantool-patches
2022-02-09 17:53 ` Oleg Babin via Tarantool-patches
2022-02-10 22:33 ` Vladislav Shpilevoy via Tarantool-patches
2022-02-11 16:38 ` Oleg Babin via Tarantool-patches
2022-02-09 0:32 ` [Tarantool-patches] [PATCH vshard 3/4] router: support msgpack object args Vladislav Shpilevoy via Tarantool-patches
2022-02-09 17:53 ` Oleg Babin via Tarantool-patches
2022-02-10 22:33 ` Vladislav Shpilevoy via Tarantool-patches
2022-02-11 16:38 ` Oleg Babin via Tarantool-patches
2022-02-09 0:32 ` [Tarantool-patches] [PATCH vshard 4/4] router: support netbox return_raw Vladislav Shpilevoy via Tarantool-patches
2022-02-09 17:53 ` Oleg Babin via Tarantool-patches
2022-02-10 22:34 ` Vladislav Shpilevoy via Tarantool-patches
2022-02-11 16:38 ` Oleg Babin via Tarantool-patches
2022-02-11 23:05 ` [Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and " Vladislav Shpilevoy via Tarantool-patches
2022-02-15 16:55 ` Oleg Babin via Tarantool-patches
2022-02-15 21:16 ` Vladislav Shpilevoy via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1644366575.git.v.shpilevoy@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=olegrok@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and netbox return_raw' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox