- Jun 29, 2017
-
-
Jan Tattermusch authored
-
- Jun 08, 2017
-
-
Jan Tattermusch authored
-
- Jun 02, 2017
-
-
Jan Tattermusch authored
-
- May 02, 2017
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Feb 23, 2017
-
-
Matt Kwong authored
-
- Feb 22, 2017
-
-
Matt Kwong authored
-
- Jan 20, 2017
-
-
Matt Kwong authored
-
- Dec 05, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Nov 30, 2016
-
-
Jan Tattermusch authored
-
- Jul 07, 2016
-
-
Ken Payson authored
-
- 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.
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
- Apr 29, 2016
-
-
Ken Payson authored
-
- Feb 24, 2016
-
-
Stanley Cheung authored
-
- Jan 19, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
- Dec 18, 2015
-
-
murgatroid99 authored
-
- Oct 08, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Jul 30, 2015
-
-
murgatroid99 authored
-
- Jul 08, 2015
-
-
Nicolas "Pixel" Noble authored
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
-
- Jun 19, 2015
-
-
David Garcia Quintas authored
In order to output logs.
-
- May 14, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Feb 27, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Feb 16, 2015
-
-
Craig Tiller authored
-
- Jan 26, 2015
-
-
murgatroid99 authored
-
- Jan 23, 2015
-
-
murgatroid99 authored
-