Karthik Ravi Shankar
8b91dc5fd2
Move more of usage to grpc_impl
...
1) Create server_context_impl and completion_queue_impl headers.
2) Move more of usage of ClientContext, ServerContext to grpc_impl
6 years ago
Yunjia Wang
a68e7bc461
Remove extra header file, change to c test, change new/delete
6 years ago
Arjun Roy
bff4dd1b2d
Fast-path for no-error case for grpc_error_get_status.
...
For each client side call, we execute grpc_error_get_status; in the common case
that there is no error, we save roughly 30 instructions and a call to strlen.
6 years ago
Soheil Hassas Yeganeh
ef0f9bf7ec
Introduce string_view and use it for gpr_split_host_port.
6 years ago
Prashant Jaikumar
43628b286f
Update googletest version to v1.8.1
...
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
6 years ago
Alexander Polcyn
30c700fd02
Drop support for ruby < 2.3; update and unskip distrib tests
6 years ago
Muxi Yan
7eb8bac696
Resolve xcodebuild issue on Mac
6 years ago
Alexander Polcyn
9aa48c6d1c
Drop support for ruby < 2.3; update and unskip distrib tests
6 years ago
Yunjia Wang
ad22f9d7bf
Add delete operator overload
6 years ago
Alexander Polcyn
621707370a
Skip all ruby distrib tests that use ruby 2.2
6 years ago
Alexander Polcyn
3e843d68d0
Skip all ruby distrib tests that use ruby 2.2
6 years ago
Muxi Yan
8a11a8120a
More run_tests.py script fix
6 years ago
Muxi Yan
8cc3457776
fix tests so that they run
6 years ago
Muxi Yan
ec8777c6aa
Add protobuf pod version sanitizer
6 years ago
Yunjia Wang
1def76bf1d
Add Makefile
6 years ago
Yash Tibrewal
4fc02c6bf5
add tests for bad stream IDs
6 years ago
Yash Tibrewal
e60c43ff3e
Add out of bounds frame tests
6 years ago
Yunjia Wang
9df04d95a2
merge upstream/master
6 years ago
Muxi Yan
5a354d79ef
fix cannot find tests
6 years ago
Nicolas "Pixel" Noble
8de64087a3
Clean bazel 0.26 upgrade.
6 years ago
Nicolas "Pixel" Noble
63e2c91efe
New version of upb.
6 years ago
Yash Tibrewal
94e7edad99
Add Delegating Channel
6 years ago
Muxi Yan
3931c0bcd2
yapf_codes
6 years ago
Muxi Yan
1f1eff115a
Split extra arguments
6 years ago
Muxi Yan
7b239a287e
Move extra args into RUN_TESTS_FLAGS
6 years ago
Richard Belleville
385beb95ce
Yapf
6 years ago
Richard Belleville
79ffaced7d
Add python 3.8 test
6 years ago
Yash Tibrewal
7994ea53fc
Add detailed unknown frame type tests
6 years ago
Jan Tattermusch
ed045828b9
make default service account email configurable
6 years ago
Karthik Ravi Shankar
522ddfe273
Move ClientContext to grpc_impl
...
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
6 years ago
Moiz Haidry
226e63dd0c
Move server context implementation to grpc_impl namespace and typedef the ref to it
6 years ago
Jan Tattermusch
a7e3e76aed
use different service_account_key for interop tests
6 years ago
Jan Tattermusch
4686f6d518
enable special_status_message interop for grpc-dotnet server
6 years ago
Jan Tattermusch
de0e9d1026
enable special_status_message interop for C#
6 years ago
James Newton-King
206ca33dd5
Enable duplex streaming and special status message interop tests
6 years ago
Jan Tattermusch
05e26ff4cf
introduce --custom_credentials_type to run_interop_tests.py
6 years ago
Jan Tattermusch
97921f5d77
add comments to interop scripts
6 years ago
Muxi Yan
04a3d9c2aa
build failure fix
6 years ago
1524995078@qq.com
b6e5827315
remove python version number
...
to release binding to exact version
6 years ago
Hao Nguyen
79f7abb45e
Update zlib dependency
6 years ago
Hao Nguyen
1ddaafd677
Update protobuf version
6 years ago
Mark D. Roth
28ccd61cf5
Use SubchannelInterface to hide implementation from LB policy API.
6 years ago
Muxi Yan
285cea16b3
Reorganize tests
6 years ago
1524995078@qq.com
3d52eca5b9
fix print format for python3
...
add brackets of print in run_tests/start_port_server.py
6 years ago
Srini Polavarapu
ec640a53c6
Merge pull request #19105 from gnossen/twine_check_artifacts
...
Produce Python Wheels with a Valid long_description field
6 years ago
Yash Tibrewal
886dc10daa
Move validate_service_config to a new file
6 years ago
Richard Belleville
d721b3ac1e
Compensate for no virtualenv module on Linux kokoro workers
6 years ago
Richard Belleville
a651957c94
Use a virtual environment
6 years ago
Richard Belleville
7dae1b919b
And the same on Posix systems
6 years ago
Richard Belleville
e9ab0e0cd9
Ensure twine is installed on Windows
6 years ago