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

Conversation

ochaplashkin
Copy link
Contributor

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

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
@coveralls
Copy link

coveralls commented Sep 14, 2023

Coverage Status

coverage: 62.58% (+0.1%) from 62.479% when pulling 49313e0 on ochaplashkin:bump-luatest into 22951e0 on tarantool:master.

lib/luatest_server.py Outdated Show resolved Hide resolved
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
@ylobankov ylobankov merged commit 8ebb3aa into tarantool:master Sep 14, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants