test: verify net.box on a schema of version 2.1.3
See #4691 for the problem description. In brief: before the fix net.box expected _vcollation presence if tarantool's runtime on the server is new enough disregarding a server's schema version. The old schema version has no this view, so net.box was unable to connect. After #4691 net.box tolerates lack of the view. The fix was pushed without a test (see [1]) and now I want to pay this debt. [1]: https://lists.tarantool.org/pipermail/tarantool-patches/2020-April/016207.html Follows up #4307 Follows up #4691 Fixes #5482 NO_DOC=just a new test NO_CHANGELOG=see NO_DOC
Showing
- test/box-luatest/gh_4691_data/00000000000000000004.snap 0 additions, 0 deletionstest/box-luatest/gh_4691_data/00000000000000000004.snap
- test/box-luatest/gh_4691_data/fill.lua 64 additions, 0 deletionstest/box-luatest/gh_4691_data/fill.lua
- test/box-luatest/gh_4691_net_box_connect_schema_2_1_3_test.lua 60 additions, 0 deletions...box-luatest/gh_4691_net_box_connect_schema_2_1_3_test.lua
Loading
Please register or sign in to comment