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
Showing
- test/app-luatest/gh_7166_wakeup_on_shutdown_fiber_test.lua 1 addition, 2 deletionstest/app-luatest/gh_7166_wakeup_on_shutdown_fiber_test.lua
- test/box-luatest/alter_with_compression_test.lua 2 additions, 3 deletionstest/box-luatest/alter_with_compression_test.lua
- test/box-luatest/error_on_dynamic_cfg_in_load_cfg_test.lua 1 addition, 2 deletionstest/box-luatest/error_on_dynamic_cfg_in_load_cfg_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/read_view_test.lua 1 addition, 2 deletionstest/box-luatest/read_view_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/box-luatest/wal_ext_test.lua 1 addition, 2 deletionstest/box-luatest/wal_ext_test.lua
- test/engine-luatest/gh_6930_mvcc_net_box_iso_test.lua 1 addition, 2 deletionstest/engine-luatest/gh_6930_mvcc_net_box_iso_test.lua
- test/luatest_helpers/fiber.lua 0 additions, 15 deletionstest/luatest_helpers/fiber.lua
- test/luatest_helpers/misc.lua 0 additions, 28 deletionstest/luatest_helpers/misc.lua
- test/luatest_helpers/proxy/connection.lua 0 additions, 145 deletionstest/luatest_helpers/proxy/connection.lua
- test/luatest_helpers/proxy/proxy.lua 0 additions, 117 deletionstest/luatest_helpers/proxy/proxy.lua
- test/luatest_helpers/server.lua 1 addition, 3 deletionstest/luatest_helpers/server.lua
- test/replication-luatest/election_fencing_test.lua 1 addition, 1 deletiontest/replication-luatest/election_fencing_test.lua
- test/replication-luatest/gh_7377_bootstrap_connection_failure_test.lua 1 addition, 1 deletion...ion-luatest/gh_7377_bootstrap_connection_failure_test.lua
- test/replication-luatest/linearizable_test.lua 2 additions, 3 deletionstest/replication-luatest/linearizable_test.lua
- test/vinyl-luatest/gh_7240_abort_yielding_dml_test.lua 1 addition, 2 deletionstest/vinyl-luatest/gh_7240_abort_yielding_dml_test.lua
Loading