- Oct 25, 2013
-
-
Roman Tsisyk authored
-
- Oct 18, 2013
-
-
Roman Tsisyk authored
-
- Oct 17, 2013
-
-
Roman Tsisyk authored
-
- Oct 11, 2013
-
-
Dmitry Simonenko authored
-
- Oct 07, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Sep 27, 2013
-
-
Konstantin Osipov authored
Tuples are got a big bigger with shared-arena patch (4 bytes per tuple overhead). So we exhaust the current arena in out-of-memory test a bit faster than before.
-
- Sep 26, 2013
-
- Sep 23, 2013
-
-
Konstantin Osipov authored
A copy-paste implementation of print(64 bit number) used to add an extra newline at the end of printed string.
-
- Sep 19, 2013
-
-
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.
-
- Aug 12, 2013
-
-
Eugine Blikh authored
-
- Jul 29, 2013
-
-
Eugine Blikh authored
-
- Jul 11, 2013
-
-
Konstantin Osipov authored
https://bugs.launchpad.net/tarantool/+bug/1200228 Remove the regression I introduced when trying to be to smart when comparing integer numbers. Numeric comparison is not memcmp compatible on x86, and I don't know what I was smoking when I wrote a test which proved it wrong.
-
Roman Tsisyk authored
-
- Jul 08, 2013
-
-
Roman Tsisyk authored
-
- Jul 05, 2013
-
-
Konstantin Osipov authored
-
- Jul 03, 2013
-
-
Konstantin Osipov authored
Move struct key_def into an own header. Rename key_def methods to follow the coding style. Rename field_data_type to field_type. Instead of panicking on key_def initialization error, throw an exception.
-
Roman Tsisyk authored
-
- Jul 02, 2013
-
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The allocator consists of a common slab cache, region and slab allocators. The patch provides unit tests. It also modifies rlist_shift to be more in line with the rest of rlist functions.
-
Roman Tsisyk authored
-
- Jul 01, 2013
-
-
Eugine Blikh authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Jun 28, 2013
-
-
Roman Tsisyk authored
-
- Jun 27, 2013
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Derive some tests for multipart HASH indexes from the original implementation by A. Demakov before dropping the branch.
-
- Jun 26, 2013
-
-
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
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
-