Skip to content
Snippets Groups Projects
  1. Jun 26, 2013
  2. Jun 25, 2013
  3. Jun 24, 2013
  4. Jun 23, 2013
  5. 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
  6. 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
  7. Jun 20, 2013
Loading