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

Add justrun.lua helper from tarantool to luatest and adapt it #365

Closed
Tracked by #363
ylobankov opened this issue Mar 29, 2024 · 0 comments · Fixed by #369
Closed
Tracked by #363

Add justrun.lua helper from tarantool to luatest and adapt it #365

ylobankov opened this issue Mar 29, 2024 · 0 comments · Fixed by #369
Assignees
Labels
feature A new functionality

Comments

@ylobankov
Copy link
Contributor

ylobankov commented Mar 29, 2024

Add the justrun.lua module from the tarantool repo (tarantool/test/justrun.lua) to luatest and adapt it.

ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes in the doc string.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes in the doc string.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes in the doc string.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 11, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

The module requires Tarantool 2.4.1 and newer, otherwise it  will be an
empty table.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

The module requires Tarantool 2.4.1 and newer, otherwise it  will be an
empty table.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

The `popen` module requires Tarantool 2.4.1 and newer, otherwise
`justrun` module will be an empty table.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue Apr 17, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

The `popen` module requires Tarantool 2.4.1 and newer, otherwise
`justrun` module will be an empty table.

Closes tarantool#365
@ylobankov ylobankov changed the title Move justrun.lua helper from tarantool to luatest and adapt it Add justrun.lua helper from tarantool to luatest and adapt it Apr 23, 2024
@ylobankov ylobankov added the feature A new functionality label Apr 25, 2024
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue May 7, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

This module works with the `popen` module which requires Tarantool 2.4.1
and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will
cause an error.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue May 7, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

This module works with the `popen` module which requires Tarantool 2.4.1
and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will
cause an error.

Closes tarantool#365
ochaplashkin pushed a commit to ochaplashkin/luatest that referenced this issue May 14, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

This module works with the `popen` module which requires Tarantool 2.4.1
and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will
cause an error.

Closes tarantool#365
ylobankov pushed a commit that referenced this issue May 14, 2024
The original `justrun` module (path: tarantool/test/justrun.lua) has been
moved to the current project with minor changes and will be available as
follows:

    local t = require('luatest')
    t.justrun.tarantool(...)

This module works with the `popen` module which requires Tarantool 2.4.1
and newer. Otherwise `justrun.tarantool(dir, env, args[, opts])` will
cause an error.

Closes #365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants