Jan Tattermusch
|
047c2d476f
|
Merge pull request #21739 from grpc/vjpai-patch-1
Make microbenchmarks tests rather than binaries, fix issues
|
2020-02-14 10:08:39 +01:00 |
Yash Tibrewal
|
a77d7c0f5a
|
Merge pull request #21999 from yashykt/xdsinteropclangtidy
Clang tidy xds interop client
|
2020-02-13 12:33:56 -08:00 |
Vijay Pai
|
f7d857a8e4
|
Make threadpool and trickle tests manual only (excessive time/resources)
|
2020-02-13 10:12:12 -08:00 |
Vijay Pai
|
1513f3a7b4
|
Reduce unneeded sizes and disable tests on mac for resource limits
|
2020-02-13 09:34:15 -08:00 |
Vijay Pai
|
0c0f3f0556
|
Declare microbenchmarks as tests rather than binaries, fix issues
|
2020-02-13 09:34:15 -08:00 |
Jan Tattermusch
|
33e9718584
|
buildifier format
|
2020-02-13 12:46:22 +01:00 |
Jan Tattermusch
|
9cd65c71b2
|
add missing //test/cpp/interop:http2_client target
|
2020-02-13 12:46:22 +01:00 |
Yash Tibrewal
|
0a863f2243
|
Clang tidy xds interop client
|
2020-02-12 17:34:42 -08:00 |
Eric Gribkoff
|
656b43ee3d
|
Merge pull request #21888 from ericgribkoff/xds_test_client
Add xDS test client and server
|
2020-02-10 13:46:44 -08:00 |
Eric Gribkoff
|
2574d98967
|
buildifier
|
2020-02-09 19:03:59 -08:00 |
Eric Gribkoff
|
39eb1d31b8
|
clang tidy
|
2020-02-09 01:07:14 -08:00 |
Eric Gribkoff
|
7401256927
|
check arg early, correct var name
|
2020-02-06 18:20:50 -08:00 |
Mark D. Roth
|
cf032b300e
|
xds: Fix crash when moving all localities from a priority to a higher priority.
|
2020-02-05 07:51:36 -08:00 |
Mark D. Roth
|
283574e3b7
|
Convert service config code to use new JSON API
|
2020-02-04 07:42:31 -08:00 |
Eric Gribkoff
|
2509e0c97e
|
clang tidy
|
2020-02-04 01:28:31 -08:00 |
Eric Gribkoff
|
1d59b25dea
|
Add xDS test client and server
|
2020-02-04 00:39:52 -08:00 |
Esun Kim
|
bd57b6523c
|
Merge pull request #21825 from veblush/test-robust
Make test code use TestEnvironment (part 3)
|
2020-01-31 16:29:12 -08:00 |
Jan Tattermusch
|
b8aa71ded7
|
Merge pull request #21833 from jtattermusch/reintroduce_again_21527
Reintroduce #21527 (boringssl submodule unification - take two)
|
2020-01-31 16:57:22 +01:00 |
Mark D. Roth
|
2e7d6b94ea
|
Merge pull request #21242 from markdroth/json_new_api
Convert channelz code to use new JSON API
|
2020-01-30 15:20:40 -08:00 |
Vijay Pai
|
4a6d07747a
|
Merge pull request #21841 from vjpai/qps_no_more_shutdown_thread
QPS test: Shutdown server properly before CQs
|
2020-01-30 14:26:24 -08:00 |
Vijay Pai
|
fcc5e58a4e
|
Merge pull request #21747 from vjpai/synced_alarm
Make use of alarm in test service more robust
|
2020-01-30 12:42:41 -08:00 |
Mark D. Roth
|
bc5e3fb661
|
Convert channelz code to use new JSON API
|
2020-01-30 10:57:53 -08:00 |
Vijay Pai
|
6622c94c17
|
Shutdown server properly before CQs
|
2020-01-30 09:25:57 -08:00 |
Vijay Pai
|
c34999ae2c
|
Remove unneeded curly braces
|
2020-01-30 00:20:17 -08:00 |
matthewstevenson88
|
9e0b87f523
|
Revert "Updates to TLS credentials, version 2"
|
2020-01-29 12:24:21 -08:00 |
Jan Tattermusch
|
f098606c4a
|
Revert "Revert "Reintroduce #21527 (boringssl submodule unification)""
This reverts commit cca892022b.
|
2020-01-29 09:18:51 -05:00 |
Vijay Pai
|
d173d3fde8
|
Fix cancellation to make it easier to follow
|
2020-01-29 00:39:49 -08:00 |
Vijay Pai
|
e695974375
|
Merge branch 'master' into synced_alarm
|
2020-01-28 23:59:12 -08:00 |
Esun Kim
|
257411aa2d
|
Fix test flakiness
|
2020-01-28 19:53:29 -08:00 |
Mark D. Roth
|
cb6168667c
|
remove unused "using" declaration
|
2020-01-28 13:29:52 -08:00 |
Mark D. Roth
|
1490b5a24e
|
Fix unused-result errors on import.
|
2020-01-28 12:47:37 -08:00 |
hcaseyal
|
5631724539
|
Merge pull request #21805 from grpc/revert-21797-reintroduce_21527
Revert "Reintroduce #21527 (boringssl submodule unification)"
|
2020-01-28 10:41:33 -08:00 |
matthewstevenson88
|
deb59ef6c0
|
Merge pull request #21804 from matthewstevenson88/tls-credentials-1
Updates to TLS credentials, version 2
|
2020-01-28 09:40:56 -08:00 |
Mark D. Roth
|
404d235153
|
Merge pull request #21775 from markdroth/xds_timeout
Support xds request timeouts.
|
2020-01-27 15:50:46 -08:00 |
hcaseyal
|
cca892022b
|
Revert "Reintroduce #21527 (boringssl submodule unification)"
|
2020-01-27 13:46:10 -08:00 |
Matthew Stevenson
|
e18defc303
|
Fix attempt #2.
|
2020-01-27 12:47:32 -08:00 |
Mark D. Roth
|
d7a91d59bb
|
Support xds request timeouts.
|
2020-01-27 11:27:44 -08:00 |
Matthew Stevenson
|
6395896cc3
|
Merge remote-tracking branch 'upstream/master' into tls-credentials-1
|
2020-01-27 11:25:10 -08:00 |
Jan Tattermusch
|
f91a1c5a69
|
avoid async_end2end_test timeout on msan
|
2020-01-27 05:27:55 -05:00 |
Mark D. Roth
|
ac7c1d20ed
|
Add LDS/RDS into XdsClient
|
2020-01-24 08:05:02 -08:00 |
Matthew Stevenson
|
4d61655409
|
Merge remote-tracking branch 'upstream/master' into tls-credentials-1
|
2020-01-23 14:31:17 -08:00 |
Matthew Stevenson
|
b2f1510dd7
|
Fix load TLS server credentials 1.
|
2020-01-23 13:44:18 -08:00 |
matthewstevenson88
|
26d50f726a
|
Revert "Collect TLS-specific changes from PR 20568."
|
2020-01-23 12:34:43 -08:00 |
matthewstevenson88
|
87bc81fd28
|
Merge pull request #21766 from matthewstevenson88/tls-credentials-1
Collect TLS-specific changes from PR 20568.
|
2020-01-22 15:56:57 -08:00 |
Vijay Pai
|
8ee7657a3d
|
Merge pull request #21738 from vjpai/bm_server_noncore
Stop using core server shutdown in microbenchmarks
|
2020-01-22 15:13:39 -08:00 |
Matthew Stevenson
|
5cfff04ce9
|
Collect TLS-specific changes from PR 2-568.
|
2020-01-22 13:06:22 -08:00 |
Vijay Pai
|
3ade3e84a9
|
Make use of alarm in test service more robust
|
2020-01-22 10:31:25 -08:00 |
Vijay Pai
|
3b7286f1a1
|
Alarm callback should run on executor
|
2020-01-21 23:52:47 -08:00 |
Vijay Pai
|
2678afe310
|
Stop using core server shutdown in microbenchmarks
|
2020-01-21 14:24:42 -08:00 |
Jan Tattermusch
|
3f3cf8b62a
|
Revert "grpclb stabilization"
|
2020-01-20 14:11:16 +01:00 |