Juanli Shen
23677bd827
Remove subchannel args
6 years ago
Juanli Shen
da4ab59b0d
Remove state_watcher from subchannel
6 years ago
Jan Tattermusch
5a6c984d3a
clang format code
6 years ago
Christopher Warrington
832e5f06c3
Fix typos in comments
6 years ago
Soheil Hassas Yeganeh
0d6e10e795
clang-format all the files.
...
Whenever we run clang-format, gen_build_yaml.py and
ServerServiceDefinitionExtensions.cs get modified by the script.
Let's commit those changes so that these file remain unmodified
after running the formatting script.
6 years ago
Eric Gribkoff
4b2086eecd
restore cython flag value to default after test
6 years ago
Eric Gribkoff
d79d2f1ca7
Do not reload grpc in unit tests
...
This can break subsequently run tests, including any which have already
stored references to gRPC enums (such as grpc.StatusCode.OK). The
subsequent tests will compare now be comparing the old enums to the
reloaded enums, and they will not match. This causes errors in
_metadata_code_details_test and a hang in _metadata_flags_test, when run
in sequence locally after _logging_test.
It's unclear why this has been working on Kokoro, but it is reproducible
locally and is behavior that should be avoided.
6 years ago
Muxi Yan
b4a926961a
Fix static analizer errors
6 years ago
Juanli Shen
03431b4f69
Remove filters from subchannel args
6 years ago
Sanjay Pujare
94d5587643
Regenerate projects
6 years ago
Alexander Polcyn
cab4774d95
Add a way to avoid if_nametoindex function for non-posix linux platforms that don't support it
6 years ago
Muxi Yan
1f3829180c
Fix missing ConnectivityMonitor usage
6 years ago
Jan Tattermusch
9c5ca8365c
Revert "Implement a lock-free fast path for queue_call_request()"
6 years ago
Jan Tattermusch
12aae4f7bb
Revert "Revert "better slice management for win_read""
...
This reverts commit a050ae8ddc
.
6 years ago
Jan Tattermusch
f0e960714e
Revert "Revert "basic tcp_trace support for windows""
...
This reverts commit f438d72e6c
.
6 years ago
Richard Belleville
0daa420417
Free grpc_channel_args after creation
6 years ago
Richard Belleville
dd4830eae8
Make gRPC version string available as grpc.__version__
6 years ago
Eric Gribkoff
4e3e46df22
fix test
6 years ago
Eric Gribkoff
e678187996
use test constants, fix formatting
6 years ago
Eric Gribkoff
b74af8c70b
skip test with gevent
6 years ago
Eric Gribkoff
71e7e6ddc7
Add Watch method to health check service
6 years ago
Tommy Chen
39ac83a49e
ruby-sigint ready to be merged!
6 years ago
Alexander Polcyn
00763bc3ea
Support named scope id's with ipv6 resolver on posix
6 years ago
xtao
5ac6ab67e4
* Fixed issue(17563) "Freeing heap block containing an active critical section." reported by Application Verifier on Windows.
6 years ago
Eric Gribkoff
b6b745f22d
disable broken gevent test
6 years ago
Eric Gribkoff
2f029bade0
Clean up server and channel objects in tests
6 years ago
Yash Tibrewal
15460eb3c9
Fix error
6 years ago
Yash Tibrewal
b09ed93d02
Revert changes to Context list cleanup
6 years ago
yang-g
d6dd6f25f4
Correctly reference the internal string for socket mutator arg
6 years ago
Lidi Zheng
1ac4a01a0e
Fix Complain of Higher Version Pylint
6 years ago
Mark D. Roth
09f57c17ee
Refactor request routing code out of client_channel.
6 years ago
Muxi Yan
291b4f363b
More test fix
6 years ago
Jan Tattermusch
dcb194c6e3
PHP interop client: do not append :443 to host name unless necessary
...
$server_port is actually a string and appending the port number to
server_host breaks jwt_token_creds testcase.
6 years ago
Jan Tattermusch
b904fdaa40
do not use server override in ruby interop client by default
6 years ago
Jan Tattermusch
b4d4f2c467
do not use server override in php interop client by default
6 years ago
Jan Tattermusch
4f261a071e
do not use server override in python interop client by default
6 years ago
Jan Tattermusch
a022c8204c
csharp interop client: dont set override by default
6 years ago
Muxi Yan
6cf4622cd1
provide host
6 years ago
Muxi Yan
c72a0af781
change deployment target
6 years ago
Muxi Yan
f7ca97a6fe
clang-format
6 years ago
Muxi Yan
c5f84c5cb8
Batch fix
6 years ago
Muxi Yan
0de27b5d29
More fix ProtoRPC
6 years ago
Muxi Yan
1876d0d366
ProtoRPC bug
6 years ago
Yash Tibrewal
ad8f04feca
Fix compiler error
6 years ago
Muxi Yan
92123a4a33
Rebuild APIv2Tests
6 years ago
Muxi Yan
72dc62ee2e
Revert "Try earlier APIv2Tests"
...
This reverts commit 3f57e3451b
.
6 years ago
Muxi Yan
25e7366413
Revert "Rename getTokenWithHandler"
...
Since the renamed protocol is breaking people and is not general enough, we revert the rename and leave the work to interceptor
This reverts commit 92db5fc724
.
6 years ago
Eric Gribkoff
6211f4589b
removed unused traceback import
6 years ago
Muxi Yan
3f57e3451b
Try earlier APIv2Tests
6 years ago
easy
8279777167
Destruct CensusContext to avoid leaking memory.
...
Otherwise, the placement-new leaks context -> span_ -> impl_ which is
a std::shared_ptr.
6 years ago