test: bump test-run to new version
Bump test-run to new version with the following improvements: - Bump luatest to 1.0.1-14-gdfee2f3 [1] - Adjust test result report width to terminal size [2] - dispatcher: lift pipe buffer size restriction [3] - flake8: fix E721 do not compare types [4] [1] tarantool/test-run@84ebae5 [2] tarantool/test-run@1724211 [3] tarantool/test-run@81259c4 [4] tarantool/test-run@1037299 We also have to fix several tests that check that script with luatest assertions have empty stderr output. test-run brings Luatest which logs assertions at 'info' level. Note that gh_8433_raft_is_candidate_test is different. Original assertion involves logging huge tables that have somewhere closed sockets inside. And 'socket.__tostring' currently raises error for closed sockets. We need to fix gh_6819_iproto_watch_not_implemented_test also to account error created on loading `luatest` on `server:exec` after the commit "Add trace check for error assertions". Part of #9914 NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
Showing
- test-run 1 addition, 1 deletiontest-run
- test/box-luatest/box_cfg_env_test.lua 1 addition, 5 deletionstest/box-luatest/box_cfg_env_test.lua
- test/box-luatest/box_schema_before_box_cfg_test.lua 1 addition, 2 deletionstest/box-luatest/box_schema_before_box_cfg_test.lua
- test/box-luatest/error_subsystem_improvements_test.lua 7 additions, 0 deletionstest/box-luatest/error_subsystem_improvements_test.lua
- test/box-luatest/gh_6819_iproto_watch_not_implemented_test.lua 1 addition, 1 deletion...box-luatest/gh_6819_iproto_watch_not_implemented_test.lua
- test/config-luatest/config_test.lua 1 addition, 5 deletionstest/config-luatest/config_test.lua
- test/config-luatest/helpers.lua 1 addition, 5 deletionstest/config-luatest/helpers.lua
- test/replication-luatest/gh_8433_raft_is_candidate_test.lua 2 additions, 1 deletiontest/replication-luatest/gh_8433_raft_is_candidate_test.lua
Loading
Please register or sign in to comment