Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: support tests with vshard #381

Merged
merged 2 commits into from
Oct 9, 2023

Commits on Oct 5, 2023

  1. doc: fix playground.lua for Tarantool 3

    We need use `box.info.replication.uuid` instead of
    `box.info.cluster.uuid` to support Tarantool 3.0 [1].
    
    1. tarantool/tarantool#8289
    
    Part of #366
    Closes #371
    oleg-jukovec committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    dd79bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. test: support tests with vshard

    The patch updates all tests to work with `vshard` and `cartridge`
    at the same time. But tests of the `cartridge` role of the cartridge
    or special features are skipping for `vshard`.
    
    If `cartridge` is not installed or not supported (Tarantool 3.0+),
    tests will run only with `vshard`.
    
    The source of `vshard_helpers` folder is `vshard` repository [1] with
    minor modifications.
    
    1. https://github.com/tarantool/vshard/tree/b3c27b32637863e9a03503e641bb7c8c69779a00/test/luatest_helpers
    
    Closes #364
    oleg-jukovec committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e52c470 View commit details
    Browse the repository at this point in the history