Skip to content
Snippets Groups Projects
  1. Jul 23, 2013
  2. Jul 16, 2013
  3. Jul 14, 2013
    • Eugine Blikh's avatar
      Created two types of test server, that inherit from TarantoolServer: · fa2d7e27
      Eugine Blikh authored
      1) Lua Tarantool Server, that runs plain lua code and admin server commands (separated ';\n')
      2) Python Tarantool Server, that runs old plain tests.
      Also created Two types of tests, that inherit FuncTest (Cause they're FuncTest):
      1) LuaTest -> Lua Tarantool Server
      2) PythonTest -> Python Tarantool Server
      In the future we plans to add luabench as one of Test types
      Rename all cores to appropriate names of server (now it's 'lua tarantool' and 'python tarantool')
      Prepare to remove lua prefixes (if you need to test wrong or nonimplemmented command you may run 'admin('cmd', simple=True)')
      If you want to implement new server command - add needed regexp to admin_connection.py.
      if it's fixed length command, then add it to rg1, else rg2
      fa2d7e27
  4. Dec 13, 2012
  5. Oct 20, 2012
    • Konstantin Osipov's avatar
      A grand move around of files. · fe6f2197
      Konstantin Osipov authored
      Move memcached to src/
      Make iproto.m dependend on box/*, not vice versa.
      Remove box_ prefixes from test suite names.
      Initialize networking outside of box/.
      
      This makes Box a step closer to being just a storage
      layer for Tarantool.
      
      Still some ugly deps since box/ continues to manage
      local hot standby and memcached expire (todo: move it out).
      fe6f2197
  6. Jun 28, 2012
  7. Jun 27, 2012
  8. Jun 26, 2012
  9. Apr 27, 2012
    • Konstantin Shulgin's avatar
      bug977898: · 49de2884
      Konstantin Shulgin authored
      Review changes:
        * tarantool_lua_load_startup was renamed to tarantool_lua_load_init_script;
        * TARANTOOL_LUA_STARTUP was renamed to TARANTOOL_LUA_INIT_SCRIPT;
        * init.lua int the test suite is optional now;
        * Additional comments was added.
      49de2884
  10. Apr 16, 2012
  11. Aug 22, 2011
    • Konstantin Shulgin's avatar
      feature 'master-valgrind': · 04ad86a0
      Konstantin Shulgin authored
      Core:
        - salloc_destroy was removed from tarantool_free routine
      Test environment:
        - new option 'valgrind_disabled' was added to suite.ini;
        - box/show test was renamed to box/admin test;
        - box/admin test was splited to admin adn admin_coredump tests.
      04ad86a0
  12. Aug 19, 2011
  13. Jul 19, 2011
  14. Mar 07, 2011
    • Konstantin Osipov's avatar
      Test-runner: extend the grammar to cover Bug#729758 · 7aa6cc8a
      Konstantin Osipov authored
      Allow disjunctions in SELECT WHERE clause and LIMIT
      clause in SELECT, to be able to cover the problem
      reported in Bug#729758.
      
      Fix a bug with prepare_gdb arguments (remove an extra
      space in -e option).
      
      Add a simple test for Bug#729758.
      
      The following bugs were reported in the process:
      
      Bug#729789 "Zero limit is treated the same as no limit"
      Bug#730593 "Bad data if incomplete tuple"
      Bug#730613 "SELECT with a disjunction on multiple keys returns
      matching tuples twice"
      7aa6cc8a
Loading