Skip to content
Snippets Groups Projects
  1. Jan 14, 2011
  2. Jan 13, 2011
  3. Jan 12, 2011
  4. Dec 31, 2010
    • Konstantin Osipov's avatar
      Test-runner: support for SQL. · 7ff8c17a
      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.
      7ff8c17a
  5. Dec 30, 2010
    • Roman Tokarev's avatar
    • Roman Tokarev's avatar
      Merge branch 'core-config-reread' · 0b5aba19
      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
      0b5aba19
    • Roman Tokarev's avatar
      [core] rename · 8f712fec
      Roman Tokarev authored
      	chkconfig -> check_config
      	mod_reloadconfig -> mod_reload_config
      8f712fec
    • Roman Tokarev's avatar
      [core] fix tipo in va_end · 977bddd4
      Roman Tokarev authored
      977bddd4
  6. Dec 29, 2010
  7. Dec 27, 2010
  8. Dec 23, 2010
  9. Dec 22, 2010
  10. Dec 20, 2010
  11. Dec 17, 2010
Loading