Branch: refs/heads/dict-v3
  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: 2721b8b60a3d28e71996aa385e0f557cd9991eb3
      
https://github.com/tarantool/tarantool/commit/2721b8b60a3d28e71996aa385e0f557cd9991eb3
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Tweak README.md


  Commit: ba9533198331898a1cbaed2e6097e890ec5045d6
      
https://github.com/tarantool/tarantool/commit/ba9533198331898a1cbaed2e6097e890ec5045d6
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 3adab54590f13f3cfe3619a566ca768cc6f7ce91
      
https://github.com/tarantool/tarantool/commit/3adab54590f13f3cfe3619a566ca768cc6f7ce91
  Author: bigbes <[email protected]>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M connector/python/README.rst

  Log Message:
  -----------
  Update README.rst

fix link url and some typos


  Commit: 929568db07c0278cba9c37783481a35c59680d84
      
https://github.com/tarantool/tarantool/commit/929568db07c0278cba9c37783481a35c59680d84
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M client/tarantool/tc_cli.c

  Log Message:
  -----------
  Fix bool handling in tc_cmd_try

Thanks for Anatol Pomozov


  Commit: 950c89fb871e438f72acd98b45addc3c121abdce
      
https://github.com/tarantool/tarantool/commit/950c89fb871e438f72acd98b45addc3c121abdce
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M client/tarantool/tc_cli.c

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 96e94406cb8e59740d863040743ba254286436b5
      
https://github.com/tarantool/tarantool/commit/96e94406cb8e59740d863040743ba254286436b5
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M include/box/box.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/request.cc
    M src/box/request.h
    M src/iproto.cc
    M src/memcached.cc

  Log Message:
  -----------
  Extract request creation procedure from box_process

 * Parse request type inside of request_create
 * Remove palloc from request_create
 * Replace request_execute with a fun pointer in struct request
 * Refactor box_process API to accept struct request *
 * Create requests directly in iproto.cc and box_lua.cc
 * Update memcached, recovery and other parts to use new API


  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'


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

  Changed paths:
    M include/box/box.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/request.cc
    M src/box/request.h
    M src/iproto.cc
    M src/memcached.cc

  Log Message:
  -----------
  Merge branch 'request-refactoring'


  Commit: 57b57c34de2f8e924f70e36e8fd0465f1ba9f265
      
https://github.com/tarantool/tarantool/commit/57b57c34de2f8e924f70e36e8fd0465f1ba9f265
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M test/lib/test_suite.py

  Log Message:
  -----------
  Add forgotten copy lua scripts code


  Commit: 1604240ab75f82204e71a0d0765c520e516d4c5d
      
https://github.com/tarantool/tarantool/commit/1604240ab75f82204e71a0d0765c520e516d4c5d
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    R test/big/sql.result
    R test/big/sql.test
    A test/python/sql.result
    A test/python/sql.test
    A test/python/suite.ini
    A test/python/tarantool.cfg

  Log Message:
  -----------
  Move SQL test to separate catalogue, because we can't move it to LUA


  Commit: 02d31af47c1cff892b519f7bab702490d697ee60
      
https://github.com/tarantool/tarantool/commit/02d31af47c1cff892b519f7bab702490d697ee60
  Author: Eugine Blikh <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    R test/big/bitset.lua
    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
    R test/big/index_random_test.lua
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    A test/big/lua/bitset.lua
    A test/big/lua/index_random_test.lua
    A test/big/lua/push.lua
    A test/big/lua/utils.lua
    R test/big/push.lua
    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
    R test/big/utils.lua

  Log Message:
  -----------
  Rewrite big tests to lua (as much as possible)


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

  Changed paths:
    M test/lib/lua_tarantool_server.py
    M test/lib/python_tarantool_server.py
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Remove obsolete debug output and pprint import


  Commit: 688d6613be53869773b97f714c1bd0e715172330
      
https://github.com/tarantool/tarantool/commit/688d6613be53869773b97f714c1bd0e715172330
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box_lua.cc
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M src/memcached.cc
    M test/box/lua.result
    M test/memcached/lua.result

  Log Message:
  -----------
  Store index ordinal number (id) in key_def.

A pre-requisite patch for data dictionary: sotre index
ordinal number in the key_def object.
Remove struct space from index constructor.


  Commit: a79909ea8d8f212cc06913825bf2bc87f90a8434
      
https://github.com/tarantool/tarantool/commit/a79909ea8d8f212cc06913825bf2bc87f90a8434
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M src/box/bitset_index.cc
    M src/box/box_lua.cc
    M src/box/box_lua_space.cc
    M src/box/hash_index.cc
    M src/box/index.cc
    M src/box/index.h
    M src/box/request.cc
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc

  Log Message:
  -----------
  Transfer ownership of struct key_def from space to Index

Another pre-requisite patch for the new data dictionary,
transfer ownership of struct key_def from struct space
to class Index.

Once Index instance is created, it takes posession of the
key_def object passed to initialize it.

key_defs array in struct space is gone.


  Commit: 83c187015ea995ff835682b7e8c7d42889611733
      
https://github.com/tarantool/tarantool/commit/83c187015ea995ff835682b7e8c7d42889611733
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-17 (Wed, 17 Jul 2013)

  Changed paths:
    M README.md
    M client/tarantool/tc_cli.c
    M connector/python/README.rst
    M include/box/box.h
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/box_lua_space.cc
    M src/box/hash_index.cc
    M src/box/hash_index.h
    M src/box/index.cc
    M src/box/index.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/request.cc
    M src/box/request.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tree_index.cc
    M src/box/tree_index.h
    M src/iproto.cc
    M src/memcached.cc
    R test/big/bitset.lua
    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
    R test/big/index_random_test.lua
    M test/big/iterator.result
    M test/big/iterator.test
    M test/big/lua.result
    M test/big/lua.test
    A test/big/lua/bitset.lua
    A test/big/lua/index_random_test.lua
    A test/big/lua/push.lua
    A test/big/lua/utils.lua
    R test/big/push.lua
    R test/big/sql.result
    R 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
    R test/big/utils.lua
    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
    A test/python/sql.result
    A test/python/sql.test
    A test/python/suite.ini
    A test/python/tarantool.cfg
    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 'master' into dict-v3

Conflicts:
        src/box/key_def.cc
        src/box/space.cc
        src/box/space.h
        src/memcached.cc


Compare: 
https://github.com/tarantool/tarantool/compare/af9199f77b1e...83c187015ea9
_______________________________________________
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