Provide helpers for luatest
The commit includes a few helpers files for luatest infrastructure. 'Server' based on luatest Server with additional functionality like waiting Server for start, create Server's own env including box.cfg provided by test. Servers could be built and added in a cluster (cluster.lua file). Asserts.lua is additional checks, which are useful for many tests. Helpers are supportive function, could be also used for many tests. Part of tarantool/test-run#304
Showing
- test/instances/default.lua 18 additions, 0 deletionstest/instances/default.lua
- test/luatest_helpers.lua 72 additions, 0 deletionstest/luatest_helpers.lua
- test/luatest_helpers/asserts.lua 43 additions, 0 deletionstest/luatest_helpers/asserts.lua
- test/luatest_helpers/cluster.lua 131 additions, 0 deletionstest/luatest_helpers/cluster.lua
- test/luatest_helpers/server.lua 220 additions, 0 deletionstest/luatest_helpers/server.lua
Loading
Please register or sign in to comment