Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and netbox return_raw
@ 2022-02-09  0:32 Vladislav Shpilevoy via Tarantool-patches
  2022-02-09  0:32 ` [Tarantool-patches] [PATCH vshard 1/4] test: support luatest Vladislav Shpilevoy via Tarantool-patches
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Vladislav Shpilevoy via Tarantool-patches @ 2022-02-09  0:32 UTC (permalink / raw)
  To: tarantool-patches, olegrok

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)


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

end of thread, other threads:[~2022-02-15 21:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09  0:32 [Tarantool-patches] [PATCH vshard 0/4] Router msgpack object and netbox return_raw Vladislav Shpilevoy via Tarantool-patches
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

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