Skip to content
Snippets Groups Projects
  1. Apr 25, 2012
  2. Feb 22, 2012
  3. Dec 07, 2011
  4. Feb 27, 2011
  5. 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
  6. Dec 09, 2010
  7. Dec 02, 2010
  8. Dec 01, 2010
  9. Nov 24, 2010
  10. Nov 16, 2010
  11. Nov 15, 2010
  12. Nov 11, 2010
  13. Nov 03, 2010
  14. Nov 02, 2010
  15. Oct 14, 2010
  16. Oct 12, 2010
  17. Sep 09, 2010
  18. Sep 08, 2010
Loading