Branch: refs/heads/gh-121-travis1
  Home:   https://github.com/tarantool/tarantool
  Commit: 92f2e304b8413def1c7a762d51f1e845068ff526
      
https://github.com/tarantool/tarantool/commit/92f2e304b8413def1c7a762d51f1e845068ff526
  Author: Eugine Blikh <[email protected]>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M test/lib/test_suite.py

  Log Message:
  -----------
  Fix for #121 in stable


  Commit: 4dcca147105a44320970b1aeb7f16729a61192b7
      
https://github.com/tarantool/tarantool/commit/4dcca147105a44320970b1aeb7f16729a61192b7
  Author: Eugine Blikh <[email protected]>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M .gitignore
    M .gitmodules
    M CMakeLists.txt
    M README.md
    M cfg/CMakeLists.txt
    M cfg/core_cfg.cfg_tmpl
    M cfg/tarantool_box_cfg.c
    M cfg/tarantool_box_cfg.h
    M cfg/warning.c
    M cfg/warning.h
    M client/tarancheck/tc_generate.c
    M client/tarancheck/tc_space.c
    M client/tarancheck/tc_space.h
    M client/tarancheck/tc_verify.c
    M client/tarantar/CMakeLists.txt
    M client/tarantar/indexate.c
    M client/tarantar/main.c
    M client/tarantar/space.c
    M client/tarantar/space.h
    M client/tarantar/update.cc
    M client/tarantool/CMakeLists.txt
    M client/tarantool/tc.c
    M client/tarantool/tc_admin.c
    M client/tarantool/tc_buf.c
    M client/tarantool/tc_buf.h
    M client/tarantool/tc_cli.c
    M client/tarantool/tc_cli.h
    M client/tarantool/tc_opt.c
    M client/tarantool/tc_opt.h
    M client/tarantool/tc_print.c
    M client/tarantool/tc_print.h
    M client/tarantool/tc_query.c
    M client/tarantool/tc_query.h
    A cmake/BuildLibYAML.cmake
    M cmake/BuildMisc.cmake
    M cmake/compiler.cmake
    M cmake/utils.cmake
    M connector/c/include/tarantool/tnt_log.h
    M connector/c/tntrpl/tnt_rpl.c
    M connector/python/README.rst
    M debian/control
    M doc/box-protocol.txt
    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/persistence-architecture.xml
    M doc/user/proctitle.xml
    M doc/user/replication.xml
    M doc/user/server-administration.xml
    M doc/user/space.xml
    M doc/user/stored-procedures.xml
    M doc/user/target.db
    M extra/CMakeLists.txt
    A extra/bin2c.c
    M extra/rpm.spec.in
    A extra/schema_erase.lua
    A extra/schema_fill.lua
    M include/assoc.h
    M include/box/box.h
    M include/errcode.h
    M include/errinj.h
    M include/fiber.h
    M include/iobuf.h
    A include/lib/small/lf_lifo.h
    M include/lib/small/mempool.h
    M include/lib/small/region.h
    M include/lib/small/small.h
    M include/log_io.h
    A include/lua/admin.h
    A include/lua/errinj.h
    A include/lua/fiber.h
    M include/lua/init.h
    A include/lua/ipc.h
    A include/lua/msgpack.h
    A include/lua/plugin.h
    A include/lua/socket.h
    A include/lua/utils.h
    A include/lua/yaml.h
    R include/memcached.h
    A include/memory.h
    R include/palloc.h
    M include/pickle.h
    M include/recovery.h
    M include/replication.h
    M include/rlist.h
    M include/scoped_guard.h
    M include/session.h
    M include/sio.h
    M include/tarantool.h
    M include/tarantool/config.h.cmake
    M include/tarantool/util.h
    M include/tbuf.h
    A include/trigger.h
    M src/CMakeLists.txt
    M src/admin.cc
    R src/admin.rl
    A src/bootstrap.snap
    M src/box/CMakeLists.txt
    A src/box/alter.cc
    A src/box/alter.h
    M src/box/bitset_index.cc
    M src/box/bitset_index.h
    M src/box/box.cc
    R src/box/box_cfg.cfg_tmpl
    M src/box/box_lua.cc
    M src/box/box_lua.h
    M src/box/box_lua_space.cc
    M src/box/box_lua_space.h
    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/lua/box.lua
    M src/box/lua/box_net.lua
    M src/box/lua/misc.lua
    A src/box/lua/schema.lua
    M src/box/request.cc
    M src/box/request.h
    A src/box/schema.cc
    A src/box/schema.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/box/tuple.cc
    M src/box/tuple.h
    M src/box/tuple_update.cc
    M src/box/tuple_update.h
    M src/box/txn.cc
    M src/box/txn.h
    M src/errinj.cc
    M src/fiber.cc
    M src/iobuf.cc
    M src/iproto.cc
    M src/lib/CMakeLists.txt
    A src/lib/msgpuck
    M src/log_io.cc
    A src/lua/admin.cc
    A src/lua/errinj.cc
    A src/lua/fiber.cc
    M src/lua/info.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
    A src/lua/msgpack.c
    A src/lua/plugin.cc
    M src/lua/session.cc
    M src/lua/slab.cc
    A src/lua/socket.cc
    A src/lua/utils.c
    M src/lua/uuid.lua
    A src/lua/yaml.cc
    R src/memcached-grammar.cc
    R src/memcached-grammar.rl
    R src/memcached.cc
    A src/memory.cc
    R src/palloc.cc
    M src/recovery.cc
    A src/replica.1.5.cc
    M src/replica.cc
    M src/replication.cc
    A src/rlist.c
    M src/salloc.cc
    M src/session.cc
    M src/sio.cc
    M src/tarantool.cc
    M src/tbuf.c
    M src/util.cc
    M test/CMakeLists.txt
    R test/big/bitset.lua
    M test/big/bitset.result
    R test/big/bitset.test
    A test/big/bitset.test.lua
    M test/big/hash.result
    R test/big/hash.test
    A test/big/hash.test.lua
    M test/big/hash_multipart.result
    R test/big/hash_multipart.test
    A test/big/hash_multipart.test.lua
    R test/big/index_random_test.lua
    M test/big/iterator.result
    R test/big/iterator.test
    A test/big/iterator.test.lua
    M test/big/lua.result
    R test/big/lua.test
    A test/big/lua.test.lua
    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/sql.result
    R test/big/sql.test
    A test/big/sql.test.py
    M test/big/suite.ini
    M test/big/tarantool.cfg
    M test/big/tree_pk.result
    R test/big/tree_pk.test
    A test/big/tree_pk.test.lua
    M test/big/tree_pk_multipart.result
    R test/big/tree_pk_multipart.test
    A test/big/tree_pk_multipart.test.lua
    M test/big/tree_variants.result
    R test/big/tree_variants.test
    A test/big/tree_variants.test.lua
    R test/big/utils.lua
    R test/box/00000000000000000001.snap
    R test/box/CMakeLists.txt
    M test/box/admin.result
    R test/box/admin.test
    A test/box/admin.test.lua
    M test/box/admin_coredump.result
    R test/box/admin_coredump.test
    A test/box/admin_coredump.test.lua
    A test/box/alter.result
    A test/box/alter.test.lua
    A test/box/alter_limits.result
    A test/box/alter_limits.test.lua
    M test/box/args.result
    R test/box/args.test
    A test/box/args.test.py
    M test/box/bad_record.xlog
    A test/box/bad_trigger.result
    A test/box/bad_trigger.test.py
    M test/box/box_fiber.lua
    M test/box/bug726778.cfg
    M test/box/cjson.result
    R test/box/cjson.test
    A test/box/cjson.test.lua
    M test/box/configuration.result
    R test/box/configuration.test
    A test/box/configuration.test.py
    M test/box/dup_key1.xlog
    M test/box/dup_key2.xlog
    M test/box/errinj.result
    R test/box/errinj.test
    A test/box/errinj.test.lua
    M test/box/fiber.result
    R test/box/fiber.test
    A test/box/fiber.test.lua
    M test/box/fifo.lua
    M test/box/info.result
    R test/box/info.test
    A test/box/info.test.lua
    M test/box/ipc.result
    R test/box/ipc.test
    A test/box/ipc.test.lua
    M test/box/iproto.result
    R test/box/iproto.test
    A test/box/iproto.test.py
    M test/box/just_header.xlog
    M test/box/lua.result
    R test/box/lua.test
    A test/box/lua.test.py
    M test/box/lua_box_uuid.result
    M test/box/lua_box_uuid.skipcond
    R test/box/lua_box_uuid.test
    A test/box/lua_box_uuid.test.lua
    M test/box/lua_misc.result
    R test/box/lua_misc.test
    A test/box/lua_misc.test.lua
    M test/box/lua_sandbox.result
    R test/box/lua_sandbox.test
    A test/box/lua_sandbox.test.lua
    A test/box/msgpack.result
    A test/box/msgpack.test.lua
    M test/box/net.box.result
    R test/box/net.box.test
    A test/box/net.box.test.lua
    M test/box/net_sql.mysql.result
    M test/box/net_sql.mysql.skipcond
    R test/box/net_sql.mysql.test
    A test/box/net_sql.mysql.test.lua
    M test/box/net_sql.pg.result
    M test/box/net_sql.pg.skipcond
    R test/box/net_sql.pg.test
    A test/box/net_sql.pg.test.lua
    M test/box/panic_on_wal_error.cfg
    R test/box/protocol.c
    R test/box/protocol.result
    R test/box/protocol.test
    M test/box/reconfigure.result
    R test/box/reconfigure.test
    A test/box/reconfigure.test.py
    M test/box/session.result
    R test/box/session.test
    A test/box/session.test.lua
    A test/box/snap_io_rate_limit.cfg
    M test/box/snapshot.result
    R test/box/snapshot.test
    A test/box/snapshot.test.py
    A test/box/snapshot_1_3.result
    A test/box/snapshot_1_3.test.py
    M test/box/socket.result
    R test/box/socket.test
    A test/box/socket.test.py
    M test/box/sql.result
    R test/box/sql.test
    A test/box/sql.test.py
    M test/box/stat.result
    R test/box/stat.test
    A test/box/stat.test.lua
    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
    R test/box/tarantool_bad_type.cfg
    R test/box/tarantool_bug708685.cfg
    M test/box/tarantool_bug750658.cfg
    M test/box/tarantool_bug876541.cfg
    R test/box/tarantool_bug884768.cfg
    R test/box/tarantool_bug928413.cfg
    M test/box/tarantool_good.cfg
    M test/box/tarantool_scriptdir.cfg
    M test/box/tarantool_with_cpt.cfg
    M test/box/tarantool_wo_cpt.cfg
    A test/box/temp_spaces.result
    A test/box/temp_spaces.test.lua
    M test/box/test_init.lua
    M test/box/unfinished.xlog
    M test/box/xlog.result
    R test/box/xlog.test
    A test/box/xlog.test.py
    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.snap
    R test/connector_c/connector.test
    A test/connector_c/connector.test.py
    M test/connector_c/connector.xlog
    A test/connector_c/protocol.c
    A test/connector_c/protocol.result
    A test/connector_c/protocol.test.py
    R test/connector_c/snap.test
    A test/connector_c/snap.test.py
    R test/connector_c/suite.ini
    A test/connector_c/suite.ini.disabled
    M test/connector_c/tp.result
    R test/connector_c/tp.test
    A test/connector_c/tp.test.py
    M test/connector_c/update.result
    R test/connector_c/update.test
    A test/connector_c/update.test.py
    R test/connector_c/xlog_rpl.test
    A test/connector_c/xlog_rpl.test.py
    M test/lib/admin_connection.py
    M test/lib/box_connection.py
    A test/lib/msgpack-python
    M test/lib/server.py
    M test/lib/sql_ast.py
    A test/lib/tarantool-python
    M test/lib/tarantool_connection.py
    R test/lib/tarantool_preprocessor.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/lib/unittest_server.py
    R test/memcached/binary-get.result
    R test/memcached/binary-get.test
    R test/memcached/bogus-commands.result
    R test/memcached/bogus-commands.test
    R test/memcached/cas.result
    R test/memcached/cas.test
    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
    R test/memcached/flags.result
    R test/memcached/flags.test
    R test/memcached/flush-all.result
    R test/memcached/flush-all.test
    R test/memcached/getset.result
    R test/memcached/getset.test
    R test/memcached/incrdecr.result
    R test/memcached/incrdecr.test
    R test/memcached/lua.result
    R test/memcached/lua.test
    R test/memcached/multiversioning.result
    R test/memcached/multiversioning.test
    R test/memcached/noreply.result
    R test/memcached/noreply.test
    R test/memcached/off.result
    R test/memcached/off.test
    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/consistent.result
    R test/replication/consistent.test
    A test/replication/consistent.test.lua
    M test/replication/hot_standby.result
    R test/replication/hot_standby.test
    A test/replication/hot_standby.test.lua
    A test/replication/init_storage.result
    A test/replication/init_storage.test.py
    R test/replication/memcached.result
    R test/replication/memcached.test
    M test/replication/suite.ini
    M test/replication/swap.result
    R test/replication/swap.test
    A test/replication/swap.test.py
    M test/share/tarantool.cfg
    M test/share/tarantool_rpm.cfg
    M test/share/tarantool_tgz.cfg
    M test/test-run.py
    M test/unit/CMakeLists.txt
    A test/unit/lf_lifo.c
    A test/unit/lf_lifo.result
    A test/unit/msgpack.result
    M test/unit/rlist.c
    M test/unit/rlist.result
    M test/unit/test.c
    M test/unit/test.h
    A test/wal/alter.result
    A test/wal/alter.test.lua
    M test/wal/lua.result
    R test/wal/lua.test
    A test/wal/lua.test.lua
    M test/wal/oom.result
    R test/wal/oom.test
    A test/wal/oom.test.lua
    M test/wal/suite.ini
    M test/wal/tarantool.cfg
    M test/wal/wal_mode.result
    R test/wal/wal_mode.test
    A test/wal/wal_mode.test.lua
    A third_party/lua-yaml/HISTORY
    A third_party/lua-yaml/LICENSE
    A third_party/lua-yaml/LICENSE.LibYAML
    A third_party/lua-yaml/README
    A third_party/lua-yaml/README.LibYAML
    A third_party/lua-yaml/TODO
    A third_party/lua-yaml/api.c
    A third_party/lua-yaml/b64.c
    A third_party/lua-yaml/b64.h
    A third_party/lua-yaml/dumper.c
    A third_party/lua-yaml/emitter.c
    A third_party/lua-yaml/loader.c
    A third_party/lua-yaml/lyaml.c
    A third_party/lua-yaml/lyaml.h
    A third_party/lua-yaml/parser.c
    A third_party/lua-yaml/reader.c
    A third_party/lua-yaml/scanner.c
    A third_party/lua-yaml/writer.c
    A third_party/lua-yaml/yaml.h
    A third_party/lua-yaml/yaml_private.h
    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
    A third_party/open_memstream.c
    A third_party/qsort_arg_mt.c
    M third_party/sptree.h

  Log Message:
  -----------
  Fix for #121 on master

(Merge remote-tracking branch 'origin/master' into gh-121-travis1)


Compare: 
https://github.com/tarantool/tarantool/compare/92f2e304b841^...4dcca147105a
_______________________________________________
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