Craig Tiller
d7ee291d5f
Fix tests
8 years ago
Craig Tiller
732351f826
Start fixing http error --> grpc status conversion
8 years ago
Eric Gribkoff
afb23e51b2
Note to help diagnose errors with docker's default location for building
...
images.
8 years ago
Craig Tiller
d9ed57c0d7
Stub documentation for some gRPC Core modules
8 years ago
Mark D. Roth
1f0f23cc5a
Handshaker plugin mechanism.
8 years ago
Craig Tiller
e519a03a1f
Small improvements to generated documentation
8 years ago
Eric Gribkoff
ced8702d1d
Enable advanced Java interop tests.
...
Add response parameters to custom_metadata streaming request for Node and PHP
clients.
The Java server does not respond with separate initial and trailing
metadata when there is no response data - it is only emiting the
requested trailing metadata. Adding the response parameters to the test
(in accordance with the specification) avoids this, but I will open a
separate issue to investigate the Java behavior.
8 years ago
Nicolas "Pixel" Noble
229def1a86
Adding Bazel tests.
8 years ago
Craig Tiller
2ef5a647bf
Add a test of finishing buffering with EOS
8 years ago
Craig Tiller
4e6247a23c
Fix sequential write buffering
8 years ago
Nicolas "Pixel" Noble
17dfaf1a6e
Fixing submodules sanity.
8 years ago
Nicolas "Pixel" Noble
c2390cc01b
Properly removing message_size_filter duplicate.
8 years ago
Nicolas "Pixel" Noble
0fc9999fba
Putting message size filter back.
8 years ago
Nicolas "Pixel" Noble
3d5592cea8
Moving message_size_filter properly.
8 years ago
Craig Tiller
de7e8c78f7
Dont add copyright
8 years ago
Craig Tiller
e4c2b10516
No need for copyright on generated files
8 years ago
Nathaniel Manista
d0386f940e
Exempt generated Python from copyright check
...
Some of these files contain the magic string "DO NOT EDIT" but we do
not wish for our tests to depend upon that.
8 years ago
Masood Malekghassemi
db422d7eba
Provide doc dir even if user interrupts docgen
8 years ago
Matt Kwong
c830eb5b6b
Update interop html template location
8 years ago
Matt Kwong
346f9e46eb
Fix Python artifact build
8 years ago
Jan Tattermusch
7dd2cc6f68
cleanup and speedup of sanity tests
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Alexander Polcyn
66c6782751
add --perf_args usage to jenkins performance runner scripts
8 years ago
Masood Malekghassemi
0702f628d7
Change grpcio_tools to grpcio-tools
...
This should address the difference in how we ask users to install
grpcio-tools and the files the user ends up downloading from PyPI.
8 years ago
Jan Tattermusch
6a85129d1a
support --exclude in run_tests_matrix.py
8 years ago
Jan Tattermusch
a025ea7c1c
test timeouts eliminated by mistake
8 years ago
Jan Tattermusch
68e27bfef3
enable running many runs per test without flooding the logs
8 years ago
Jan Tattermusch
fffb2676b5
test timeouts eliminated by mistake
8 years ago
Masood Malekghassemi
e9fee3c48f
Force use of local distributions in Python-building
...
Pip refuses to recognize the presence of existent installations for some
reason and decides to download from PyPI instead of using what's already
installed as dependencies for our distributions-under-test. This forces
pip to respect our wishes at the cost of some verbosity.
8 years ago
Masood Malekghassemi
9fb054a537
Upversion Python
8 years ago
Masood Malekghassemi
94b82355cb
Patch overlooked strings from Python un-namespacing
8 years ago
Masood Malekghassemi
f1cdf59b7f
Patch overlooked strings from Python un-namespacing
8 years ago
Jan Tattermusch
3ad655099e
fix building protoc artifacts on linux
8 years ago
Masood Malekghassemi
e136c1a773
Up-version Python
8 years ago
Masood Malekghassemi
7ba3527ffe
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Masood Malekghassemi
fb261bf748
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Mark D. Roth
4d2ea02129
Revert "Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""""
8 years ago
Craig Tiller
30268a99e0
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
8 years ago
Craig Tiller
70a85ad617
Revert "Handle (and test) short call deadlines"
8 years ago
Masood Malekghassemi
2562b532e0
Backport Python setuptools unpinning
...
This should allow our tests to build on newer virtualenvs.
8 years ago
Noah Eisen
4625b8bb94
Fix go docker
8 years ago
Masood Malekghassemi
6ba93f2612
Up-version Python for backports
8 years ago
David Garcia Quintas
9460166968
Short deadlines: set Status on deadline
8 years ago
Jan Tattermusch
9fe161c789
readable output from run_tests.py on windows
8 years ago
Jan Tattermusch
e3e2106fad
make protobuf building consistent
8 years ago
Alexander Polcyn
9f08d110f8
add a "perf" option to benchmarks script, generate profile text reports and flamegraphs
8 years ago
Sree Kuchibhotla
8bebcbcf7c
Remove pollset_set_test for now and send it in a separate PR
8 years ago
Craig Tiller
5efdf3ca26
Fix casting error
8 years ago
Masood Malekghassemi
dfd5199e0e
Unpin Python setuptools dependency
...
Fixes #8285 , allows us to work on later versions of virtualenv without
getting problems with too-recent python packaging versions.
8 years ago
Craig Tiller
ebc77551e9
Fix memory overrun
8 years ago