Branch: refs/heads/master
  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


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

  Changed paths:
    M test/big/bitset.result
    M test/big/bitset.test
    M test/big/hash.result
    M test/big/hash.test
    M test/big/hash_multipart.result
    M test/big/hash_multipart.test
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    M test/big/sql.result
    M test/big/sql.test
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    M test/big/tree_pk_multipart.result
    M test/big/tree_pk_multipart.test
    M test/big/tree_variants.result
    M test/big/tree_variants.test
    M test/box/cjson.result
    M test/box/cjson.test
    M test/box/configuration.result
    M test/box/configuration.test
    M test/box/errinj.result
    M test/box/errinj.test
    M test/box/fiber.result
    M test/box/fiber.test
    M test/box/info.result
    M test/box/info.test
    M test/box/ipc.result
    M test/box/ipc.test
    M test/box/lua.result
    M test/box/lua.test
    M test/box/lua_box_uuid.result
    M test/box/lua_box_uuid.test
    M test/box/lua_misc.result
    M test/box/lua_misc.test
    M test/box/net.box.result
    M test/box/net.box.test
    M test/box/net_sql.mysql.result
    M test/box/net_sql.mysql.test
    M test/box/net_sql.pg.result
    M test/box/net_sql.pg.test
    M test/box/reconfigure.result
    M test/box/reconfigure.test
    M test/box/session.result
    M test/box/session.test
    M test/box/socket.result
    M test/box/socket.test
    M test/box/sql.result
    M test/box/sql.test
    M test/box/xlog.result
    M test/box/xlog.test
    M test/memcached/expirations.test
    M test/memcached/flush-all.test
    M test/memcached/lua.result
    M test/memcached/lua.test
    M test/replication/memcached.test
    M test/wal/lua.result
    M test/wal/lua.test
    M test/wal/oom.result
    M test/wal/oom.test
    M test/wal/wal_mode.result
    M test/wal/wal_mode.test

  Log Message:
  -----------
  Remove all "lua " prefixes from commands


  Commit: 8524196dbf2dc251aa597e5df702be2372c1d4ca
      
https://github.com/tarantool/tarantool/commit/8524196dbf2dc251aa597e5df702be2372c1d4ca
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M test/big/bitset.result
    M test/big/bitset.test
    M test/big/hash.result
    M test/big/hash.test
    M test/big/hash_multipart.result
    M test/big/hash_multipart.test
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    M test/big/sql.result
    M test/big/sql.test
    M test/big/suite.ini
    M test/big/tree_pk.result
    M test/big/tree_pk.test
    M test/big/tree_pk_multipart.result
    M test/big/tree_pk_multipart.test
    M test/big/tree_variants.result
    M test/big/tree_variants.test
    M test/box/cjson.result
    M test/box/cjson.test
    M test/box/configuration.result
    M test/box/configuration.test
    M test/box/errinj.result
    M test/box/errinj.test
    M test/box/fiber.result
    M test/box/fiber.test
    M test/box/info.result
    M test/box/info.test
    M test/box/ipc.result
    M test/box/ipc.test
    M test/box/lua.result
    M test/box/lua.test
    M test/box/lua_box_uuid.result
    M test/box/lua_box_uuid.test
    M test/box/lua_misc.result
    M test/box/lua_misc.test
    M test/box/net.box.result
    M test/box/net.box.test
    M test/box/net_sql.mysql.result
    M test/box/net_sql.mysql.test
    M test/box/net_sql.pg.result
    M test/box/net_sql.pg.test
    M test/box/reconfigure.result
    M test/box/reconfigure.test
    M test/box/session.result
    M test/box/session.test
    M test/box/socket.result
    M test/box/socket.test
    M test/box/sql.result
    M test/box/sql.test
    M test/box/suite.ini
    M test/box/xlog.result
    M test/box/xlog.test
    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/server.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/lib/unittest_server.py
    M test/memcached/expirations.test
    M test/memcached/flush-all.test
    M test/memcached/lua.result
    M test/memcached/lua.test
    M test/memcached/suite.ini
    M test/replication/memcached.test
    M test/replication/suite.ini
    M test/wal/lua.result
    M test/wal/lua.test
    M test/wal/oom.result
    M test/wal/oom.test
    M test/wal/suite.ini
    M test/wal/wal_mode.result
    M test/wal/wal_mode.test

  Log Message:
  -----------
  Merge branch 'tt-refactor'


Compare: 
https://github.com/tarantool/tarantool/compare/950c89fb871e...8524196dbf2d
_______________________________________________
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