test: use luatest modules instead of internal ones
Some internal modules have been recently copied to luatest repo [1,2,3] and now they can be safely removed, and the corresponding functionality from luatest can be used instead. Affected modules: - test/luatest_helpers/misc.lua - test/luatest_helpers/fiber.lua - test/luatest_helpers/proxy/* [1] https://github.com/tarantool/luatest/pull/247 [2] https://github.com/tarantool/luatest/pull/248 [3] https://github.com/tarantool/luatest/pull/255 Closes tarantool/luatest#238 Closes tarantool/luatest#251 NO_DOC=testing stuff NO_TEST=testing stuff NO_CHANGELOG=testing stuff (cherry picked from commit 54bd77ad)
Showing
- test/box-luatest/alter_with_compression_test.lua 2 additions, 3 deletionstest/box-luatest/alter_with_compression_test.lua
- test/box-luatest/gh_7005_session_on_commit_rollback_test.lua 1 addition, 2 deletionstest/box-luatest/gh_7005_session_on_commit_rollback_test.lua
- test/box-luatest/gh_7583_txn_stat_test.lua 1 addition, 2 deletionstest/box-luatest/gh_7583_txn_stat_test.lua
- test/box-luatest/space_upgrade_test.lua 2 additions, 3 deletionstest/box-luatest/space_upgrade_test.lua
- test/box-luatest/transport_test.lua 3 additions, 4 deletionstest/box-luatest/transport_test.lua
- test/luatest_helpers/misc.lua 0 additions, 27 deletionstest/luatest_helpers/misc.lua
- test/vinyl-luatest/gh_7240_abort_yielding_dml_test.lua 1 addition, 2 deletionstest/vinyl-luatest/gh_7240_abort_yielding_dml_test.lua
test/luatest_helpers/misc.lua
deleted
100644 → 0
Please register or sign in to comment