Branch: refs/heads/master
Home: https://github.com/tarantool/tarantool
Commit: d3c290af5a01b6dd841c0c40ed3cfdbb123aa88a
https://github.com/tarantool/tarantool/commit/d3c290af5a01b6dd841c0c40ed3cfdbb123aa88a
Author: Eugine Blikh <[email protected]>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/lib/test_suite.py
Log Message:
-----------
Writing preprocessor for LUA tests. Part 1. Rewrite parsing part and write
Server stub
Commit: 57d32acc2e509d130c7d7fc19677341101c64936
https://github.com/tarantool/tarantool/commit/57d32acc2e509d130c7d7fc19677341101c64936
Author: Eugine Blikh <[email protected]>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/lib/test_suite.py
Log Message:
-----------
Writing preprocessor for LUA tests. Part 1. Write Connection stub, debug this
code
Commit: cfded0c6098572c7914b029e4f3cddc2d53c2159
https://github.com/tarantool/tarantool/commit/cfded0c6098572c7914b029e4f3cddc2d53c2159
Author: Eugine Blikh <[email protected]>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/lib/test_suite.py
Log Message:
-----------
pylinting tntserver/suite files
Commit: 4084389bb0297ffc00dea6a3a7a8bf44a92c0fd8
https://github.com/tarantool/tarantool/commit/4084389bb0297ffc00dea6a3a7a8bf44a92c0fd8
Author: Eugine Blikh <[email protected]>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M test/lib/tarantool_server.py
Log Message:
-----------
Add preprocessor wrappers for buffers. Debug other errors
Commit: 168fb4b469e3e39e046559c92a9615e7fb9057fa
https://github.com/tarantool/tarantool/commit/168fb4b469e3e39e046559c92a9615e7fb9057fa
Author: Eugine Blikh <[email protected]>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/replication/cfg/hot_standby.cfg
M test/replication/cfg/master.cfg
M test/replication/cfg/master_to_replica.cfg
M test/replication/cfg/replica.cfg
M test/replication/cfg/replica_to_master.cfg
A test/replication/hot_standby.test.lua
Log Message:
-----------
First try to rewrite hot_standby test in lua
Commit: b460c0de4c010063971abd6b434fa17f1b424f92
https://github.com/tarantool/tarantool/commit/b460c0de4c010063971abd6b434fa17f1b424f92
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/replication/hot_standby.test.lua
Log Message:
-----------
Final hot_standby.test
Commit: b5aaca787c812fcd8da373f56a87a54279c51435
https://github.com/tarantool/tarantool/commit/b5aaca787c812fcd8da373f56a87a54279c51435
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M .gitignore
M README.md
M cfg/tarantool_box_cfg.c
M cfg/tarantool_box_cfg.h
M cfg/warning.c
M doc/user/configuration-reference.xml
M doc/user/connectors.xml
M doc/user/errcode.xml
M doc/user/language-reference.xml
M doc/user/proctitle.xml
M doc/user/stored-procedures.xml
M include/errcode.h
M include/errinj.h
A include/lua/errinj.h
M include/lua/init.h
A include/lua/ipc.h
A include/lua/socket.h
R include/memcached.h
M include/tarantool/util.h
M src/CMakeLists.txt
M src/bootstrap.snap
M src/box/box_cfg.cfg_tmpl
M src/box/box_lua_space.cc
M src/box/lua/misc.lua
M src/box/lua/schema.lua
M src/box/tuple.cc
M src/box/tuple_update.cc
M src/errinj.cc
M src/lua/admin.cc
A src/lua/errinj.cc
M src/lua/fiber.cc
M src/lua/init.cc
A src/lua/ipc.cc
R src/lua/lua_ipc.cc
R src/lua/lua_ipc.h
R src/lua/lua_socket.cc
R src/lua/lua_socket.h
M src/lua/plugin.cc
A src/lua/socket.cc
R src/memcached-grammar.rl
R src/memcached.cc
M src/sio.cc
M src/tarantool.cc
M src/util.cc
M test/CMakeLists.txt
M test/big/bitset.result
M test/big/hash.result
M test/big/hash_multipart.result
M test/big/iterator.result
M test/big/iterator.test.lua
M test/big/lua.result
M test/big/lua.test.lua
M test/big/lua/index_random_test.lua
M test/big/lua/push.lua
M test/big/sql.result
M test/big/sql.test.py
M test/big/tree_pk.result
M test/big/tree_pk.test.lua
M test/big/tree_pk_multipart.result
M test/big/tree_pk_multipart.test.lua
M test/big/tree_variants.result
R test/box/00000000000000000001.snap
R test/box/CMakeLists.txt
M test/box/admin.result
M test/box/admin.test.py
M test/box/admin_coredump.result
M test/box/admin_coredump.test.lua
A test/box/alter.result
A test/box/alter.test.lua
M test/box/box_fiber.lua
M test/box/bug726778.cfg
M test/box/errinj.result
M test/box/errinj.test.lua
M test/box/fiber.result
M test/box/fiber.test.lua
M test/box/info.result
M test/box/info.test.lua
M test/box/ipc.result
M test/box/ipc.test.lua
M test/box/lua.result
M test/box/lua.test.py
M test/box/lua_box_uuid.result
M test/box/lua_misc.result
M test/box/lua_misc.test.lua
M test/box/net.box.result
M test/box/net.box.test.lua
R test/box/protocol.c
R test/box/protocol.result
R test/box/protocol.test.py
M test/box/reconfigure.result
M test/box/reconfigure.test.py
M test/box/snapshot.result
M test/box/snapshot.test.py
M test/box/sql.result
M test/box/sql.test.py
M test/box/stat.result
M test/box/stat.test.py
M test/box/suite.ini
M test/box/tarantool.cfg
M test/box/tarantool_bad1.cfg
R test/box/tarantool_bad2.cfg
R test/box/tarantool_bad3.cfg
R test/box/tarantool_bad4.cfg
R test/box/tarantool_bad5.cfg
M test/box/tarantool_bug750658.cfg
M test/box/tarantool_good.cfg
M test/box/test_init.lua
M test/connector_c/CMakeLists.txt
M test/connector_c/cfg/master.cfg
M test/connector_c/cfg/tarantool.cfg
M test/connector_c/connector.result
M test/connector_c/connector.test.py
A test/connector_c/protocol.c
A test/connector_c/protocol.result
A test/connector_c/protocol.test.py
M test/connector_c/tp.result
M test/connector_c/tp.test.py
M test/connector_c/update.result
M test/connector_c/update.test.py
M test/lib/tarantool_server.py
R test/memcached/binary-get.result
R test/memcached/binary-get.test.py
R test/memcached/bogus-commands.result
R test/memcached/bogus-commands.test.py
R test/memcached/cas.result
R test/memcached/cas.test.py
R test/memcached/cfg/master.cfg
R test/memcached/cfg/tarantool_memcached_bad.cfg
R test/memcached/cfg/tarantool_memcached_off.cfg
R test/memcached/expirations.result
R test/memcached/expirations.test.py
R test/memcached/flags.result
R test/memcached/flags.test.py
R test/memcached/flush-all.result
R test/memcached/flush-all.test.py
R test/memcached/getset.result
R test/memcached/getset.test.py
R test/memcached/incrdecr.result
R test/memcached/incrdecr.test.py
R test/memcached/lua.result
R test/memcached/lua.test.lua
R test/memcached/multiversioning.result
R test/memcached/multiversioning.test.py
R test/memcached/noreply.result
R test/memcached/noreply.test.py
R test/memcached/off.result
R test/memcached/off.test.py
R test/memcached/suite.ini
M test/replication/cfg/hot_standby.cfg
M test/replication/cfg/master.cfg
M test/replication/cfg/master_to_replica.cfg
M test/replication/cfg/replica.cfg
M test/replication/cfg/replica_to_master.cfg
M test/replication/suite.ini
M test/wal/lua.result
A test/wal/lua.test.lua
R test/wal/lua.test.py
M test/wal/oom.result
A test/wal/oom.test.lua
R test/wal/oom.test.py
M test/wal/tarantool.cfg
M test/wal/wal_mode.result
A test/wal/wal_mode.test.lua
R test/wal/wal_mode.test.py
R third_party/memcached/COPYING
R third_party/memcached/doc/CONTRIBUTORS
R third_party/memcached/doc/Doxyfile
R third_party/memcached/doc/Makefile
R third_party/memcached/doc/Makefile.am
R third_party/memcached/doc/Makefile.in
R third_party/memcached/doc/memcached.1
R third_party/memcached/doc/memory_management.txt
R third_party/memcached/doc/protocol-binary-range.xml
R third_party/memcached/doc/protocol-binary.xml
R third_party/memcached/doc/protocol.txt
R third_party/memcached/doc/readme.txt
R third_party/memcached/doc/threads.txt
R third_party/memcached/doc/xml2rfc/reference.RFC.0768.xml
R third_party/memcached/doc/xml2rfc/rfc2629-noinc.xsl
R third_party/memcached/doc/xml2rfc/rfc2629-other.ent
R third_party/memcached/doc/xml2rfc/rfc2629-refchk.xsl
R third_party/memcached/doc/xml2rfc/rfc2629-xhtml.ent
R third_party/memcached/doc/xml2rfc/rfc2629.dtd
R third_party/memcached/t/64bit.t
R third_party/memcached/t/binary-get.t
R third_party/memcached/t/bogus-commands.t
R third_party/memcached/t/cas.t
R third_party/memcached/t/expirations.t
R third_party/memcached/t/flags.t
R third_party/memcached/t/flush-all.t
R third_party/memcached/t/getset.t
R third_party/memcached/t/incrdecr.t
R third_party/memcached/t/lib/MemcachedTest.pm
R third_party/memcached/t/multiversioning.t
R third_party/memcached/t/noreply.t
R third_party/memcached/t/stress-memcached.pl
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into tt-lua-preprocessor
Commit: 59f8de2d854003889f5e045a1dd8a9f2ea7f6fef
https://github.com/tarantool/tarantool/commit/59f8de2d854003889f5e045a1dd8a9f2ea7f6fef
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M test/lib/tarantool_server.py
A test/replication/consistent.test.lua
M test/replication/hot_standby.test.lua
Log Message:
-----------
Add consistent lua test to replication
Commit: 9b50db6cff899343502ce7a4f77b7733d29dbe35
https://github.com/tarantool/tarantool/commit/9b50db6cff899343502ce7a4f77b7733d29dbe35
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/replication/consistent.result
R test/replication/consistent.test.py
M test/replication/hot_standby.result
M test/replication/hot_standby.test.lua
R test/replication/hot_standby.test.py
R test/replication/memcached.result
R test/replication/memcached.test.py
M test/replication/swap.result
M test/replication/swap.test.py
Log Message:
-----------
Move all possible tests to Lua
Commit: c7c84377acce8069acd9b1328b8f13c602969e03
https://github.com/tarantool/tarantool/commit/c7c84377acce8069acd9b1328b8f13c602969e03
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M test/big/bitset.result
M test/big/bitset.test.lua
M test/big/hash.result
M test/big/hash.test.lua
M test/big/hash_multipart.result
M test/big/hash_multipart.test.lua
M test/big/iterator.result
M test/big/iterator.test.lua
M test/big/lua.result
M test/big/lua.test.lua
M test/big/tree_pk.result
M test/big/tree_pk.test.lua
M test/big/tree_pk_multipart.result
M test/big/tree_pk_multipart.test.lua
M test/big/tree_variants.result
M test/big/tree_variants.test.lua
M test/box/admin.result
M test/box/admin.test.py
M test/box/admin_coredump.result
M test/box/admin_coredump.test.lua
M test/box/alter.result
M test/box/alter.test.lua
R test/box/cjson.result
M test/box/cjson.test.lua
M test/box/errinj.result
M test/box/errinj.test.lua
M test/box/fiber.result
M test/box/fiber.test.lua
M test/box/info.result
M test/box/info.test.lua
M test/box/ipc.result
M test/box/ipc.test.lua
M test/box/lua_box_uuid.result
M test/box/lua_box_uuid.test.lua
M test/box/lua_misc.result
M test/box/lua_misc.test.lua
M test/box/net.box.result
M test/box/net.box.test.lua
M test/box/net_sql.mysql.result
M test/box/net_sql.mysql.test.lua
M test/box/net_sql.pg.result
M test/box/net_sql.pg.test.lua
M test/lib/test_suite.py
M test/wal/lua.result
M test/wal/lua.test.lua
M test/wal/oom.result
M test/wal/oom.test.lua
M test/wal/wal_mode.result
Log Message:
-----------
Move all tests to new preprocessor
Commit: ee8c22b768cdd65339ebad2ebd641acc7f9cee5c
https://github.com/tarantool/tarantool/commit/ee8c22b768cdd65339ebad2ebd641acc7f9cee5c
Author: Eugine Blikh <[email protected]>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M src/lua/init.cc
M test/big/tree_pk_multipart.result
M test/box/alter.result
A test/box/cjson.result
M test/box/cjson.test.lua
M test/box/fiber.result
M test/box/info.result
M test/box/ipc.result
M test/box/lua.result
M test/box/lua_misc.result
M test/box/net.box.result
M test/box/socket.result
M test/box/suite.ini
M test/lib/unittest_server.py
M third_party/lua-yaml/lyaml.c
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into tt-lua-preprocessor
Conflicts:
test/box/cjson.result
test/box/cjson.test.lua
Compare:
https://github.com/tarantool/tarantool/compare/a319aa4b6647...ee8c22b768cd
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp