- Jun 25, 2013
-
-
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
-
- 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
-
Dmitry Simonenko authored
This patch needs for correct work of out-of-source builds from tarbals without .git repository within.
-
- May 21, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
autogenerate version file which can be used in case when there is no .git repository available within sources and it is crucial to properly display current version.
-
Konstantin Osipov authored
The Linux fix was broken by portability changes when porting to FreeBSD. When checking for a special case of getaddrinfo() failure, check for both, EAI_BADFLAGS and EAI_ADDRFAMILY.
-
Konstantin Osipov authored
Write the test response out even if yaml parser fails.
-
- May 17, 2013
-
-
Dmitry Simonenko authored
buffer (#16) https://github.com/mailru/tarantool/issues/16
-
Konstantin Osipov authored
Improve wording. Add links. Document bitset indexes.
-
- May 16, 2013
-
-
Konstantin Osipov authored
Document in sql.txt what's not available in sql. Document readahead better. Document box.selet_limit(). Cross-reference the data model and iterator description. Document in SAVE SNAPSHOT that a snapshot can be taken on SIGUSR1, document what WALs can be deleted after a snapshot is taken. Improve some wording in replication. Add server-administration chapter (a stub yet). Make .tar.gz install described in the tutorial up to date with the actual .tar.gz install as of today.
-
Roman Tsisyk authored
-
- May 15, 2013
-
-
Konstantin Osipov authored
Document bind_ipaddr (lp:bug#1032240). Separate triggers into an own section. Clarify that the network now is fully asynchronous. Clarify how atomicity works in stored procedures. Provide an overview of possible operations in the data model. Add a stub for system-specific installation notes. Fix all references to be stable between builds of the manual, so that an external link to, say, memcached-protocol stays valid over time.
-
- May 08, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
* Make tarantool --play to understand user specified limits. * Remove --catin, use -cat - instead.
-
- May 07, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- May 04, 2013
-
-
Konstantin Osipov authored
-