daicoden
2fc3131829
Add copyrights
2020-07-24 15:54:16 -10:00
Matt Wilson
67f3ebd90e
PR Feedback.
2020-04-29 11:13:21 -10:00
Matt Wilson
594e1f6a64
py_proto_library uses workspace and pkg paths
...
All python imports currently are added to the runfiles under __main__
which is only the default when no workspace name is provided. This
change supports both empty workspace names, and specified workspace
names.
This also supports python libs not anchored at root
2020-04-27 09:04:37 -10:00
Richard Belleville
65451fe93c
Merge pull request #22798 from gnossen/pylint
...
Pin astroid
2020-04-27 11:35:33 -07:00
Richard Belleville
2ea571a92a
Pin astroid
2020-04-27 09:59:21 -07:00
donnadionne
7846840841
Merge pull request #22787 from donnadionne/policy_name
...
Ensuring each action is only generated once in service config, even
2020-04-27 09:33:36 -07:00
Jan Tattermusch
ce93ed85bf
Merge pull request #22769 from jtattermusch/upgrade_protobuf_3_11_4
...
Upgrade third_party/protobuf to 3.11.4
2020-04-27 14:25:01 +02:00
Jan Tattermusch
0289d5a2c0
Merge pull request #22785 from donnadionne/revert
...
Revert a change to XdsTest/ClientLoadReportingWithDropTest
2020-04-27 12:56:10 +02:00
Jan Tattermusch
7f2af36ddc
update ObjC podspecs to protobuf 3.11.4
2020-04-27 04:51:38 -04:00
Jan Tattermusch
d3abb4dce5
upgrade Google.Protobuf nugets to 3.11.4
2020-04-27 04:51:38 -04:00
Jan Tattermusch
93e227c2f4
run tools/distrib/python/make_grpcio_tools.py
2020-04-27 04:51:38 -04:00
Jan Tattermusch
a3e9c0b92a
regenerate PHP code
2020-04-27 04:51:38 -04:00
Jan Tattermusch
d067c7e663
update third_party/protobuf to 3.11.4
2020-04-27 04:51:38 -04:00
Jan Tattermusch
54749bf49c
Merge pull request #22764 from jtattermusch/bazel_dep_mirroring
...
Establish mirror for all bazel dependencies
2020-04-27 10:29:30 +02:00
Donna Dionne
326a81bf87
Ensuring each action is only generated once in service config, even
...
if the same one is referred to multiple times by routes.
Added this test case in existing test case.
2020-04-25 23:04:35 -07:00
Donna Dionne
0ce79a560b
Revert a change to XdsTest/ClientLoadReportingWithDropTest
...
This test was a bit flaky, but after the change, the msan runs are
failing more often.
Reverting the change while investigating futher
2020-04-25 20:54:05 -07:00
Muxi Yan
6b676440f5
Merge pull request #22778 from muxi/fix-client-lb-end2end-tests
...
Fix client_lb_end2end_test flake
2020-04-24 22:09:16 -07:00
Muxi Yan
4f9425086b
Fix client_lb_end2end_test flake
2020-04-24 16:15:43 -07:00
nanahpang
d704da61a6
Merge pull request #22771 from grpc/revert-22735-string_less
...
Revert "Remove StringLess and src/core/lib/gprpp/map.h"
2020-04-24 12:33:15 -07:00
Eric Gribkoff
04277beda6
Merge pull request #22763 from ericgribkoff/fail_on_failure_flag
...
Add --fail_on_failed_rpc flag to xds tests
2020-04-24 10:53:51 -07:00
Yash Tibrewal
1b7aa97bf4
Merge pull request #22730 from yashykt/streamalignment
...
Use aligned calculation to determine transport stream from call data
2020-04-24 10:47:39 -07:00
Mark D. Roth
d39c981d4f
Revert "Remove StringLess and src/core/lib/gprpp/map.h"
2020-04-24 10:32:15 -07:00
donnadionne
56a3af5927
Merge pull request #22761 from donnadionne/vanilla
...
Fixing xds_end2end_test.cc: ClientLoadReporting Vanilla tests
2020-04-24 09:24:55 -07:00
Eric Gribkoff
5330ead3ab
Add --fail_on_failed_rpc flag to xds tests
2020-04-24 08:57:43 -07:00
Jan Tattermusch
fc5938ad41
handle mirror urls in check_bazel_workspace.py
2020-04-24 11:43:01 -04:00
Jan Tattermusch
4e7b000148
add copyright notice
2020-04-24 11:38:32 -04:00
Mark D. Roth
c6e25be7ab
Merge pull request #22735 from markdroth/string_less
...
Remove StringLess and src/core/lib/gprpp/map.h
2020-04-24 07:56:23 -07:00
Jan Tattermusch
275be9cd63
Merge pull request #22756 from ejona86/no-sha-in-name
...
tools: Put sha1 in container tag instead of name
2020-04-24 14:18:19 +02:00
Jan Tattermusch
ca33752a4c
script for updating bazel mirror
2020-04-24 04:31:35 -04:00
Jan Tattermusch
5af3eafee0
add mirror for each bazel http_archive dependency
2020-04-24 02:59:40 -04:00
Jan Tattermusch
841416456a
Merge pull request #22712 from jtattermusch/php_generate_protos_refactor
...
Php generate protos refactor
2020-04-24 07:34:29 +02:00
Lidi Zheng
da5022de6a
Merge pull request #22745 from lidizheng/doc-channel-args
...
Explain how to find channel arguments in our doc
2020-04-23 16:18:59 -07:00
Lidi Zheng
f8f425bcc9
Merge pull request #22758 from lidizheng/aio-cq-shutdown
...
[Aio] Make completion queue shutdown stricter
2020-04-23 16:02:27 -07:00
Lidi Zheng
b0acad5113
Merge pull request #22759 from grpc/revert-22688-aio-status
...
Revert "[Aio] Add AsyncIO support to grpcio-status"
2020-04-23 15:44:56 -07:00
Donna Dionne
0452c2a0cb
Fixing xds_end2end_test.cc: ClientLoadReporting Vanilla tests
...
1. sometimes the StreamLoadStats service (in a separate thread) is not
ready when we check to see if it has received and responded to request;
moving the check to a bit later after we know that it has processed a
report.
2. Drop test numbers can fall out of range by little bit: 366 > 360.6;
increasing traffic to smooth the result (this fix has been effective for
other similar flakes)
2020-04-23 15:43:30 -07:00
Mark D. Roth
6be8d5e76f
Merge pull request #22754 from markdroth/weighted_target_size_t_fix
...
Fix size_t range problem in weighted_target LB parsing code.
2020-04-23 15:15:47 -07:00
Mark D. Roth
c0f82fc595
Remove StringLess and src/core/lib/gprpp/map.h
2020-04-23 14:45:54 -07:00
Mark D. Roth
e652e17016
Merge pull request #22705 from markdroth/ref_counted_ptr_less
...
Remove RefCountedPtrLess.
2020-04-23 14:39:07 -07:00
Mark D. Roth
feb721c9a9
Merge pull request #22696 from markdroth/absl_use_directly
...
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
2020-04-23 14:37:47 -07:00
Lidi Zheng
004a3c3253
Weaken our promise
2020-04-23 14:16:36 -07:00
Lidi Zheng
77811ef323
Make completion queue shutdown stricter
2020-04-23 13:51:22 -07:00
Lidi Zheng
82c586bb3c
Revert "[Aio] Add AsyncIO support to grpcio-status"
2020-04-23 13:06:11 -07:00
Eric Anderson
61f66e81b6
tools: Put sha1 in container tag instead of name
...
Ideally instead of having names like ruby_jessie_x64_ruby_2_5 and
ruby_jessie_x64_ruby_2_6 they would have the name "ruby" with tags
containing jessie_x64_ruby_2_5/6. But fixing that would be much more
invasive. The sha1 in the tag is producing the worst effects, so this is
a case of the perfect being the enemy of the good.
Fixes #20546
2020-04-23 12:53:46 -07:00
donnadionne
dc42b5994f
Merge pull request #22752 from donnadionne/BackendsRestart
...
Fixing xds_end2endtest.cc BackendsRestart flake test
2020-04-23 12:11:29 -07:00
Mark D. Roth
09b42371e7
Remove grpc_core::InlinedVector<> and grpc_core::Optional<>.
2020-04-23 11:24:41 -07:00
Mark D. Roth
457f1b2699
Remove RefCountedPtrLess.
2020-04-23 11:22:36 -07:00
Mark D. Roth
1cd6e86845
Fix size_t range problem in weighted_target LB parsing code.
2020-04-23 11:19:21 -07:00
Jan Tattermusch
36d4d8c20f
Merge pull request #22751 from jtattermusch/resource_quota_server_epoll1
...
dont run resource_quota_server test case under epoll1
2020-04-23 19:38:53 +02:00
Lidi Zheng
dc3eb43ae6
It might be experimental
2020-04-23 10:22:34 -07:00
Donna Dionne
a7d9865961
Fixing xds_end2endtest.cc BackendsRestart flake test
...
Increase the number of RPCs after shutdown to ensure all
backends are down before restarting.
2020-04-23 10:10:07 -07:00