Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
    • Konstantin Osipov's avatar
      Test-runner: more coverage. · df298cad
      Konstantin Osipov authored
      Add coverage for (almost) all admin options.
      @todo: test 'exit'
      
      Add coverage for more test options.
      Make test results more host-independent.
      
      Extend lib/test_suite.py: if we filtered out
      entire line from the result, don't write newline
      to the result file.
      df298cad
  2. Dec 16, 2010
    • Konstantin Osipov's avatar
      Merge remote branch 'origin/test-runner' into test-runner · 9db2803c
      Konstantin Osipov authored
      Conflicts:
      	doc/silverbox-protocol.txt
      9db2803c
    • Konstantin Osipov's avatar
      Test-runner: tests in Python dialect · 87bd27a3
      Konstantin Osipov authored
      Split results from .test files into
      .result files. Make each individual test a
      small python program, which is executed from the context
      of the main interpreter. This allows for easy access to
      interpreter environment, such as the currently running
      server.
      
      Implement a pre-processor for .test files that replaces
      
      exec admin <expr>
      and
      exec sql <expr>
      
      with python syntax that actually sends string <expr>
      to tarantool server connection (lib.admin.Connection), and
      prints output to stdout (i.e. .reject file).
      
      Implement stdout filters, for use in .test files:
      this enables testing of statement that produce
      run-dependent or host-dependent results.
      
      Remove 'cmd' suite as unnecessary, args.test is moved
      to box.suite. @todo: make results of the test host-independent.
      
      Fix a bug in lib.admin.Connection (administrative connection)
      when it would block and indefinitely wait for response for
      some administrative commands.
      87bd27a3
  3. Dec 14, 2010
    • Konstantin Osipov's avatar
      Test-runner: next increment. · 53cb9701
      Konstantin Osipov authored
      Add test/lib/ for python modules.
      Create the first module that implements
      admin connection.
      Automatically read host and port
      and pidfile from tarantool configuration
      file, and thus remove them from suite.ini.
      Change .gitignore and remove a too
      broad ignore mask (it ignored __init__.py,
      which is mandatory file name for a module
      in python).
      Fix a bug in config reader for tarantool
      that would leave "box.pid" in quotes.
      Move TestSuite and Test to a lib/ module.
      Patch cmdline.py and ./admin.py to
      read input in line-buffered fashion (used
      to be block-buffered), regardless of whether
      input is a terminal or a pipe. This allows to
      work with these tools interactively.
      53cb9701
  4. Dec 13, 2010
  5. Dec 10, 2010
    • Konstantin Osipov's avatar
      Merge branch 'master' into test-runner · cf9cc2df
      Konstantin Osipov authored
      cf9cc2df
    • Konstantin Osipov's avatar
      Test runner: add tests for command line arguments. · 44f5399b
      Konstantin Osipov authored
      Add a new test suite, cmd. Add a new driver for this
      suite, cmdline.py. This driver reads arguments from the test,
      and executes the server with these arguments. Server output
      is passed on as test result.
      
      @todo: It's not necessary to start/stop the server
      for 'cmd' suite. Will be fixed when how to start/stop
      server is defined in suite.ini (we'll then be
      able to define a no-op start/stop routines).
      @todo tarantool_silverbox output is hard to auto-verify
      since it contains the current time and process id.
      Either implement a way to mask out pieces of output
      from the result file (preferrable), or change
      tarantool to not output volatile data.
      
      test-run.py modified: we now can preprocess suite.ini
      "client" parameters, and substitute $constants in them,
      e.g. $server.
      
      @todo: provide ability to substitute $constants in .test
      files as well.
      44f5399b
  6. Dec 09, 2010
  7. Dec 08, 2010
  8. Dec 07, 2010
  9. Dec 06, 2010
  10. Dec 03, 2010
  11. Dec 02, 2010
  12. Dec 01, 2010
  13. Nov 26, 2010
Loading