You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server:grep_log() fails to find the log file if the instance was created with config_file. To reproduce the issue, take any Tarantool test using test.config-luatest.cluster and try to use grep_log in it. For example, you can apply the following patch:
cd test
. <(./test-run.py --env)
luatest -v -p remote_old_no_autorequire app-luatest/console_autorequire_test.lua
You'll get an error:
Tarantool version is 3.2.0-entrypoint-250-g8947cb04f594
Started on Thu Aug 29 15:52:25 2024
app-luatest.console_autorequire.test_remote_old_no_autorequire ... (0.440s) error
builtin/fio.lua:197: Usage: fio.open(path[, flags[, mode]])
=========================================================
Tests with errors:
------------------
1) app-luatest.console_autorequire.test_remote_old_no_autorequire
builtin/fio.lua:197: Usage: fio.open(path[, flags[, mode]])
stack traceback:
builtin/fio.lua:197: in function 'open'
.../tarantool/test/app-luatest/console_autorequire_test.lua:79: in function 'app-luatest.console_autorequire.test_remote_old_no_autorequire'
...
[C]: in function 'xpcall'
The text was updated successfully, but these errors were encountered:
Server:grep_log()
fails to find the log file if the instance was created withconfig_file
. To reproduce the issue, take any Tarantool test usingtest.config-luatest.cluster
and try to usegrep_log
in it. For example, you can apply the following patch:Then run the test:
You'll get an error:
The text was updated successfully, but these errors were encountered: