Eric Gribkoff
35de0666e3
Merge pull request #22501 from ericgribkoff/num_vm_flag
...
Reduce resource requirements for some test runs
5 years ago
Eric Gribkoff
2c0a9c1ca8
fix duplicate logs
5 years ago
Eric Gribkoff
fb90989c7b
fix format, exit(1) if any failures
5 years ago
Eric Gribkoff
3cff1570b5
yapf
5 years ago
Mark D. Roth
0e1c63a7a1
xds: don't report TRANSIENT_FAILURE when we're told to drop all
5 years ago
Vijay Pai
55dec1bd33
Merge pull request #22486 from vjpai/nonblocking
...
Fix nonblocking_test by properly setting thread-local variable for test
5 years ago
Vijay Pai
32a33ae2b1
Properly set thread-local variable indicating nonblocking test
5 years ago
Mark D. Roth
348c5ec813
Merge pull request #22500 from markdroth/xds_test_cleanup
...
minor cleanups in xds_end2end_test
5 years ago
Eric Gribkoff
bf85f6c88d
typo
5 years ago
Eric Gribkoff
a83409bd87
Reduce resource requirements for some test runs
...
Adds --instance_group_size parameter and skips creating IGs in the
secondary zone is not used by any of the specified test cases.
5 years ago
Mark D. Roth
fcd8bbd34c
minor cleanups in xds_end2end_test
5 years ago
Jan Tattermusch
b4c6d34347
fix ssl_transport_security_test on x86
5 years ago
Jan Tattermusch
5186b231b1
Merge pull request #22434 from sayedihashimi/sayedha/targetserror02
...
minor update to fix msbuild condition to correct syntax
5 years ago
Mark D. Roth
f33570f576
Merge pull request #22493 from markdroth/xds_eds_empty_locality
...
xds: Add tests showing that we do not use localities with no endpoints.
5 years ago
Jan Tattermusch
423a209f57
avoid too long test names on RBE Windows
5 years ago
Vijay Pai
ee3952f72b
Merge pull request #22483 from vjpai/lambdify
...
Remove all std::mem_fn and std::bind from service definitions and setup
5 years ago
Mark D. Roth
652b5a8673
xds: Add tests showing that we do not use localities with no endpoints.
5 years ago
Lidi Zheng
fefeda8a94
Merge pull request #22484 from lidizheng/aio-eliminate-suspicious-exceptions
...
[Aio] Eliminate suspicious exceptions in tests
5 years ago
Ashitha Santhosh
3cc7aae8ee
Fixed memory leak.
5 years ago
Mark D. Roth
b09410809e
Merge pull request #22487 from kislaykishore/patch-1
...
Fix typo
5 years ago
Lidi Zheng
cb5fdce2bf
Improve readability and fix wording
5 years ago
Kislay Kishore
bf3954c8cc
Fix typo
...
clinet -> client
5 years ago
Ashitha Santhosh
cf19300da2
Corrected method name.
5 years ago
Lidi Zheng
5182e9f07f
Eliminates suspicious exceptions in test logs
5 years ago
Lidi Zheng
1e6c9b4c6d
Merge pull request #22482 from lidizheng/aio-no-info
...
[Aio] Eliminate info level logs
5 years ago
ZhenLian
69c5657308
Merge pull request #22480 from grpc/aschleck/master
...
Make check_call_host not segfault when overridden_target_name_ is null
5 years ago
Vijay Pai
c86cfc305c
Remove all std::mem_fn and std::bind from service definitions and setup
5 years ago
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