“Mohan
41bad78ab3
add features and linkstatic to grpc_cc_binary in bazel
5 years ago
Eric Gribkoff
c4b31bc3fe
Merge pull request #23939 from ericgribkoff/bump_ops_timeout
...
Increase timeout for GCP operations
5 years ago
Eric Gribkoff
244aad3552
Increase timeout for GCP operations
5 years ago
Esun Kim
7c343ee45e
Merge pull request #23893 from veblush/abseil-sse
...
Add ABSL_RANDOM_HWAES_FLAGS
5 years ago
Vijay Pai
2b53723669
Merge pull request #23898 from vjpai/clang_tidy_server
...
Remove unneeded data members already present in the base class
5 years ago
Eric Gribkoff
6abdab4019
Merge pull request #23927 from ericgribkoff/disable_dist_check
...
xds testing: remove distribution comparison in backends restart
5 years ago
Eric Gribkoff
1280ffd484
Merge pull request #23928 from ericgribkoff/give_round_robin_more_time
...
Increase attempt number waiting for round_robin config propagation
5 years ago
Menghan Li
0b463943e2
Merge pull request #23923 from menghanl/xds_test_set_serving_status
5 years ago
Mark D. Roth
85d4e49313
Merge pull request #23910 from markdroth/xds_duplicate_resources
...
xds: NACK if response includes duplicate resource names.
5 years ago
Jan Tattermusch
b918b91148
Merge pull request #23904 from jtattermusch/generate_upbdefs
...
Generate upbdefs file in upb codegen and put them in src/core/ext/upbdefs-generated
5 years ago
Jan Tattermusch
560932cd82
Merge pull request #23901 from jtattermusch/clang_tidy_dockerfile_buildable
...
Make sure clang_tidy dockerfile is buildable
5 years ago
Jan Tattermusch
e36ee8ef19
fix sanity tests
5 years ago
Eric Gribkoff
5a60e1bb19
Increase attempt number waiting for round_robin config propagation
5 years ago
Menghan Li
a7dc27d4e9
xds testing: check serving status is set correctly
...
And print what status was set. This helps debugging when the test fails
5 years ago
Eric Gribkoff
214dbce0ca
xds testing: remove distribution comparison in backends restart
...
This does not add any coverage beyond the existing round_robin checks,
and has a potential flake when any RPCs in the initial sampled
distribution (before restart) fail, we will get a skewed distribution
and be unable to match it after the restart.
5 years ago
Eric Gribkoff
3d24907ac0
Merge pull request #23921 from ericgribkoff/bump_timeout
...
Increase xDS job timeout while increased run time is investigated
5 years ago
Menghan Li
c9a31a4091
Merge pull request #23924 from menghanl/disable_new_instance_group_test
...
xds testing: delete test new_instance_group
5 years ago
Menghan Li
f5f9f17710
xds testing: delete test new_instance_group
...
This test is already covered by remove_instance_group (which adds a new instance group and then remove).
This test is also failing when the TD instance connected by the client is in a different region.
5 years ago
Eric Gribkoff
d88c6ec565
Increase xDS job timeout while increased run time is investigated
5 years ago
Eric Gribkoff
a14395495d
Merge pull request #23915 from ericgribkoff/really_remove_flake_fix
...
Account for connecting to different zone TD
5 years ago
Eric Gribkoff
e203dd44ed
Merge pull request #23911 from ericgribkoff/remove_flake_fix
...
Account for empty EDS update in test_round_robin
5 years ago
Menghan Li
cb507e0ed4
Merge pull request #23909 from menghanl/xds_test_fail_on_error
5 years ago
Mark D. Roth
9a39f172a6
xds: NACK if response includes duplicate resource names.
5 years ago
Mark D. Roth
c371016e90
Merge pull request #23906 from markdroth/xds_upb_strview
...
Clean up upb_strview handling.
5 years ago
Richard Belleville
b9a7fa85b3
Merge pull request #23912 from gnossen/revert_run_xds_tests
...
Revert run_xds_tests.py changes to derisk release
5 years ago
Eric Gribkoff
8c97bc639c
yapf
5 years ago
Stanley Cheung
b5b4c9f1a1
Merge pull request #23907 from HannahShiSFB/issue23736
...
PHP: change return type annotation of generated PHP methods
5 years ago
Eric Gribkoff
09225ef049
Account for connecting to different zone TD
5 years ago
Vijay Pai
ca6b01b8a0
Merge pull request #23895 from grpc/vjpai-patch-1
...
Remove unneeded and incorrect forward reference
5 years ago
Mark D. Roth
c9a142e839
Clean up upb_strview handling.
5 years ago
Richard Belleville
2188da4c92
Revert run_xds_tests.py changes to derisk release
5 years ago
Eric Gribkoff
bbe880c0a2
Account for empty EDS update in test_round_robin
5 years ago
Mark D. Roth
b3808b73da
Merge pull request #23903 from markdroth/listener_addresses_revert
...
Revert "Pass listening addresses into XdsClient"
5 years ago
Menghan Li
1eb137b28d
xds testing: disable fail_on_failed_rpc check
...
Fixing this needs further work to not share resources between tests.
5 years ago
root
64c6d686f5
re-generate PHP files
5 years ago
root
e3340f1ccb
change return type annotation of generated PHP methods
5 years ago
Richard Belleville
0bd773c152
Merge pull request #23892 from gnossen/python_interop_client_additions
...
Python xDS interop client traffic splitting / path matching additions
5 years ago
Vijay Pai
5c9901f90d
Merge pull request #23896 from grpc/vjpai-patch-2
...
Remove unneeded forward reference
5 years ago
Vijay Pai
e14d96c34e
Merge pull request #23897 from grpc/vjpai-patch-3
...
Remove unneeded and incorrect forward reference
5 years ago
Jan Tattermusch
80252ec4a6
run tools/codegen/core/gen_upb_api.sh
5 years ago
Jan Tattermusch
9187a02d21
regenerate projects
5 years ago
Jan Tattermusch
5f02c33b6a
exclude upbdefs-generated from clang_tidy_all_the_things.sh
5 years ago
Jan Tattermusch
6d6339db34
fix non-bazel build systems
5 years ago
Jan Tattermusch
44284486ac
add src/core/ext/upbdefs-generated include to bazel build
5 years ago
Jan Tattermusch
54613cc45b
upb codegen: put .upbdefs.h and .upbdefs.c files in a different directory
5 years ago
Mark D. Roth
98543382d9
Revert "Merge pull request #23787 from markdroth/xds_client_api2"
...
This reverts commit 0649026e8a
, reversing
changes made to 3978bd1c62
.
5 years ago
Jan Tattermusch
613333d805
Merge pull request #23899 from jtattermusch/cleanup_non_rbe_bazel_commands
...
Cleanup bazel commands in test scripts (for non-RBE invocations)
5 years ago
Jan Tattermusch
2274ed51bb
make sure clang_tidy dockerfile is buildable
5 years ago
Jan Tattermusch
afda101854
cleanup bazel commands in test scripts (for non-RBE invocations)
5 years ago
Jan Tattermusch
fb8e4556c2
Merge pull request #23890 from jtattermusch/run_microbenchmark_use_bazel
...
run_microbenchmark.py should use bazel
5 years ago