Skip to content
Snippets Groups Projects
  1. Jul 03, 2013
  2. Jul 02, 2013
  3. Jul 01, 2013
  4. Jun 28, 2013
  5. Jun 27, 2013
  6. Jun 26, 2013
  7. Jun 25, 2013
  8. Jun 24, 2013
  9. Jun 23, 2013
  10. Jun 22, 2013
    • Konstantin Osipov's avatar
      key-validate: review fixes · 9f11c4a8
      Konstantin Osipov authored
      - introduce primary_key_validate
      - make asserts follow the coding style
      - the original patch introduced a regression
      in the error message when using a multi-part
      key in update/delete: since, in the original patch,
      key_validate was invoked before primary-key validation,
      the error message changed to a less suitable one. Remove
      this.
      - an assert that something is not NULL is useless noise,
      since a few lines down there's definitely going to be
      NULL pointer dereference.
      9f11c4a8
  11. 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
    • Roman Tsisyk's avatar
      ad162833
    • 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
  12. Jun 20, 2013
    • Konstantin Osipov's avatar
      Move util.h, config.h, plugin.h to include/tarantool · 5ccaba82
      Konstantin Osipov authored
      Rename tarantool_pthread.h to tt_pthread.h
      
      This is a pre-requisite for addition of Perl stored procedures.
      5ccaba82
    • 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
Loading