Branch: refs/heads/ft-new-ut
Home: https://github.com/mailru/tarantool
Commit: d6d4bb7d0afd785efa3c08b4f2c4f6bb481a0470
https://github.com/mailru/tarantool/commit/d6d4bb7d0afd785efa3c08b4f2c4f6bb481a0470
Author: Eugine Blikh <[email protected]>
Date: 2013-06-18 (Tue, 18 Jun 2013)
Changed paths:
A test/repl-mem/cfg/master.cfg
A test/repl-mem/cfg/replica.cfg
A test/repl-mem/repl.result
A test/repl-mem/repl.test
A test/repl-mem/suite.ini
Log Message:
-----------
added first memcached-replication test
Commit: 21fe2ac583184cd1461b0dce50b8a26db0b80a1e
https://github.com/mailru/tarantool/commit/21fe2ac583184cd1461b0dce50b8a26db0b80a1e
Author: Eugine Blikh <[email protected]>
Date: 2013-06-18 (Tue, 18 Jun 2013)
Changed paths:
A test/memcached/cfg/master.cfg
A test/memcached/cfg/replica.cfg
A test/memcached/cfg/tarantool_memcached_bad.cfg
A test/memcached/cfg/tarantool_memcached_off.cfg
M test/memcached/off.test
A test/memcached/replication.result
A test/memcached/replication.test
M test/memcached/suite.ini
R test/memcached/tarantool.cfg
R test/memcached/tarantool_memcached_bad.cfg
R test/memcached/tarantool_memcached_off.cfg
R test/repl-mem/cfg/master.cfg
R test/repl-mem/cfg/replica.cfg
R test/repl-mem/repl.result
R test/repl-mem/repl.test
R test/repl-mem/suite.ini
Log Message:
-----------
1. Move test to memcached folder
2. Add expiration tests
3. Move tnt-memcache configs to cfg folder
Commit: 15bf3a9fc5cd25119b25a937c1645d4d2b18238b
https://github.com/mailru/tarantool/commit/15bf3a9fc5cd25119b25a937c1645d4d2b18238b
Author: Eugine Blikh <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
R test/memcached/cfg/replica.cfg
R test/memcached/replication.result
R test/memcached/replication.test
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/memcached.result
A test/replication/memcached.test
Log Message:
-----------
1. Restructuring memcached/replication -> replication/memcached
2. Delete raw sleeps from replication-memcached test
3. Add check, that replica expires even when it becomes master
Commit: 13e126f9cd5abd42fac3664f738e2189df173bea
https://github.com/mailru/tarantool/commit/13e126f9cd5abd42fac3664f738e2189df173bea
Author: Eugine Blikh <[email protected]>
Date: 2013-06-19 (Wed, 19 Jun 2013)
Changed paths:
M test/replication/cfg/hot_standby.cfg
M test/replication/consistent.result
M test/replication/memcached.test
Log Message:
-----------
Fixes int replication/memcached test:
1. Not waiting for flush_all
2. Delete redundant time.sleep() and wait()'s
3. Fix for cfg files
Commit: e5553c6566fb7502adec7ac48d2db9f5dbed4202
https://github.com/mailru/tarantool/commit/e5553c6566fb7502adec7ac48d2db9f5dbed4202
Author: Eugine Blikh <[email protected]>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
Fix notes from CR of k.osipov:
1. sleep(0.1) -> sleep(0.01)
2. _server -> serv, _replica -> _repl.
Commit: 9c7b903b78cfd98a910c65ba0be0005d427d6ffd
https://github.com/mailru/tarantool/commit/9c7b903b78cfd98a910c65ba0be0005d427d6ffd
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
Remove trailing space.
Commit: 8ef75d7415783e4a104b741ce9e9e20d5eeca4ef
https://github.com/mailru/tarantool/commit/8ef75d7415783e4a104b741ce9e9e20d5eeca4ef
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M .gitignore
M test/lib/server.py
M test/lib/tarantool_server.py
M test/lib/test_suite.py
M test/lib/unittest_server.py
Log Message:
-----------
Minor cleanups of the new unit test runner.
Remove trailing spaces. Get rid of an unused method.
Commit: 7cdbcc54a407d552b41b535cf65282faad919cc7
https://github.com/mailru/tarantool/commit/7cdbcc54a407d552b41b535cf65282faad919cc7
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
A test/memcached/cfg/master.cfg
A test/memcached/cfg/tarantool_memcached_bad.cfg
A test/memcached/cfg/tarantool_memcached_off.cfg
M test/memcached/off.test
M test/memcached/suite.ini
R test/memcached/tarantool.cfg
R test/memcached/tarantool_memcached_bad.cfg
R test/memcached/tarantool_memcached_off.cfg
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
A test/replication/memcached.result
A test/replication/memcached.test
Log Message:
-----------
Merge branch 'stable' into ft-new-ut
Commit: 03f4de55e2bcd5ec3bd8e343d25330a649efd76c
https://github.com/mailru/tarantool/commit/03f4de55e2bcd5ec3bd8e343d25330a649efd76c
Author: Konstantin Osipov <[email protected]>
Date: 2013-06-26 (Wed, 26 Jun 2013)
Changed paths:
M test/replication/memcached.test
Log Message:
-----------
A post-merge fix (new server driver class name).
Compare: https://github.com/mailru/tarantool/compare/f2d4ac1cf20f...03f4de55e2bc
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp