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

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Oct 2 00:14:24 MSK 2021


Pushed to master.

On 29.09.2021 01:08, Vladislav Shpilevoy via Tarantool-patches wrote:
> 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(-)
> 


More information about the Tarantool-patches mailing list