Skip to content
Snippets Groups Projects
Commit fa2d7e27 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Created two types of test server, that inherit from TarantoolServer:

1) Lua Tarantool Server, that runs plain lua code and admin server commands (separated ';\n')
2) Python Tarantool Server, that runs old plain tests.
Also created Two types of tests, that inherit FuncTest (Cause they're FuncTest):
1) LuaTest -> Lua Tarantool Server
2) PythonTest -> Python Tarantool Server
In the future we plans to add luabench as one of Test types
Rename all cores to appropriate names of server (now it's 'lua tarantool' and 'python tarantool')
Prepare to remove lua prefixes (if you need to test wrong or nonimplemmented command you may run 'admin('cmd', simple=True)')
If you want to implement new server command - add needed regexp to admin_connection.py.
if it's fixed length command, then add it to rg1, else rg2
parent e049d314
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment