- Jul 02, 2013
-
-
Roman Tsisyk authored
-
- Jun 28, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Eugine Blikh authored
* Implementing LUA printer (https://blueprints.launchpad.net/tarantool/+spec/tc-lua-printer) * Moving xlog printer code into tc_print_xlog.{c,h}, leaving basic printing code in tc_print.{c,h}. * Fix TC bug (https://bugs.launchpad.net/tarantool/+bug/1185746), Added support for snap print formatters. * Added temporary workaround for option (-B or --bin), that allow you to print STR instead of INT and INT64 in lua formatter. Works in "keys" and UPDATE (ASSIGN or INSERT). * Fix of stdin: add custom function for pipe instead of stdin (very slow with readline) * Fix for realloc problems 1) if size is 0, then behaviour is undefined 2) in C99 if realloc returns NULL, and size is not zero (errno == ENOMEM) input buffer of memory is needed to be freed manually. Whitepaper of POSIX standart: http://pubs.opengroup.org/onlinepubs/9699919799/functions/realloc.html * Add support of -D (--delim) argument, that sets delimiter on start of tarantool client. Also, if you "cat" .snap or .xlog files in LUA format it prints delim in end of every coomand.
-
- Jun 26, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove trailing spaces. Get rid of an unused method.
-
Konstantin Osipov authored
-
- Jun 25, 2013
-
-
Eugine Blikh authored
1. sleep(0.1) -> sleep(0.01) 2. _server -> serv, _replica -> _repl.
-
Eugine Blikh authored
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
-
- Jun 21, 2013
-
-
Eugine Blikh authored
*Add uncommited file (lib/test-suite.py) *Delete obsolete code *Refactor of TestSuite and Test code
-
Eugine Blikh authored
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"
-
- Jun 20, 2013
-
-
Eugine Blikh authored
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
-
Eugine Blikh authored
1. Not waiting for flush_all 2. Delete redundant time.sleep() and wait()'s 3. Fix for cfg files
-
- Jun 19, 2013
-
-
Eugine Blikh authored
2. Delete raw sleeps from replication-memcached test 3. Add check, that replica expires even when it becomes master
-
- Jun 18, 2013
-
-
Eugine Blikh authored
2. Add expiration tests 3. Move tnt-memcache configs to cfg folder
-
Eugine Blikh authored
-
- Jun 10, 2013
-
-
Dmitry Simonenko authored
-
- Jun 08, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't load corrupted tuples.
-
- Jun 07, 2013
-
-
Dmitry Simonenko authored
-
- Jun 06, 2013
-
-
Dmitry Simonenko authored
-
- Jun 03, 2013
-
-
Dmitry Simonenko authored
-
- May 30, 2013
-
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make the scripts work locally. Fix render bugs.
-
- May 29, 2013
-
- May 27, 2013
-
-
bigbes authored
1. Changing permissions for Charts 2. Removing old obsolete SVG charts
-
Eugine Blikh authored
1. New highcharts based charts, instead of gnuplot based svg's. 2. Added tabs and buttons for better view.
-
- May 23, 2013
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Veniamin Gvozdikov authored
fixed build with gettext [FreeBSD]: fixed static build [FreeBSD]: upgraded port [FreeBSD]: added iconv and intl only for freebsd
-
- May 22, 2013
-
-
Dmitry Simonenko authored
-