Yunjia Wang
|
ad22f9d7bf
|
Add delete operator overload
|
6 years ago |
Alexander Polcyn
|
3e843d68d0
|
Skip all ruby distrib tests that use ruby 2.2
|
6 years ago |
Yunjia Wang
|
1def76bf1d
|
Add Makefile
|
6 years ago |
Yunjia Wang
|
9df04d95a2
|
merge upstream/master
|
6 years ago |
Muxi Yan
|
5a354d79ef
|
fix cannot find tests
|
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 |
Karthik Ravi Shankar
|
5ffb32c069
|
Fix clang errors
|
6 years ago |
Karthik Ravi Shankar
|
0b50670b23
|
Make some test fixes
|
6 years ago |
Richard Belleville
|
5207867e2d
|
Ensure windows artifacts are valid as well.
|
6 years ago |
Richard Belleville
|
705a34884c
|
Properly invoke twine
|
6 years ago |
Richard Belleville
|
b30b8e378f
|
Verify the validity of python artifacts
|
6 years ago |
Esun Kim
|
90fbdc92f5
|
Roll-forward "Config migration"
This reverts commit 236ae12bb1 .
|
6 years ago |
Karthik Ravi Shankar
|
03b079499c
|
Move CompletionQueue and Channel
|
6 years ago |
Karthik Ravi Shankar
|
40210d3b8a
|
Move Channel to grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
772a74aced
|
Revert changes to Channel
|
6 years ago |
Karthik Ravi Shankar
|
6be0b06c69
|
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
|
6 years ago |
murgatroid99
|
4242c85bed
|
Consolidate conditional localhost resolution into existing file
|
6 years ago |
murgatroid99
|
718d0ac621
|
Fix typo
|
6 years ago |
murgatroid99
|
a0b32609ff
|
Moved code back into one file with a #ifdef
|
6 years ago |
murgatroid99
|
710cbb02e6
|
libuv cares: scope manual localhost resolution to only Windows
|
6 years ago |
murgatroid99
|
7743130f64
|
Consolidate conditional localhost resolution into existing file
|
6 years ago |
Alexander Polcyn
|
236ae12bb1
|
Revert "Config migration"
This reverts commit 87905ae5ea .
|
6 years ago |
James Newton-King
|
57e090989a
|
Add managed .NET gRPC client to interop tests
|
6 years ago |