Skip to content
Snippets Groups Projects
  1. Jul 02, 2013
  2. Jun 28, 2013
  3. Jun 26, 2013
  4. Jun 25, 2013
  5. Jun 21, 2013
    • Eugine Blikh's avatar
      Write Unit-Test backend for Tarantool testing system: · ce85c7aa
      Eugine Blikh authored
      *Add uncommited file (lib/test-suite.py)
      
      *Delete obsolete code
      
      *Refactor of TestSuite and Test code
      ce85c7aa
    • Eugine Blikh's avatar
      Write Unit-Test backend for Tarantool testing system: · bd7269ee
      Eugine Blikh authored
      In the first place Tarantool has only one kind of test - functional testing.
      But, when system began to grow, and each component (inside it) is needed to be tested thoroughly.
      
      * 	Added support of UnitTest without creating of *.test file, that contains "run_test("*")"
      	(Added UnitTest(Test) in the unittest_server.py, FuncTest(Test) in the tarantool_server.py.
      	Now, when we search for tests we tell server to search them, and when we want to execute all
      	tests TestSuite runs `execute` method of specific Test subclass)
      
      * 	Fix of bug, that throwing OSError exception, when running by "python test-run.py",
      	instead of "./test-run.py"
      bd7269ee
  6. Jun 20, 2013
    • Eugine Blikh's avatar
      Refactoring of Testing System: · fafee7bc
      Eugine Blikh authored
      1) Delete TarantoolServer class, delegate it's behaviour to TarantoolBoxServer and rename it to TarantoolBox
      2) Delete 'module' from .ini file (Not needed anymore, cause of Tarantool/Box is now Tarantool and it has only one backend.
      3) Refactoring of code respectivly for changes in 1, 2
      fafee7bc
    • Eugine Blikh's avatar
      Fixes int replication/memcached test: · 13e126f9
      Eugine Blikh authored
      1. Not waiting for flush_all
      2. Delete redundant time.sleep() and wait()'s
      3. Fix for cfg files
      13e126f9
  7. Jun 19, 2013
  8. Jun 18, 2013
  9. Jun 10, 2013
  10. Jun 08, 2013
  11. Jun 07, 2013
  12. Jun 06, 2013
  13. Jun 03, 2013
  14. May 30, 2013
  15. May 29, 2013
  16. May 27, 2013
  17. May 23, 2013
  18. May 22, 2013
Loading