- Jun 27, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Jun 26, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't drop entire vardir on test suite start, it may have symlinks, configuration files, etc. - useful for debugging.
-
Eugine Blikh authored
1) Temporary result files weren't deleted, if test's skipcond failed. 2) Vardir is removed when tests started. 3) Sort tests and test-suites by name 4) Added cleanup to box/lua.test
-
Eugine Blikh authored
* memcached/expirations.test * memcached/flush-all.test * replication/memcached.test
-
Roman Tsisyk authored
Conflicts: third_party/luajit
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Conflicts: src/box/box_lua.cc test/box/lua.result third_party/luajit
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Conflicts: .gitignore test/lib/test_suite.py test/unit/CMakeLists.txt third_party/luajit
-
Konstantin Osipov authored
Conflicts: third_party/luajit
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove trailing spaces. Get rid of an unused method.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 25, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
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
-
Konstantin Osipov authored
Don't use palloc()/ptruncate() in box_lua.cc. This is a pre-requisite patch for tuple-format. tuple:transform() method remains to be fixed in a separate patch.
-
- Jun 24, 2013
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
-
Roman Tsisyk authored
-
- Jun 23, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
- make the test suite actually paste - remove the ugly copy-paste
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Use an existing method to pack a key into a tbuf. @todo: switch to using a list of keys instead of a buffer for expire.
-