Branch: refs/heads/tt-modify-lua
  Home:   https://github.com/tarantool/tarantool
  Commit: 923b260b00abdacb6061b36c07429864e03640bd
      
https://github.com/tarantool/tarantool/commit/923b260b00abdacb6061b36c07429864e03640bd
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

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

  Log Message:
  -----------
  First iteration of Moving to lua test format:
1)      Create regexp for checking if cmd is admin cmd or not. If it's not 
admin cmd, then prepend 'lua '.
1.1)    Add safe version of prev.command: admin(cmd, simple=True)
2)      Remove "lua " prefixes.
//TODO: rewrite TarantoolConnection(add execute_simple and modify for 
reconnection)
//TODO: add server format for pure lua tests (but it's needed to add delimiter 
for reading multiple lines)
//TODO: Rewrite some tests to pure lua
Also fix bugs, appeared after tt-gdb-fix:
1)      Remove debug output
2)      Add --gdb description
3)      Return [self.binary]



_______________________________________________
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