Branch: refs/heads/tt-refactor
  Home:   https://github.com/tarantool/tarantool
  Commit: 63010d9550f9c64e3f1caabdff7b00dcbfc63c55
      
https://github.com/tarantool/tarantool/commit/63010d9550f9c64e3f1caabdff7b00dcbfc63c55
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-14 (Sun, 14 Jul 2013)

  Changed paths:
    M test/lib/server.py
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Moving all Tarantool Server code to TarantoolServer


  Commit: e049d3147e93016daa2a132fd72a3625fd199285
      
https://github.com/tarantool/tarantool/commit/e049d3147e93016daa2a132fd72a3625fd199285
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-14 (Sun, 14 Jul 2013)

  Changed paths:
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/lib/unittest_server.py

  Log Message:
  -----------
  Moving Test related code to parent class Test


  Commit: fa2d7e27c010acb66e8565a99c6cce0441fc2cc1
      
https://github.com/tarantool/tarantool/commit/fa2d7e27c010acb66e8565a99c6cce0441fc2cc1
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-14 (Sun, 14 Jul 2013)

  Changed paths:
    M test/big/suite.ini
    M test/box/sql.test
    M test/box/suite.ini
    M test/connector_c/suite.ini
    M test/lib/admin_connection.py
    A test/lib/lua_tarantool_server.py
    A test/lib/python_tarantool_server.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/memcached/suite.ini
    M test/replication/suite.ini
    M test/wal/suite.ini

  Log Message:
  -----------
  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


Compare: 
https://github.com/tarantool/tarantool/compare/63010d9550f9^...fa2d7e27c010
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to