- Sep 23, 2013
-
-
Konstantin Osipov authored
Provide open_memstream() implementation for system which miss it (Mac OS X).
-
- Sep 20, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/box/alter_limits.test.lua
-
Konstantin Osipov authored
-
- Sep 19, 2013
-
-
Konstantin Osipov authored
When looking for the next xlog to recover from, take into account gaps in LSNs which may occur due to wal_write() failures. Add test coverage for create/drop space and error injections. Add cleanup to alter_limits.test
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Conflicts: src/lua/init.cc test/box/fiber.result test/box/fiber.test
-
https://github.com/tarantool/tarantool/issues/33Konstantin Osipov authored
Fix a crash when box.fiber.find() is called with no arguments. Add a check for empty Lua stack. Add a test.
-
- Sep 16, 2013
-
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
2. modify errmsg 3. rewrite Lua - check_type 4. Move try-except importerror to test_suite file
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
-
- Sep 15, 2013
-
-
Konstantin Osipov authored
Conflicts: client/tarantool/tc_cli.c
-
Konstantin Osipov authored
Conflicts: client/tarantool/tc.c
-
Konstantin Osipov authored
Conflicts: client/tarantool/tc.c
-
Konstantin Osipov authored
-
- Sep 13, 2013
-
-
Eugine Blikh authored
-
Eugine Blikh authored
-
Eugine Blikh authored
Move test files to new format of box_connection output (yaml-like). Move stat test to LUA. We may move reconfigure.test(??) and sql test to LUA, i suppose
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Eugine Blikh authored
Add first support of python backend for TT. Still need to add support of error code (now it return 0 everytime)
-
- Sep 12, 2013
-
-
Konstantin Osipov authored
Implement tuple validation when building a new index. This introduces such checks as for field type, presence of a field, etc. in all tuples added to the new index. Add error code ER_INDEX_ARITY, update tests. Add a check that the primary key is always unique. Test unique -> non-unique transition.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Debug index:alter(). Add tests for changes in index id, name, type, unique/not unique. Make box.space[i].index[j] output yaml-parsable (- idx: index 0 parsing problem).
-
Konstantin Osipov authored
Cover basics of CREATE INDEX. Add support for index names. Maintain index names in Lua.
-