| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Makefile
build.yaml
gRPC-Core.podspec
gRPC.podspec
package.json
package.xml
src/core/lib/surface/version.c
src/csharp/Grpc.Auth/project.json
src/csharp/Grpc.Core/VersionInfo.cs
src/csharp/Grpc.Core/project.json
src/csharp/Grpc.HealthCheck/project.json
src/csharp/build_packages.bat
src/node/tools/package.json
src/python/grpcio/grpc/__init__.py
src/python/grpcio/grpc_version.py
src/python/grpcio_tests/tests/unit/_rpc_test.py
src/ruby/lib/grpc/version.rb
src/ruby/tools/version.rb
templates/gRPC.podspec.template
tools/distrib/python/grpcio_tools/grpc_version.py
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.c++.internal
tools/doxygen/Doxyfile.core
tools/doxygen/Doxyfile.core.internal
tools/run_tests/port_server.py
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Remove unused file
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Fix Python interop unit-tests on Windows
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | | |
Now reasonable defaults are auto-detected by platform (and by specific
Python implementation).
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Migrated python performance tests to use GA API
|
|\ \ \
| | | |
| | | | |
Merge 0.14 into master
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
https://github.com/nicolasnoble/grpc into fix_cpp_deps
|
| |_|/ /
|/| | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Make running individual Python tests less painful
|
|\ \ \ \
| | | | |
| | | | | |
Change port_server.py to use port 32766
|
| | | | |\
| | | | | |
| | | | | | |
Change port_server.py to use port 32766
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Expunge all references to zookeeper
|
| | | | |\ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | | |
The protobuf commit conflicted. Resolved to the latest one.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add http2 status code in error_message if it's not 200
|
| | | | | | |\ \
| | | | | | | | |
| | | | | | | | | |
Bumped grpc-tools version
|
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
|
| | | | | | | | |/
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
32767 is used by filenet-powsrm
|
| | |/ / / / / /
| |/| | | | | | |
|
| | |_|_|/ / /
| |/| | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We'll need to fix coverage testing in the future anyway (see #6894).
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
32767 is used by filenet-powsrm
|
| | |\ \ \
| | |/ / /
| |/| | | |
|
| | | |/ |
|
| |\ \ \
| | | | |
| | | | | |
Build objective-c examples as part of automatic tests
|
| |\ \ \ \
| | | | | |
| | | | | | |
Use open-source defaults to propagate Python plugin configuration
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix bug with override_server flag in run_interop_tests.py
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Updated git clone URL
|
| | | | | | | | |
|