Noah Eisen
9fafc03465
Update negative-http2-interop-test-descriptions.md
8 years ago
Noah Eisen
a0d639dae9
Update negative-http2-interop-test-descriptions.md
8 years ago
Mark D. Roth
a0433d4ea6
Merge pull request #9284 from markdroth/http_connect_headers
...
Add support for sending custom headers in HTTP CONNECT request.
8 years ago
makdharma
2f390676be
Merge pull request #9282 from makdharma/http2_interop
...
changes to http2 test server
8 years ago
Noah Eisen
2c4a364e8a
Merge pull request #9286 from ncteisen/python-stress-wait-for-ready
...
Modify Python Stress Client to Wait for Ready
8 years ago
ncteisen
d70c8bb871
Implement wait-for-ready behavior in Python stress and qps client
...
The clients now block until the channel is in the READY state. This
fixes some test flakiness issues we have had.
8 years ago
Mark D. Roth
bf07d75311
Ran generate_projects.sh
8 years ago
Mark D. Roth
d54c906ba4
Merge remote-tracking branch 'upstream/master' into http_connect_headers
8 years ago
Noah Eisen
a3960b98d6
Merge pull request #9244 from ncteisen/ruby_advanced_interop_client_side
...
Ruby Advanced Interop Client Side
8 years ago
ncteisen
e81d96da28
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side
8 years ago
Noah Eisen
428e409a08
Merge pull request #9285 from ncteisen/regenerate-projects
...
Regenerate project to make jenkins happy
8 years ago
ncteisen
7429fd57e7
Regenerate project to make jenkins happy
8 years ago
ncteisen
dc29074997
Incorperate new build changes
8 years ago
ncteisen
9dc0ca0a70
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side
8 years ago
Mark D. Roth
466589606a
clang-format
8 years ago
Mark D. Roth
49f02d3697
Add support for sending custom headers in HTTP CONNECT request.
8 years ago
ncteisen
56610d4706
Address github comments
8 years ago
Makarand Dharmapurikar
7fc6f3be56
changes to http2 test server
...
Not kill the server on disconnect
Spawn one server per test case
8 years ago
Mark D. Roth
6cf58c8173
Merge pull request #9129 from markdroth/handshaker_plugin
...
Handshaker plugin mechanism
8 years ago
Craig Tiller
38b95b3a15
Merge pull request #9238 from ctiller/2010
...
Expunge vs2010 references
8 years ago
Jan Tattermusch
881ff85fee
Merge pull request #9234 from jozefizso/patch-1
...
Update link to CoApp installer
8 years ago
Eric Gribkoff
11ae5a77d6
Merge pull request #9275 from ericgribkoff/docker_space_issue
...
Add note to help diagnose disk space errors with docker
8 years ago
Eric Gribkoff
afb23e51b2
Note to help diagnose errors with docker's default location for building
...
images.
8 years ago
Craig Tiller
d112aac7dc
Merge pull request #9274 from ctiller/modulenotes
...
Stub documentation for core modules
8 years ago
Craig Tiller
cbf5447a0d
Review feedback
8 years ago
Craig Tiller
6fd8f602d8
Merge pull request #9273 from ctiller/perfnotes
...
Small improvements to generated documentation
8 years ago
Nathaniel Manista
d996ce9a65
Merge pull request #9269 from nathanielmanistaatgoogle/v1.0.x-upmerge
...
v1.0.x manual upmerge.
8 years ago
Craig Tiller
f687cb89f4
Actually add the documentation
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
6883da2aaf
Merge pull request #9271 from ericgribkoff/interop_test_descriptions
...
The custom_metadata test uses response_parameters for FullDuplexCall
8 years ago
Eric Gribkoff
4ce5bd102e
Merge pull request #9251 from ericgribkoff/java_advanced_tests
...
Enable advanced Java interop tests
8 years ago
Masood Malekghassemi
071562d848
Merge pull request #9268 from soltanmm-google/diddy-kong-racing
...
Use `grpc_closure`s in `grpc_timer`s
8 years ago
Craig Tiller
aeddd38b0e
Merge pull request #9272 from ctiller/perfnotes
...
Start some performance notes
8 years ago
Craig Tiller
e61b7d7b77
Start some performance notes
8 years ago
Eric Gribkoff
b408f9db31
interop-test-descriptions.md: correct proto for custom_metadata's
...
FullDuplexCall
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
Nathaniel Manista
c6a0606080
v1.0.x → master upmerge
...
Manual resolution:
- New test added in src/python/grpcio_test/tests/tests.json
- Timeout-related edits resolved in tools/run_tests/run_tests.py
Manual changes:
- Pass request iterator rather than request sequence in
_reflection_servicer_test.py
8 years ago
Craig Tiller
13ac3031aa
Merge pull request #9253 from ctiller/long_status
...
Support long grpc-messages on abnormal close path
8 years ago
Masood Malekghassemi
b5b4372670
Use `grpc_closure`s in `grpc_timer`s
8 years ago
Nicolas Noble
08e1055175
Merge pull request #9265 from nicolasnoble/bazel-take-2
...
Adding Bazel tests.
8 years ago
Nicolas "Pixel" Noble
229def1a86
Adding Bazel tests.
8 years ago
Craig Tiller
3a35f7ecbc
Merge pull request #8705 from ctiller/slice_with_exec_ctx
...
Fix slice/exec_ctx interactions
8 years ago
Craig Tiller
599db64d0b
Support long grpc-messages on abnormal close path
8 years ago
Noah Eisen
1f5fad5ce3
Merge pull request #9245 from ncteisen/ruby_advanced_interop_server_side
...
Ruby Advanced Interop Server Side
8 years ago
ncteisen
46b716d521
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_server_side
8 years ago
Craig Tiller
4e148d5572
Merge github.com:grpc/grpc into slice_with_exec_ctx
8 years ago
Craig Tiller
ea917301b8
Merge pull request #9243 from nicolasnoble/bandaid
...
Fixing submodules sanity.
8 years ago
Craig Tiller
661c265783
Merge pull request #9242 from ctiller/faster
...
Faster test building: avoid repeated linking
8 years ago