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.
Showing
- test/box/snapshot.test 2 additions, 1 deletiontest/box/snapshot.test
- test/box_memcached/cas.result 3 additions, 12 deletionstest/box_memcached/cas.result
- test/box_memcached/cas.test 23 additions, 15 deletionstest/box_memcached/cas.test
- test/box_memcached/expirations.test 3 additions, 3 deletionstest/box_memcached/expirations.test
- test/box_memcached/flags.result 0 additions, 6 deletionstest/box_memcached/flags.result
- test/box_memcached/flags.test 1 addition, 1 deletiontest/box_memcached/flags.test
- test/box_memcached/flush-all.test 1 addition, 1 deletiontest/box_memcached/flush-all.test
- test/box_memcached/getset.test 4 additions, 4 deletionstest/box_memcached/getset.test
- test/box_memcached/multiversioning.result 2 additions, 1 deletiontest/box_memcached/multiversioning.result
- test/box_memcached/multiversioning.test 7 additions, 6 deletionstest/box_memcached/multiversioning.test
- test/box_memcached/noreply.result 1 addition, 6 deletionstest/box_memcached/noreply.result
- test/box_memcached/noreply.test 6 additions, 2 deletionstest/box_memcached/noreply.test
- test/box_replication/consistent.test 4 additions, 2 deletionstest/box_replication/consistent.test
- test/box_replication/hot_standby.test 10 additions, 6 deletionstest/box_replication/hot_standby.test
- test/box_replication/swap.test 4 additions, 2 deletionstest/box_replication/swap.test
- test/lib/admin_connection.py 6 additions, 3 deletionstest/lib/admin_connection.py
- test/lib/memcached_connection.py 2 additions, 7 deletionstest/lib/memcached_connection.py
- test/lib/tarantool_box_server.py 1 addition, 1 deletiontest/lib/tarantool_box_server.py
- test/lib/tarantool_connection.py 0 additions, 23 deletionstest/lib/tarantool_connection.py
- test/lib/tarantool_preprocessor.py 107 additions, 15 deletionstest/lib/tarantool_preprocessor.py
Loading
Please register or sign in to comment