Jan Tattermusch
|
06c6fa73b0
|
avoid too long name for retry_exceeds_buffer_size_in_initial_batch
|
5 years ago |
ZhenLian
|
e4dcc0319c
|
[2/n] Avoid using hardcoded test credentials
|
5 years ago |
Jan Tattermusch
|
576f79dff0
|
cleanup gen_build_yaml.py for end2end tests
|
5 years ago |
Mark D. Roth
|
41cfae4234
|
Revert "Merge pull request #19693 from apolcyn/control_plane_creds"
This reverts commit 162fccdb90 , reversing
changes made to 228e7557fa .
|
5 years ago |
jiangtaoli2016
|
1680d41ccd
|
remove hardcoded test credentials
|
5 years ago |
Mark D. Roth
|
03411d7be7
|
Second attempt: grpclb stabilization
|
5 years ago |
Jan Tattermusch
|
423a209f57
|
avoid too long test names on RBE Windows
|
5 years ago |
jiangtaoli2016
|
f090b04dd4
|
Add NULL-termination to hardcoded test creds string
|
5 years ago |
jiangtaoli2016
|
951abee174
|
Revert "Append old ca.pem"
This reverts commit 13c6b6c612 .
|
5 years ago |
jiangtaoli2016
|
13c6b6c612
|
Append old ca.pem
|
5 years ago |
jiangtaoli2016
|
2a9173f554
|
Update hardcoded test credentials and keys
|
5 years ago |
Yash Tibrewal
|
f1b87b1290
|
Disable disappearing_server for Windows
|
5 years ago |
Jan Tattermusch
|
548e989515
|
mark some fixtures as flaky with resource_quota_server test
|
5 years ago |
Jan Tattermusch
|
8b663c86b6
|
support marking end2end fixture-test pairs as flaky
|
5 years ago |
Zhen Lian
|
cbc977204b
|
[ImproveTLS] fix memory leak issue from users' perspective
|
5 years ago |
Yash Tibrewal
|
ff8fecb7f2
|
Delete api_fuzzer.cc
|
5 years ago |
Yash Tibrewal
|
612c743f54
|
Remove the flakiness of disappearing_server end2end test. Fix #21221
|
5 years ago |
Jan Tattermusch
|
41ac287f7b
|
generate build metadata from bazel BUILD
|
5 years ago |
Esun Kim
|
7a14955759
|
Replaced grpc_core::MakeUnique with absl::make_unique
|
5 years ago |
Mark D. Roth
|
bc5e3fb661
|
Convert channelz code to use new JSON API
|
5 years ago |
Zhen Lian
|
9ded19e24d
|
fix first round of comments
|
5 years ago |
Yash Tibrewal
|
6f5b4624af
|
Delete api_fuzzer
|
5 years ago |
Lidi Zheng
|
b9c71f9c94
|
Revert "Update security level of local TCP connection"
|
5 years ago |
Jan Tattermusch
|
3f3cf8b62a
|
Revert "grpclb stabilization"
|
5 years ago |
Akshay Kumar
|
cced243a06
|
OpenSslEngineSupport-200114
|
5 years ago |
Yihua Zhang
|
dc43435c2e
|
fix local tcp e2e tests
|
5 years ago |
Mark D. Roth
|
5b18402914
|
grpclb stabilization
|
5 years ago |
Esun Kim
|
9ae81e1d3f
|
Make test code use TestEnvironment
|
5 years ago |
Yihua Zhang
|
e10d90ba27
|
add security level negotiation between call creds and channel.
|
5 years ago |
Esun Kim
|
e52081f903
|
More pythons to be formatted
|
5 years ago |
Lidi Zheng
|
8b58d79325
|
Remove the shebang
|
5 years ago |
Lidi Zheng
|
ea1b5204ea
|
Make gen_build_yaml py23 agnostic
|
5 years ago |
Yihua Zhang
|
059884ea73
|
fix a build error
|
5 years ago |
Yihua Zhang
|
a6dbc7adb5
|
rename spiffe to tls
|
5 years ago |
Prashant Jaikumar
|
2526dfade5
|
WIP: Make core and C++ tests work with bazel on Mac OS
|
5 years ago |
Vijay Pai
|
be6979202b
|
Revamp server-side C++ callback API, message allocator, and mocking
|
5 years ago |
Jan Tattermusch
|
986070d280
|
use test size instead of timeout
|
5 years ago |
Esun Kim
|
e45b60d1fe
|
Fix unique_ptr<char> memory allocation mismatch
|
5 years ago |
Esun Kim
|
b2b7fc9af8
|
Replaced grpc_core::UniquePtr with std::unique_ptr
|
5 years ago |
Esun Kim
|
3a519a0b64
|
Replaced grpc_core New & Delete with C++ new & delete
|
5 years ago |
Lidi Zheng
|
c34bef4ca4
|
Format all Bazel files with buildifier
|
5 years ago |
Esun Kim
|
81df105ac8
|
Deprecate gpr_get/set_allocation_functions
|
5 years ago |
Yash Tibrewal
|
08ba7246c0
|
Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run
|
5 years ago |
Yash Tibrewal
|
3a189d7e08
|
test changes
|
5 years ago |
Vijay Pai
|
d469403b6e
|
Remove unused-parameter warnings, round 2 (16 of 19)
|
5 years ago |
Vijay Pai
|
9d96158d7e
|
Remove unused-parameter warnings, round 2 (15 of 19)
|
5 years ago |
Yash Tibrewal
|
780d41224c
|
Squashed commit of the following:
commit 1547cb209a
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 13:12:55 2019 -0700
Revert some other GRPC_CLOSURE_RUN till other issues are fixed
commit 3edeee7ce9
Merge: 22b343e4fb e8f78e7a5d
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 12:26:26 2019 -0700
Merge branch 'master' into combinernew
commit 22b343e4fb
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 12:22:34 2019 -0700
Change some TCP posix closures to GRPC_CLOSURE_RUN
commit 19e60dfe8f
Merge: 153bdcbc97 feae38d3ab
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 17 11:56:46 2019 -0700
Merge branch 'master' into combinernew
commit 153bdcbc97
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 17 11:41:14 2019 -0700
Proxy fixture fix
commit c6da80bcce
Merge: 6a32264cdf 98abc22f4c
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 11 17:05:18 2019 -0700
Merge branch 'master' into combinernew
commit 6a32264cdf
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 11 17:01:55 2019 -0700
Reviewer comments
commit 6bbd3a1c3c
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:55:43 2019 -0700
Fallback cleanup
commit aaa04526a2
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:24:18 2019 -0700
Clean up
commit 4266be13d5
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:20:05 2019 -0700
Make sure start_ping is called before finish_ping for bdp and keepalive
commit 14107957aa
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 18:56:07 2019 -0700
chttp2 fixes
commit 5643aa6cb3
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 18:25:19 2019 -0700
Remove closure list scheduling from combiners
commit c596449430
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 17:35:54 2019 -0700
ares windows fix
commit 9f933903b9
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 17:23:11 2019 -0700
More fixes
commit 3c3a7d0e9b
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 16:08:07 2019 -0700
Fix errors
commit 56539cc448
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 15:22:28 2019 -0700
Everything compiles
commit 714ec01e4b
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 13:44:18 2019 -0700
src compiles
commit 54dcbd170d
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 13:16:08 2019 -0700
chttp2_transport changes
commit 7a3388b077
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 18:33:55 2019 -0700
resource quota and lb policy
commit 714e4c849f
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 17:23:04 2019 -0700
Further
commit 1d17ad7d44
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 13:34:52 2019 -0700
ares ev driver windows changes
commit 3110c062c5
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:47:37 2019 -0700
ares dns changes
commit 0e10bc17ea
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:24:45 2019 -0700
Add dns_resolver changes
commit 4a71a911e8
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:08:10 2019 -0700
Add fake_resolver changes
commit 8610a64ec9
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 19:31:13 2019 -0700
Remaning one from xds_client
commit 5f22055d0d
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 18:47:28 2019 -0700
One left from xds_client.cc
commit 4b1223f875
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 17:17:12 2019 -0700
modifications for xds.cc
commit a17bbbd840
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 13:06:25 2019 -0700
grpclb.cc changes
commit 3a33ed4762
Merge: 11058748fd 3d363368ca
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 11:24:11 2019 -0700
Merge branch 'combinernew' of github.com:yashykt/grpc into combinernew
commit 3d363368ca
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 11:18:00 2019 -0700
New combiner
|
5 years ago |
Vijay Pai
|
ec10d9ce90
|
clang-format
|
5 years ago |
Vijay Pai
|
5438ab53ec
|
clang-format
|
5 years ago |
Vijay Pai
|
5e2a9ee11e
|
clang-format
|
5 years ago |