test: do jit.flush() after jit.off() on arm64
JIT has been disabled for these 3 tests on arm64 to avoid weird fails, but they are still flaky in CI. Perhaps the JIT traces from other tests affect them. Let's try to do jit.flush() together with jit.off(). Also disable JIT for pagination_netbox_test.lua, which suffers from the same problem as pagination_test.lua. Part of #6599 Part of #7739 Part of #8011 NO_DOC=testing stuff NO_CHANGELOG=testing stuff
Showing
- test/app-tap/datetime.test.lua 4 additions, 1 deletiontest/app-tap/datetime.test.lua
- test/box-luatest/gh_6539_log_user_space_empty_or_nil_select_test.lua 4 additions, 1 deletion...atest/gh_6539_log_user_space_empty_or_nil_select_test.lua
- test/box-luatest/pagination_netbox_test.lua 12 additions, 0 deletionstest/box-luatest/pagination_netbox_test.lua
- test/engine-luatest/pagination_test.lua 2 additions, 3 deletionstest/engine-luatest/pagination_test.lua
Loading
Please register or sign in to comment