Branch: refs/heads/stable
Home: https://github.com/mailru/tarantool
Commit: fafee7bc62a5614f27fe6fcde08990e52c7a093f
https://github.com/mailru/tarantool/commit/fafee7bc62a5614f27fe6fcde08990e52c7a093f
Author: Eugine Blikh <[email protected]>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M test/connector_c/xlog_rpl.test
M test/lib/server.py
R test/lib/tarantool_box_server.py
M test/lib/tarantool_server.py
M test/lib/test_suite.py
M test/lib/unittest_server.py
M test/replication/consistent.test
M test/replication/hot_standby.test
M test/replication/swap.test
A test/share/tarantool.sup
R test/share/tarantool_box.sup
M test/test-run.py
M test/unit/suite.ini
Log Message:
-----------
Refactoring of Testing System:
1) Delete TarantoolServer class, delegate it's behaviour to TarantoolBoxServer
and rename it to TarantoolBox
2) Delete 'module' from .ini file (Not needed anymore, cause of Tarantool/Box
is now Tarantool and it has only one backend.
3) Refactoring of code respectivly for changes in 1, 2
Commit: bd7269ee0ba17317a8deb8e5dedd8aeb3ca9d43e
https://github.com/mailru/tarantool/commit/bd7269ee0ba17317a8deb8e5dedd8aeb3ca9d43e
Author: Eugine Blikh <[email protected]>
Date: 2013-06-21 (Fri, 21 Jun 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/lib/unittest_server.py
M test/test-run.py
R test/unit/base64.test
R test/unit/bit.result
R test/unit/bit.test
A test/unit/bit_test.result
R test/unit/bitset_basic.result
R test/unit/bitset_basic.test
A test/unit/bitset_basic_test.result
R test/unit/bitset_index.result
R test/unit/bitset_index.test
A test/unit/bitset_index_test.result
R test/unit/bitset_iterator.result
R test/unit/bitset_iterator.test
A test/unit/bitset_iterator_test.result
R test/unit/mhash.test
R test/unit/objc_catchcxx.test
R test/unit/objc_finally.test
R test/unit/queue.test
R test/unit/rlist.test
R test/unit/rope.test
R test/unit/rope_avl.test
R test/unit/rope_basic.test
R test/unit/rope_stress.test
Log Message:
-----------
Write Unit-Test backend for Tarantool testing system:
In the first place Tarantool has only one kind of test - functional testing.
But, when system began to grow, and each component (inside it) is needed to be
tested thoroughly.
* Added support of UnitTest without creating of *.test file, that
contains "run_test("*")"
(Added UnitTest(Test) in the unittest_server.py, FuncTest(Test) in the
tarantool_server.py.
Now, when we search for tests we tell server to search them, and when
we want to execute all
tests TestSuite runs `execute` method of specific Test subclass)
* Fix of bug, that throwing OSError exception, when running by "python
test-run.py",
instead of "./test-run.py"
Commit: ce85c7aabb053c320fa1950549422c645f2379c9
https://github.com/mailru/tarantool/commit/ce85c7aabb053c320fa1950549422c645f2379c9
Author: Eugine Blikh <[email protected]>
Date: 2013-06-21 (Fri, 21 Jun 2013)
Changed paths:
M test/lib/tarantool_server.py
M test/lib/test_suite.py
M test/lib/unittest_server.py
M test/unit/suite.ini
Log Message:
-----------
Write Unit-Test backend for Tarantool testing system:
*Add uncommited file (lib/test-suite.py)
*Delete obsolete code
*Refactor of TestSuite and Test code
Commit: f2d4ac1cf20f1de07e068bc174c29ba4c661767d
https://github.com/mailru/tarantool/commit/f2d4ac1cf20f1de07e068bc174c29ba4c661767d
Author: Eugine Blikh <[email protected]>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M .gitignore
M test/lib/unittest_server.py
M test/test-run.py
M test/unit/CMakeLists.txt
A test/unit/bit.result
R test/unit/bit_test.result
A test/unit/bitset_basic.result
R test/unit/bitset_basic_test.result
A test/unit/bitset_index.result
R test/unit/bitset_index_test.result
A test/unit/bitset_iterator.result
R test/unit/bitset_iterator_test.result
Log Message:
-----------
1. Building unit tests to *.test -> now binaries for UT must meet regexp
"[a-zA-Z0-9_].test"
2. Refactor find_tests code
3. Rewrite and Add comment for chdir(base) (test_run.py:145)
4. Rewrite .gitignore file for new name of unit tests
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/9c7b903b78cf...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