- Sep 13, 2013
-
-
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
-
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 10, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix memory leaks this test has revealed.
-
Konstantin Osipov authored
-
- Sep 09, 2013
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Sep 08, 2013
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
* sys/prctl.h can be found only on Linux, but cmake recognizes Debian/kFreeBSD as Linux. * extern "C" for TIMEOUT_INFINITY (it is used in plugins)
-
- Sep 07, 2013
-
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 06, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add basic tests for space DDL, fix bugs the test coverage has revealed.
-
Eugine Blikh authored
-
- Sep 05, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Konstantin Osipov authored
Conflicts: test/box/net.box.result Fix race condition in session.test.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Modify 'space' object contents when altering it, rather than create a new Lua table. In Lua, when saving a copy of a table in a local variable a shallow copy is saved, in other words, table variables initialized from each other share state. Make use of this feature in the following scenario: space = box.schema.create_space() space:create_index() -- modifies box.space[id] which 'space' is a shared ptr to space.index[0] - great, space.index[0] has the added index.
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- implement support for space names - add space invalidation to Lua - implement create_space, create_index helper functions.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Sep 04, 2013
-
-
Eugine Blikh authored
Fix session and bad_trigger test Fix output (remove garbage, fix whe interrupted by exceptions) Add list of broken tests when tests are run with "./test-run.py --force" flag (make test-force)
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-