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

Bump luatest to 0.5.7-48-g18859f6 #409

Merged
merged 2 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Bump luatest to 0.5.7-48-g18859f6

    New version includes the following commits related to luatest
    functionality:
    
    - Parse custom net box URI (Unix socket) correctly [1]
    - Move creating required resources to start funcs [2]
    - Group some if conditions from `Server:initialize` [3]
    - Not delete server's workdir in Server:drop() [4]
    
    [1] tarantool/luatest@869ba1c
    [2] tarantool/luatest@7d1358c
    [3] tarantool/luatest@a188577
    [4] tarantool/luatest@18859f6
    Oleg Chaplashkin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    54fd886 View commit details
    Browse the repository at this point in the history
  2. Adapt use luatest with new --no-clean option

    The `--no-clean` option was added after the luatest update [1]. Test-run
    uses luatest but independently performs the preparation (creation and
    cleaning of directories). Therefore this option was added to avoid
    incompatibility between the two tools.
    
    [1] tarantool/luatest@18859f6
    
    Part of tarantool/luatest#308
    Oleg Chaplashkin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    49313e0 View commit details
    Browse the repository at this point in the history