- Feb 25, 2011
-
-
Konstantin Osipov authored
-
- Feb 24, 2011
-
-
Konstantin Osipov authored
Make 'make test' goal operational on hosts with old python or python somewhere else than /usr/bin.
-
Konstantin Osipov authored
Correct a regexp pattern in test suppression filter to work in a more modern version of python. In the new python \S matches '"', and the test output is different compared to the recorded one.
-
Konstantin Osipov authored
Adjust regexp pattern in one of the tests that started to fail after an increment in version number.
-
Konstantin Osipov authored
Start the next development milestone.
-
- Feb 22, 2011
-
-
Konstantin Osipov authored
Add the simplest CPack configuration for 'make package' and 'make package_source' targets. Add an empty snapshot to revision control to use in 'make package' and thus spare the user from the need to do --init-storage. Modify args.test to accept a bare (no git version) version number, and thus ensure the user from a yet another call before he/she can start work/play around.
-
- Feb 21, 2011
-
-
https://bugs.launchpad.net/bugs/722647Yuriy Vostrikov authored
"qsort implementation fails to sort arrays greater 4GB"
-
Konstantin Osipov authored
Bug#712447 "Valgrind reports use of not initialized memory after 'reload configuration' Bug#695689 "'save snapshot' does not report error when it occurs" Bug#686411 "Possible data loss when renaming a snapshot"
-
Konstantin Osipov authored
Document the coding style in use. Quote Linux Kernel coding style as the basis. Add Tarantool-specific extensions.
-
- Feb 17, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add a pre-recorded snapshot to the test coverage, one that contains 500 records. Verify that we can start from it.
-
Konstantin Osipov authored
Rename a test file to avoid shell escapes, align a comment, modify ./test-run defaults to follow the new build layout.
-
Konstantin Osipov authored
Generalize CMake build scripts to be able to easily add new modules (such as box or feeder). Move prscfg.{h,c} (confetti general library and header) from third_party/confetti/ to cfg/ to simplify the build. Update configuration file templates and parsing code to use the new confetti. Rename cfg/tarantool_cfg.h to cfg/warning.h, to be able to reuse it in warning.c. Update tests. Note: tarantool_feeder is now built in mod/feeder; tarantool_silverbox is built in mod/silverbox. Modify .gitignore accordingly.
-
Roman Tokarev authored
-
Roman Tokarev authored
-
Roman Tokarev authored
-
- Feb 16, 2011
-
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
- Feb 14, 2011
-
-
Roman Tokarev authored
-
Roman Tokarev authored
Addition of required configuration file options broke backward compatibility (https://bugs.launchpad.net/bugs/708685) Use the new version of confetti that allows to determine whether array element is initialized.
-
- Feb 11, 2011
-
-
Konstantin Osipov authored
Specify the type of op_code parameter of UPDATE operation.
-
- Feb 10, 2011
-
-
Konstantin Osipov authored
Test runner: improve cleanup when installing a new server (remove more old stuff). Do not leave around a .reject file if there are valgrind errors only (it's useless).
-
- Feb 09, 2011
-
-
Konstantin Osipov authored
Update help messages, add comments, add more checks, fix minor bugs.
-
- Feb 07, 2011
-
-
Konstantin Osipov authored
Conflicts: test/lib/tarantool_silverbox_server.py test/lib/test_suite.py
-
Konstantin Osipov authored
A post-push fix for Bug#712456, use namespace_count instead of nelem(namespace) to find out the number of pre-allocated namespaces, 'namespace' is a pointer after all.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a bug in show fiber output (it's used to not print out carriage return, and that drove the test tool mad).
-
Konstantin Osipov authored
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
Konstantin Osipov authored
Conflicts: README
-
- Feb 04, 2011
-
-
Konstantin Osipov authored
Use CMake to: - Compile tarantool_silverbox, tarantool_feeder. - enable ./test-run testing out-of-source - implement Debug/Release configurations - add ENABLE_BACKTRACE ENABLE_TRACE and HAVE_BFD switches - support auto-generated targets
-
- Feb 03, 2011
-
-
Roman Tokarev authored
-
Roman Tokarev authored
-
Roman Tokarev authored
-
- Jan 28, 2011
-
-
Yuriy Vostrikov authored
-
- Jan 27, 2011
-
-
Yuriy Vostrikov authored
-
- Jan 24, 2011
-
-
Yuriy Vostrikov authored
-
- Jan 19, 2011
-
-
Konstantin Osipov authored
Add 'reload configuration' to the list of administrative commands of tarantool command line client.
-