[Tarantool-patches] [PATCH vshard 0/2] VShard new netbox

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Sep 29 02:08:55 MSK 2021


The patch makes vshard support new netbox: is_async and proper errors which are
now returned from the server as MP_ERROR by default (in netbox at least).

Branch: http://github.com/tarantool/vshard/tree/gerold103/gh-294-is_async
Issue: https://github.com/tarantool/vshard/issues/294

Vladislav Shpilevoy (2):
  router: wrap is_async futures completely
  test: drop error codes from test output

 test/lua_libs/storage_template.lua      |  11 +
 test/lua_libs/util.lua                  |   2 +-
 test/misc/check_uuid_on_connect.result  |   2 -
 test/rebalancer/bucket_ref.result       |   1 -
 test/rebalancer/receiving_bucket.result |   3 -
 test/router/retry_reads.result          |   2 -
 test/router/router.result               | 304 +++++++++++++++++++++++-
 test/router/router.test.lua             | 120 +++++++++-
 test/router/sync.result                 |   2 -
 test/storage/storage.result             |   1 -
 test/unit/error.result                  |   2 -
 vshard/router/init.lua                  | 148 +++++++++---
 12 files changed, 543 insertions(+), 55 deletions(-)

-- 
2.24.3 (Apple Git-128)



More information about the Tarantool-patches mailing list