test/interactive: disable hide/show prompt feature
See #7169 for details about the hide/show prompt feature. In short, it hides readline's prompt before `print()` or `log.<level>()` calls and restores the prompt afterwards. This feature sometimes badly interferes with `test.interactive_tarantool` heuristics about readline's command echoing. This commit disables the feature in `test.interactive_tarantool` by default and enables it explicitly where needed. Part of #9985 NO_DOC=testing helper change NO_CHANGELOG=see NO_DOC (cherry picked from commit 23094b6f)
Showing
- test/app-luatest/gh_8136_fix_print_wrapper_not_handling_errors_thrown_from_print_test.lua 4 additions, 1 deletion...nt_wrapper_not_handling_errors_thrown_from_print_test.lua
- test/box-luatest/gh_8051_set_box_cfg_thru_env_test.lua 6 additions, 14 deletionstest/box-luatest/gh_8051_set_box_cfg_thru_env_test.lua
- test/box-luatest/hide_show_prompt_test.lua 8 additions, 2 deletionstest/box-luatest/hide_show_prompt_test.lua
- test/interactive_tarantool.lua 7 additions, 0 deletionstest/interactive_tarantool.lua
Please register or sign in to comment