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
Sanjay Pujare
94d5587643
Regenerate projects
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
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
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
Yash Tibrewal
ad8f04feca
Fix compiler error
6 years ago
Eric Gribkoff
6211f4589b
removed unused traceback import
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
Mark D. Roth
09a173b4b6
Remove now-unnecessary workarounds for alignment issues.
6 years ago
Mark D. Roth
1438b17890
Fix bug that was breaking subchannel reuse in grpclb.
6 years ago
Yash Tibrewal
9a7eec0c45
Suppress compiler error by initializing sent_length
6 years ago
Eric Gribkoff
3c49252d47
bazel docker image does not support ipv6
6 years ago
Eric Gribkoff
8183fe1299
fix BUILD.bazel
6 years ago
Yash Tibrewal
906cf5b428
Add error details on context list clearing
6 years ago
Yash Tibrewal
afc2fabe0c
Avoid taking refs on the stream by getting a copy of the context
6 years ago
Lidi Zheng
08a90f03d4
Remove the fake package dependency && temporarily skip the Channelz tests
6 years ago
Eric Gribkoff
05d3ab2852
Address comments, improve tests
6 years ago
Mark D. Roth
b1407a95c3
Improve grpclb trace logging.
6 years ago
Eric Gribkoff
7bd03aeb0d
Revert "Revert "re-enable ExitTest""
...
This reverts commit 1bd231605a
.
6 years ago
Juanli Shen
1bd231605a
Revert "re-enable ExitTest"
6 years ago
Eric Gribkoff
718084c6b4
disable fork test on windows
6 years ago
Eric Gribkoff
468ae0f486
add tracking issue
6 years ago
Eric Gribkoff
a76d72e0a6
add tests
6 years ago
Eric Gribkoff
082b63e095
Refactor server deallocation
6 years ago
kkm
191e8f1c9c
Use x64 tools on 64-bit Windows in Grpc.Tools
...
The Windows Nano Server Docker image does not support 32-bit executables.
See: https://docs.microsoft.com/windows-server/get-started/getting-started-with-nano-server#important-differences-in-nano-server
See: https://github.com/grpc/grpc/pull/13207#issuecomment-444846082
Close : #13098 (wontfix)
6 years ago
Yihua Zhang
0531d3d3ad
extend local credentials to support tcp loopback
6 years ago
Lidi Zheng
8621bd47ad
Assign noop to build_package_protos for backward compatibility
6 years ago
Lidi Zheng
40b8ca97a1
Update docstring to make it more clear
...
* Mark API as experimental
* Rephrase the raise condition
* Add more detail to the returned object
6 years ago
Lidi Zheng
b9cb2459ea
Include LICENSE in artifact
6 years ago