Branch: refs/heads/refactoring-python-preprocessor
  Home:   https://github.com/mailru/tarantool

  Commit: ba46ef9740e2fcd4e5f0ee99c26084961f2f4f5c
      
https://github.com/mailru/tarantool/commit/ba46ef9740e2fcd4e5f0ee99c26084961f2f4f5c
  Author: Konstantin Shulgin <[email protected]>
  Date:   2011-07-13 (Wed, 13 Jul 2011)

  Changed paths:
    M test/box/snapshot.test
  M test/box_memcached/cas.result
  M test/box_memcached/cas.test
  M test/box_memcached/expirations.test
  M test/box_memcached/flags.result
  M test/box_memcached/flags.test
  M test/box_memcached/flush-all.test
  M test/box_memcached/getset.test
  M test/box_memcached/multiversioning.result
  M test/box_memcached/multiversioning.test
  M test/box_memcached/noreply.result
  M test/box_memcached/noreply.test
  M test/box_replication/consistent.test
  M test/box_replication/hot_standby.test
  M test/box_replication/swap.test
  M test/lib/admin_connection.py
  M test/lib/memcached_connection.py
  M test/lib/tarantool_box_server.py
  M test/lib/tarantool_connection.py
  M test/lib/tarantool_preprocessor.py
  M test/lib/tarantool_server.py

  Log Message:
  -----------
  Refactoring: 'refactoring-python-preprocessor':

tarantool preprocessor routine was changed:
 - Now 'exec obj ...' command will translate to obj.execute(...);
 - New command 'send' and 'recv' was added. 'send obj ...' and 'recv obj
   ...' will translate to 'obj.send(...)' and 'obj.recv(...)'
   respectively;
 - New command modifiers 'silent' and 'verbose' was added. Verbose
   (silent = False) value is default.

Tests - box, box_big, box_memcached, box_replication was updated.



_______________________________________________
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