test: update compat options tests with server:exec
Before the change all tarantool.compat options' tests were running on the same instance, and because luatest uses multiple threads, they could interfere with compat configuration at the same time as other test checks default behavior. This could cause such tests to flack. Now all options' tests are being run in a separate instance via server:exec(). Closes #8033 NO_DOC=test fix NO_CHANGELOG=test fix
Showing
- test/app-luatest/gh_3012_yaml_prettier_multiline_output_test.lua 13 additions, 3 deletions...p-luatest/gh_3012_yaml_prettier_multiline_output_test.lua
- test/app-luatest/gh_6200_lua_cjson_escapes_slash_test.lua 31 additions, 8 deletionstest/app-luatest/gh_6200_lua_cjson_escapes_slash_test.lua
- test/app-luatest/gh_7746_fiber_channel_close_test.lua 42 additions, 44 deletionstest/app-luatest/gh_7746_fiber_channel_close_test.lua
Please register or sign in to comment