- Aug 17, 2016
-
-
Adele Zhou authored
-
- Jul 27, 2016
-
-
Stanley Cheung authored
-
- Jul 24, 2016
-
-
Stanley Cheung authored
-
- Jul 12, 2016
-
-
Alexander Polcyn authored
-
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
-
- Jul 01, 2016
-
-
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.
-
- Jun 28, 2016
-
-
murgatroid99 authored
-
- Jun 22, 2016
-
-
Jan Tattermusch authored
-
David Garcia Quintas authored
-
David Garcia Quintas authored
-
- Jun 17, 2016
-
-
Stanley Cheung authored
-
- Jun 16, 2016
-
-
murgatroid99 authored
-
- Jun 08, 2016
-
-
Ken Payson authored
-
- May 18, 2016
-
-
Ken Payson authored
-
- May 06, 2016
-
-
David Garcia Quintas authored
Also added some defense in depth for compression algorithms in the receive path.
-
- May 04, 2016
-
-
Jan Tattermusch authored
-
- Apr 28, 2016
-
-
Jan Tattermusch authored
-
- Apr 26, 2016
-
-
Ken Payson authored
-
- Apr 21, 2016
-
-
murgatroid99 authored
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 14, 2016
-
-
Adele Zhou authored
-
- Mar 04, 2016
-
-
Jan Tattermusch authored
-
- Feb 19, 2016
-
-
murgatroid99 authored
-
- Feb 10, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Feb 08, 2016
-
-
Adele Zhou authored
-
- Feb 02, 2016
-
-
Nathaniel Manista authored
-
- Jan 20, 2016
-
-
Adele Zhou authored
-
- Jan 15, 2016
-
-
David Garcia Quintas authored
-
- Jan 14, 2016
-
-
murgatroid99 authored
-
- Jan 07, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jan 06, 2016
-
-
murgatroid99 authored
-
- Dec 11, 2015
-
-
Jan Tattermusch authored
-
- Dec 10, 2015
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Carl Mastrangelo authored
-
- Dec 08, 2015
-
-
Masood Malekghassemi authored
The ideal fix would be to have a tox test command for running the interop server and client.
-
- Dec 04, 2015
-
-
Carl Mastrangelo authored
-
Masood Malekghassemi authored
-