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

Enable logging to unified file for luatest #427

Open
locker opened this issue May 7, 2024 · 1 comment · May be fixed by #429
Open

Enable logging to unified file for luatest #427

locker opened this issue May 7, 2024 · 1 comment · May be fixed by #429
Assignees

Comments

@locker
Copy link
Member

locker commented May 7, 2024

Please enable functionality introduced in tarantool/luatest#345.

@sergos
Copy link
Contributor

sergos commented May 17, 2024

Need a bump in test-run and in tarantool

@ochaplashkin ochaplashkin self-assigned this May 17, 2024
ochaplashkin added a commit to ochaplashkin/test-run that referenced this issue May 22, 2024
Just add `-l, --log` [string] argument to set the filename for the
unified logging and enable it for luatest tests. `run.log` by default.

If the test fails and there is a unified log file you'll see the
following output:

 - [box-luatest/varbinary_test.lua, null]
  # logfile:         /tmp/t/log/031_box-luatest.log
  # reproduce file:  /tmp/t/reproduce/031_box-luatest.list.yaml
  # unified logfile: /tmp/t/031_box-luatest/run.log

Closes tarantool#427
ochaplashkin added a commit to ochaplashkin/test-run that referenced this issue May 22, 2024
Just add `-l, --log` [string] argument to set the filename for the
unified logging and enable it for luatest tests. `run.log` by default.

If the test fails and there is a unified log file you'll see the
following output:

 - [box-luatest/varbinary_test.lua, null]
  # logfile:         /tmp/t/log/031_box-luatest.log
  # reproduce file:  /tmp/t/reproduce/031_box-luatest.list.yaml
  # unified logfile: /tmp/t/031_box-luatest/run.log

Closes tarantool#427
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 a pull request may close this issue.

3 participants