Yash Tibrewal
4331328fc2
Don't consider receiving non-OK status as an error for HTTP2
4 years ago
Esun Kim
6b61cb57fe
Merge pull request #23749 from veblush/upgrade-ubuntu
...
Upgrade Ubuntu 14.04 -> 18.04 in distribution tests
4 years ago
ashithasantosh
fe59761648
Merge pull request #23786 from michaelywg/cel_create_activation
...
AuthorizationEngine CreateActivation and Tests for EvaluateArgs
4 years ago
Mark D. Roth
1856e224c3
Merge pull request #23755 from matthewstevenson88/matt-reenable-tls13
...
Re-enable TLS 1.3 in the C-core.
4 years ago
Yash Tibrewal
d8d6114d3e
Merge pull request #23313 from yashykt/keepalivethrottling
...
Keepalive Throttling
4 years ago
Yash Tibrewal
371d55a1af
Fix SegFault issue in case of bad subchannel
4 years ago
Jan Tattermusch
e4386e5657
Merge pull request #23817 from jtattermusch/upmerge_v1_31_x
...
Upmerge changes from v1.31.x branch to master
4 years ago
Michael Wang
b8771966f1
Added tests for eval_args address/port getters. Implemented said getters and CreateActivation.
...
Added logging for unsupported attributes
fixed make issues by moving grpc_authorization_engine under grpc
changed inet_aton to inet_pton
fixed issue leftover from initial implementation of evalargs
4 years ago
Esun Kim
c0047f46b5
Upgrade Ubuntu 14.04 -> 18.04
4 years ago
Yash Tibrewal
26cb8260c1
Merge branch 'master' into keepalivethrottling
4 years ago
Yash Tibrewal
c62d2b483c
Test renaming
4 years ago
Karthik Ravi Shankar
dd348c8c43
Merge pull request #23794 from karthikravis/flaky-fix
...
Mark client_crash_test as flaky
4 years ago
ashithasantosh
34795b4b1e
Merge pull request #23665 from dhc3800/evalargs_util
...
CEL evaluation argument utilility
4 years ago
apolcyn
2c766b1fd6
Merge pull request #23812 from apolcyn/fix_ruby_user_agent
...
Copy channel args hash before appending ruby user agent
4 years ago
Karthik Ravi Shankar
cfd1069ae0
Fix formatting
4 years ago
Karthik Ravi Shankar
242b1b87f8
Merge branch 'master' into flaky-fix
4 years ago
Dohyun Cheon
03ca0e3428
Evaluate args structure and getter methods for envoy attributes
...
ran format scripts
portplatform fix
4 years ago
Alexander Polcyn
cd13d5ab88
Copy channel args hash before appending ruby user agent
4 years ago
Vijay Pai
b296f1a9db
Merge pull request #23780 from vjpai/fix_destruction_race
...
Fix destruction order bug in nested lock test
4 years ago
Menghan Li
9895a606f3
Merge pull request #23793 from menghanl/xds_test_same_cluster_multiple_use
...
xds testing: add a test case with multiple routes referring to same cluster
4 years ago
Jan Tattermusch
1a37d291ea
Merge pull request #23717 from jtattermusch/run_tests_using_cmake2
...
Use cmake for C/C++ build in run_tests.py
4 years ago
Jan Tattermusch
7bc943ac09
Merge remote-tracking branch 'upstream/v1.31.x' into HEAD
4 years ago
Jan Tattermusch
1cdb23240d
Merge pull request #23740 from jtattermusch/csharp_interop_xds_splitting_and_routing
...
C# xds interop tests: add support for xds splitting and routing
4 years ago
Jan Tattermusch
5c032c6d7f
fail_on_failed_rpc argument not supported for C# XDS client yet
4 years ago
Jan Tattermusch
6eda547607
workaround C# commandlineparser bug
4 years ago
Jan Tattermusch
6c82a2df0c
fix params for running C# xds interop client test
4 years ago
Yash Tibrewal
cfd0508009
Merge pull request #23766 from yashykt/meshproto
...
Add proto for MeshCA MeshCertificateService
4 years ago
Eric Gribkoff
d183d68885
Merge pull request #23807 from ericgribkoff/deflake_backport_v1.31.x
...
Deflake fail_on_failed_rpc xDS test cases (cherry-pick)
4 years ago
Yash Tibrewal
29b769124f
Revert check_copyright.py
4 years ago
Yash Tibrewal
9e4ceb041e
Move the proto to third_party
4 years ago
Eric Gribkoff
cdcedbf401
Merge pull request #23791 from ericgribkoff/unconditional_wait_for_propagation
...
Deflake fail_on_failed_rpc xDS test cases
4 years ago
Menghan Li
f17d65b814
xds testing: add a test case with multiple routes referring to same cluster
4 years ago
apolcyn
18bd62cac2
Merge pull request #23800 from apolcyn/fix_stranded_event_test
...
Don't factor port server pick latency into stranded_event_test timeouts
4 years ago
Vijay Pai
6040d621bd
Fix destruction order bug in nested lock test
4 years ago
Alexander Polcyn
cce8e0e0ac
Don't factor port server pick latency into stranded_event_test timeouts
4 years ago
apolcyn
6dc8024bb4
Merge pull request #23798 from apolcyn/raise_timeout
...
Raise deadline of CancelDuringAresQuery.TestHitDeadlineAndDestroyChannelDuringAresResolutionWithQueryTimeoutIsGraceful
4 years ago
Vijay Pai
412e987f67
Merge pull request #23799 from vjpai/call_registration
...
Fix issues around lifetime of c_str() results used in call registration maps
4 years ago
Vijay Pai
b92f17f78d
Fix issues around lifetime of c_str() results
4 years ago
Alexander Polcyn
e2837aa10b
Raise deadline of CancelDuringAresQuery.TestHitDeadlineAndDestroyChannelDuringAresResolutionWithQueryTimeoutIsGraceful test
4 years ago
Yash Tibrewal
b5d485db21
Merge pull request #23792 from yashykt/possibletsan
...
Fix ordering of endpoint delete from pollset set and transport destruction
4 years ago
Karthik Ravi Shankar
218c5fd235
Mark client_crash_test as flaky
...
This test fails under asan.
4 years ago
Mark D. Roth
0649026e8a
Merge pull request #23787 from markdroth/xds_client_api2
...
Pass listening addresses into XdsClient.
4 years ago
Eric Gribkoff
3978bd1c62
Merge pull request #23791 from ericgribkoff/unconditional_wait_for_propagation
...
Deflake fail_on_failed_rpc xDS test cases
4 years ago
Mark D. Roth
2d5cb2ee4c
Pass listening addresses into XdsClient.
4 years ago
Mark D. Roth
a2f77ffe19
Merge pull request #23781 from markdroth/xds_client_api
...
Move logic for generating service config from XdsClient to xds resolver.
4 years ago
Yash Tibrewal
e56249c635
Merge branch 'master' into keepalivethrottling
4 years ago
Yash Tibrewal
647d2861b0
Fix ordering of endpoint delete from pollset and transport destruction
4 years ago
Eric Gribkoff
08f11e3d74
Deflake fail_on_failed_rpc xDS test cases
4 years ago
Mark D. Roth
107853a001
Move logic for generating service config from XdsClient to xds resolver.
4 years ago
apolcyn
647f37c76f
Merge pull request #23732 from apolcyn/mark_flakey
...
Mark stranded_event_test as flaky
4 years ago