test: adapt tests to the new luatest version
With the new version of Luatest you have to be careful with the server log file. We used to get it very simply: box.cfg.log Now it is more correct to use the following approach: rawget(_G, 'box_cfg_log_file') or box.cfg.log Closes tarantool/test-run#439 NO_DOC=test NO_TEST=test NO_CHANGELOG=test (cherry picked from commit cfd4bf46)
Showing
- test/box-luatest/gh_7904_export_box_schema_version_to_public_api_test.lua 3 additions, 1 deletion.../gh_7904_export_box_schema_version_to_public_api_test.lua
- test/box-luatest/gh_9797_netbox_on_disconnect_error_hangs_server_test.lua 1 addition, 1 deletion.../gh_9797_netbox_on_disconnect_error_hangs_server_test.lua
Loading
Please register or sign in to comment