Lidi Zheng
b5b47ce7c7
Upgrade the server stop log to warning
5 years ago
Lidi Zheng
0961c5de0b
Merge pull request #22306 from Skyscanner/issue-21953_type-of-metadata
...
[Aio] Initial modelling of the metadata abstraction
5 years ago
Lidi Zheng
79497f8059
Downgrade info logs to debug
5 years ago
ZhenLian
fe7f50a324
fix clang-format issue
5 years ago
Mark D. Roth
77040726d4
Merge pull request #22468 from markdroth/xds_eds_priority_validation
...
xds: NACK EDS update with sparse priorities
5 years ago
Mark D. Roth
3590c04d14
Merge pull request #22232 from markdroth/service_config_parsing_update
...
update service config parsing as per recent spec change
5 years ago
Richard Belleville
fdee178630
Merge pull request #22460 from gnossen/python-xds-examples
...
Add Python Example Server with Reflection and Health Checking Enabled
5 years ago
Mark D. Roth
9c0cca6318
Pass repo manager duty to nicolasnoble.
5 years ago
Mark D. Roth
f70252cf41
Merge pull request #22475 from markdroth/repo_mgr_handoff
...
Fix my username in repo manager assignments
5 years ago
Lidi Zheng
a687274c74
Merge pull request #22471 from lidizheng/auth-meta
...
Correct the docstring and implementation of AuthMetadataPlugin
5 years ago
Mark D. Roth
d4fb5ea436
update service config parsing as per recent spec change
5 years ago
Richard Belleville
f64e7af7cd
Add requirements.txt
5 years ago
Mariano Anaya
a8ad4db3af
[issue21953] Fix import in test
...
Import metadata from the canonical place.
5 years ago
Mark D. Roth
07d37e944b
Fix repo manager assignments
5 years ago
Mark D. Roth
38f02d8e2b
xds: NACK EDS update with sparse priorities
5 years ago
donnadionne
b3e995160a
Merge pull request #22329 from donnadionne/win
...
FIxing the settings_timeout_test flake by reducing poll deadline value
5 years ago
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