Ashitha Santhosh
3651424ea4
Moved k[Min/Max]FrameSize variables to header file.
5 years ago
Mariano Anaya
2be1ec9c6e
[issue21953] Move tests to the aio part
...
* Export the new metadata type through the ``__init__.py``
* Move the tests from the old location to the new one for the
asynchronous stack.
5 years ago
Mariano Anaya
3bf67c4253
[issue21953] Fix typing in Metadata class definitions
5 years ago
Mariano Anaya
6891169b58
Apply PR feedback
...
* Fix the length of the object to account for all the keys it holds
(consider it's a multi-mapping)
* Add support for deleting items
* Make test stricter
5 years ago
Mariano Anaya
1f2d916386
[aio] Metadata type: Fix tests & __repr__
5 years ago
Mariano Anaya
0be36ed606
Add mutability to the MetadataType
5 years ago
Mariano Anaya
7d88c61f57
Initial modelling of the metadata abstraction
...
Create the initial version for the abstraction for the Metadata based on
the discussion at https://github.com/grpc/grpc/issues/21953
5 years ago
Lidi Zheng
52634fb7be
Correct the docstring and implementation of AuthMetadataPlugin
5 years ago
Richard Belleville
571a564f51
Add type annotations and comments
5 years ago
Eric Gribkoff
11671b0407
log exception and init client_process
5 years ago
Richard Belleville
0c28a9beaf
Specify the Python version
5 years ago
Jiangtao Li
694f491e06
Merge pull request #22443 from jiangtaoli2016/san-comparison
...
SSL peer match name case-insensitive
5 years ago
Eric Gribkoff
04d88fbbff
Merge pull request #22461 from ericgribkoff/python3_fix
...
fix encoding issue with python 3
5 years ago
Donna Dionne
46439bcb0f
Fixing the settings_timeout_test flake by reducing pollset_work deadline
...
Intermittently (when we run the test 100 times) we see that at times
we are not notified about successful socket connection even within 1
second.
The pollset_work deadline is set to 1 second, so when our connection
timeout is also set to 1 second, we only had 1 poll. And if that poll
didn't let us know about the socket, we didn't get another chance.
Reducing the pollset_work deadline to 100ms, now the test runs faster
and pass consistently:
result for 500 runs:
https://source.cloud.google.com/results/invocations/dd1b38f4-0f28-470b-a78b-b485445e44f2/targets/%2F%2Ftest%2Fcore%2Ftransport%2Fchttp2:settings_timeout_test/tests
5 years ago
Eric Gribkoff
7675e433fe
fix encoding issue with python 3
5 years ago
Eric Gribkoff
720339c329
Merge pull request #22444 from ericgribkoff/separate_test_cases
...
Split logs by test case and run client separately for each test
5 years ago
Vijay Pai
4e79cda71c
Merge pull request #22459 from grpc/vjpai-patch-1
...
Register CQ at the right place
5 years ago
Eric Gribkoff
cbdceeea34
restore kokoro job
5 years ago
Eric Gribkoff
2c5aa5fa26
find path properly
5 years ago
Richard Belleville
3fd0001481
Add Python xDS example server
5 years ago
Eric Gribkoff
d22e89f7fc
set OUTPUT_DIR
5 years ago
Srini Polavarapu
26d72209be
Merge pull request #22451 from chalin/patch-2
...
Add Kotlin
5 years ago
Vijay Pai
69eb582448
Register CQ at the right place
5 years ago
Jiangtao Li
c5622019a0
Merge pull request #22456 from jiangtaoli2016/fix_test_creds
...
Add NULL-termination to hardcoded test creds string
5 years ago
donnadionne
10ab2e7191
Merge pull request #22457 from donnadionne/flakes
...
Debugging xds_end2endtest DropTest Update by sending more initial traffic
5 years ago
donnadionne
c2b08ac779
Merge pull request #22446 from donnadionne/repo
...
Passing C repo manager to Mark Roth
5 years ago
Lidi Zheng
bc0aabc093
Merge pull request #22453 from lidizheng/aio-default-poller
...
[Aio] Change the default IO engine to POLLER
5 years ago
Lidi Zheng
1d46c0d4be
Merge pull request #22452 from lidizheng/fix-call-test
...
[Aio] Fix call_test: Assert with public API instead of private API
5 years ago
Jan Tattermusch
ddf6e94423
Merge pull request #22449 from jtattermusch/win_rbe_remove_old_flag
...
Get rid of the long deprecated --incompatible_windows_native_test_wrapper flag
5 years ago
Srini Polavarapu
88c405dbdd
Merge pull request #22450 from chalin/patch-1
...
Add grpc-kotlin
5 years ago
Donna Dionne
ac79383583
Debugging xds_end2endtest DropTest Update by sending more initial
...
traffic.
5 years ago
jiangtaoli2016
f090b04dd4
Add NULL-termination to hardcoded test creds string
5 years ago
Mark D. Roth
8c006b1d8e
Merge pull request #22437 from markdroth/xds_reconnect_fix
...
xds: Send RDS request when retrying ADS call.
5 years ago
Lidi Zheng
5cd773731d
Assert with public API instead of private API
5 years ago
Lidi Zheng
b73b389dd1
Change the default IO engine to poller
5 years ago
Donna Dionne
cbd9c8d6ba
Passing C repo manager from Donna Dionne to Mark Roth
5 years ago
Eric Gribkoff
3f8bf3b411
adjust report directory
5 years ago
Muxi Yan
18f36bb301
Merge pull request #20358 from rmstar/cfstream_doc
...
Update CFStream documentation
5 years ago
Patrice Chalin
1e73eebdfd
Add Kotlin
...
Contributes to https://github.com/grpc/grpc.io/issues/132
cc @dwiner @srini100
5 years ago
Patrice Chalin
f27c884dea
Add grpc-kotlin
...
Contributes to https://github.com/grpc/grpc.io/issues/132
cc @dwiner @srini100
5 years ago
Jan Tattermusch
94354b2b26
get rid of the long deprecated --incompatible_windows_native_test_wrapper flag
5 years ago
Mark D. Roth
343b5403df
xds: Send RDS request when retrying ADS call.
5 years ago
Jan Tattermusch
d439048b9c
Merge pull request #22390 from jiangtaoli2016/update_test_creds
...
Update test credentials to use 2048-bit RSA keys
5 years ago
Donna Dionne
70ac4b6418
Basic Parsing, building service config, and Picking are all exercised
...
with basic tests.
5 years ago
Eric Gribkoff
7b0cdd43f4
to revert: testing on kokoro
5 years ago
Eric Gribkoff
9e1110cb11
Split logs by test case and run client separately for each test
5 years ago
jiangtaoli2016
4d41a56e17
SSL peer match name case-insensitive
5 years ago
Ashitha Santhosh
53fc4e5c13
Fixed error
5 years ago
Ashitha Santhosh
b1652b4443
Merge remote-tracking branch 'upstream/master' into c++
5 years ago
April Schleck
fe426fc6f5
Make check_call_host not segfault when overridden_target_name_ is null.
...
This was broken by 40dd4a3301
.
5 years ago