- Feb 07, 2011
-
-
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
-
- 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.
-
Konstantin Osipov authored
Colored client prompt didn't work well with readline history feature. Remove the lame implementation of prompt color.
-
Konstantin Osipov authored
Change double quotes to single quotes for string constants. In ANSI SQL double quotes are used to quote identifiers, not constants. I used double quotes initially since they are allowed in MySQL.
-
- Jan 17, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Rename check_config to check-config. Update option help message.
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
- Jan 14, 2011
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Test runner: extend test coverage. Allow non-positive numbers in the grammar.
-
Konstantin Osipov authored
-
Yuriy Vostrikov authored
-
Konstantin Osipov authored
Add basic support for UPDATE SQL statement. Simplify code.
-
- Jan 13, 2011
-
-
Konstantin Osipov authored
Implement and test a basic DELETE sql command.
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
Konstantin Osipov authored
Test-runner: fix a typo in a help message (test-run.py)
-
Yuriy Vostrikov authored
-
Konstantin Osipov authored
Do not try to start gdb if do not know how to do it.
-
Konstantin Osipov authored
Implement test-runner options that allows to put vardir in /dev/shm.
-
Yuriy Vostrikov authored
-
Yuriy Vostrikov authored
-
- Jan 12, 2011
-
-
Konstantin Osipov authored
Test runner: use spaces to align test results.
-
Konstantin Osipov authored
-
- Dec 31, 2010
-
-
Konstantin Osipov authored
Implement a basic SQL parser. Implement SQL statements: INSERT, UPDATE, DELETE, PING. Add a test case that tests INSERT/SELECT/DELETE. Other changes: Remove support for result-prefix from admin.py Rename admin.py to tarantool (tarantool client). Add readline support to tarantool client. Make sql.g and sql.py independent from yapps Add gdb support to ./test-run Disable all optimizations when compiling with DEBUG. Fix a few bugs discovered by trial and error in silverbox protocol description. Add automatic reconnection in case of server disconnect to test connections. This is used to automatically reconnect to the server after server restart or reinstall. Implement soft and hard (with and without removal of vardir) server restart. Make show.test results independent from other tests (data I/O skews statistics, and there is no way to reset it without restarting the server). Add TCP_NODELAY to fiber sockets.
-
- Dec 30, 2010
-
-
Roman Tokarev authored
-
Roman Tokarev authored
* core-config-reread: [core] rename chkconfig -> check_config mod_reloadconfig -> mod_reload_config [core] fix tipo in va_end [core] do va_end at the end of tbuf_vprintf [box] add more tests for config reloading [box] add 'ro' and 'required' modificators for namespaces and their subarrays indent [box] add tests for config reloading [box, feeder] add 'ro' and 'required' attributes [core] format 'reload configuration' command answer [core] print CRLF in config related logs [core] update confetti [core] remove unused config file open [box] update tests [core] update confetti [core] chkconfig: return 1 in case of bad config [core] add more checks during config reloading [core] fix tbuf_vprintf [core] dup config before config reloading [core] add chkconfig add 'reload configuration' command for admin console
-
Roman Tokarev authored
chkconfig -> check_config mod_reloadconfig -> mod_reload_config
-
Roman Tokarev authored
-
- Dec 29, 2010
-
-
Roman Tokarev authored
-