Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Jul 27, 2016
  3. Jul 24, 2016
  4. Jul 12, 2016
    • Alexander Polcyn's avatar
      cdff92f0
    • siddharthshukla's avatar
      Make testing toolchain python 3.x compliant · 0589e533
      siddharthshukla authored
      six is necessary for making these scripts cross compatible
      between python 2.x and 3.x
      
      Changes:
      Add six to python_deps.include
      Include python_deps.include to all Dockerfile templates in test directory
      Include python_deps.include to all Dockerfile templates in stress_test directory
      Include python_deps.include to all Dockerfile templates in interop_test directory
      Replace print statements with print function calls (from futute..)
      Replace .iteritems() with .items() wherever necessary
      use six.moves to import BaseHTTPServer
      Generate new dockerfiles using generate_projects.sh
      0589e533
  5. Jul 01, 2016
    • Masood Malekghassemi's avatar
      Make running individual Python tests less painful · 3b5b2068
      Masood Malekghassemi authored
      Before this change, running Python tests individually required
      building a tox environment via the run_tests script and then specifying
      long environment variables to filter out just the test we wanted to run
      (and then we wouldn't be able to get the output on interrupt, nor would
      we have an easy way of determining the PID of the process for debugger
      attachment). Now invoking the build_python.sh script creates a workable
      python virtual environment that includes all necessary libraries and
      tests (s.t. running a single test is now possible by just knowing the
      module name). This does not change existing supported means of running
      tests (e.g. through run_tests.py).
      
      An additional way of running individual tests has been introduced.
      Following invocation of `./tools/run_tests/build_python.sh` (or
      run_tests.py), one may invoke
      
        ./$VENV/bin/python -m $TEST_MODULE_NAME
      
      and acquire a single running process that *is* the test process (rather
      than a parent of the process). $VENV is the virtual environment name
      specified to `build_python.sh` (defaults to `py27`) and
      $TEST_MODULE_NAME is what it says on the tin.
      3b5b2068
  6. Jun 28, 2016
  7. Jun 22, 2016
  8. Jun 17, 2016
  9. Jun 16, 2016
  10. Jun 08, 2016
  11. May 18, 2016
  12. May 06, 2016
  13. May 04, 2016
  14. Apr 28, 2016
  15. Apr 26, 2016
  16. Apr 21, 2016
  17. Mar 31, 2016
  18. Mar 14, 2016
  19. Mar 04, 2016
  20. Feb 19, 2016
  21. Feb 10, 2016
  22. Feb 08, 2016
  23. Feb 02, 2016
  24. Jan 20, 2016
  25. Jan 15, 2016
  26. Jan 14, 2016
  27. Jan 07, 2016
  28. Jan 06, 2016
  29. Dec 11, 2015
  30. Dec 10, 2015
  31. Dec 08, 2015
  32. Dec 04, 2015
Loading