yang-g
9e2f90cd06
headers reorg
9 years ago
Julien Boeuf
87047d7e93
Security connector is now responsible for the handshake.
9 years ago
Masood Malekghassemi
71e29ef459
Add new core tests to run_tests/run_python.sh
...
The tests don't currently get discovered by py.test due to their use of
the Python 2.7+ load_tests protocol.
9 years ago
Hongyu Chen
e09dc78e74
rename census_filter.{c,h} to grpc_filter.{c,h}
9 years ago
yang-g
2f5ea5f244
regenerate projects
9 years ago
Craig Tiller
49772e00eb
Outlaw illegal metadata characters
9 years ago
David Garcia Quintas
a4c4f02a63
Added C API functions for compression args handling (w/ tests)
9 years ago
yang-g
11e3028e65
regenerate projects
9 years ago
yang-g
c317f07b56
Make Channel ctor private
9 years ago
yang-g
ef00308e39
remove internal_stub
9 years ago
Hongyu Chen
fdc1dc744b
Move census_filters from .../channel to .../census
9 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
9 years ago
Craig Tiller
711bbe6364
Exclude qps_test from tsan runs
...
The TSAN deadlock detector has some problems that prevents this test
from running successfully.
Issue #2994 has been filed to re-enable these in the future.
9 years ago
Craig Tiller
e50e5cbde2
Add a timeout to shutdown to forcefully end calls
9 years ago
yang-g
6c1fdc6c89
Only run built binaries
9 years ago
Julien Boeuf
2fd8a88843
Adding new header in build.json.
9 years ago
Nicolas "Pixel" Noble
4a5a8f3119
Reducing JUnit's report size.
9 years ago
Nicolas "Pixel" Noble
bb3aed0ef9
Removing gpr_cancelable.
9 years ago
Robbie Shade
6d9e1849ee
Regenerated project files
9 years ago
Alistair Veitch
e6d0ad317e
add all new content
9 years ago
Masood Malekghassemi
12dadafd22
Add health-checking to Python
...
Adds the initial reference implementation for health-checking in gRPC
Python as a separate project (but within the same grpc package to keep
namespaces consistent). Only installs the package to test the
build-proto-modules custom command introduced in the health-checking
project.
9 years ago
Hongyu Chen
7adbb64307
Build file changes
9 years ago
yang-g
ffc8a6b431
move auth property iterator declaration into auth_context.h
9 years ago
Hongwei Wang
aafbad6c96
Update tests.json
9 years ago
Donna Dionne
c897798fb1
adding node, ruby, and php to cloud to prod interop tests.
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Nicolas "Pixel" Noble
63323e3c07
Re-enabling tests that got culled off.
9 years ago
Craig Tiller
9a0c10efc6
Windows fix
9 years ago
Craig Tiller
7f8f80ff6f
Bikeshedding
9 years ago
Craig Tiller
9429b619d9
Fix typo
9 years ago
Craig Tiller
d50993d49b
Add linux, mac as test platforms, only run _with_poll tests on linux
9 years ago
Craig Tiller
db0d23466a
Give make a long timeout, tests a small one, and interop a slightly longer one
9 years ago
Craig Tiller
ef12559f0f
Rework restart facility to be more portable
9 years ago
Masood Malekghassemi
ed96983e22
Move Python protoc plugin tests to grpcio_test
9 years ago
Craig Tiller
f53d9c8d0d
Testing port server
...
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
9 years ago
Jan Tattermusch
9d67d8deaf
add HealthCheck tests to run_tests.py
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
9 years ago
yang-g
297a25b0cf
Add StubOptions
9 years ago
Nicolas "Pixel" Noble
70787578f6
Adding a sanity check that the cached makefile variables aren't committed.
9 years ago
Jan Tattermusch
725835abf9
polishing runtests
9 years ago
Hongwei Wang
8e04d4107e
Add zookeeper end-to-end test
9 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
9 years ago
Jorge Canizales
d0b32e9a55
Make plugin & server, and pod install via run_tests.py
9 years ago
Jorge Canizales
a0b3bfa356
Start integrating ObjC tests in run_tests.py
9 years ago
Masood Malekghassemi
623b7aee4a
Reorganize Python tests
9 years ago
Masood Malekghassemi
fe8dc883d0
Reorganize Python packages
...
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
9 years ago
yang-g
61fcb185dd
regenerate projects
9 years ago
Alistair Veitch
1178900c04
merge with master, fix build issue
9 years ago
murgatroid99
a43c14fef8
Make ruby tests see changes to C core
9 years ago
Alistair Veitch
ff32faf3c9
Move grpc_census_call_*_context calls into public header
9 years ago