- Jul 01, 2016
-
-
Masood Malekghassemi authored
-
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).
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Craig Tiller authored
Fix memory leak, fix error.c refcount reporting
-
makdharma authored
Build objective-c examples as part of automatic tests
-
- Jun 30, 2016
-
-
Jan Tattermusch authored
Add a maybe-temporary way for apps to clear the channel cache
-
Jan Tattermusch authored
fix for working with compressed data. Fixes #6746.
-
Jan Tattermusch authored
Use open-source defaults to propagate Python plugin configuration
-
Jan Tattermusch authored
Fix bug with override_server flag in run_interop_tests.py
-
Jan Tattermusch authored
Dont create errors redundently in chttp2_transport.c
-
Jan Tattermusch authored
implemented eventfd_check_availability
-
Jan Tattermusch authored
Fix Python server interop spec noncompliance
-
Jan Tattermusch authored
PHP: fix shutdown hang issue
-
Jan Tattermusch authored
Updated git clone URL
-
Jan Tattermusch authored
fixed size_t format string
-
Nicolas Noble authored
Changed default string type to be str
-
Stanley Cheung authored
-
Craig Tiller authored
-
Yuchen Zeng authored
-
Jan Tattermusch authored
Build experimental nugets with dotnet CLI
-
Craig Tiller authored
Make transport-level errors be reflected in status messages on calls
-
David Garcia Quintas authored
-
Jan Tattermusch authored
Re-enable two Node credentials tests
-
Yuchen Zeng authored
-
Ken Payson authored
This impacts the following APIs: Metadata: Key is always a str, Value is bytes for binary metadata, str otherwise Call Details: str type gRPC method: str type hostname/target: str type
-
David Garcia Quintas authored
-
Stanley Cheung authored
-
- Jun 29, 2016
-
-
David Garcia Quintas authored
-
Nathaniel Manista authored
Also fix spelling mistakes in the spec itself.
-
Jan Tattermusch authored
Convert windows dll filename to bytes
-
Makarand Dharmapurikar authored
-
Jan Tattermusch authored
Lowered six dependency version to 1.5.2
-
Jan Tattermusch authored
Build ObjC examples in travis
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
Removed _connectivity_channel tests
-