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
9d51ce6076
make C# CallError enum up to date with C core
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
d37fbe1f77
add extra comments that explain that #19196 is not an issue
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
Eric Gribkoff
d60febca9e
Merge pull request #23925 from menghanl/v1.31.x
...
backport xds flaky test fixes to v1.31.x
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
2c0d5f70e0
Merge pull request #23921 from ericgribkoff/bump_timeout
...
Increase xDS job timeout while increased run time is investigated
5 years ago
Menghan Li
26de5087d8
Merge pull request #23924 from menghanl/disable_new_instance_group_test
...
xds testing: delete test new_instance_group
5 years ago
Eric Gribkoff
efb7b0f7f8
Merge pull request #23915 from ericgribkoff/really_remove_flake_fix
...
Account for connecting to different zone TD
5 years ago
Eric Gribkoff
8fd8a47c7d
Merge pull request #23911 from ericgribkoff/remove_flake_fix
...
Account for empty EDS update in test_round_robin
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
Menghan Li
f700a8c73c
Merge pull request #23909 from menghanl/xds_test_fail_on_error
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
Karthik Ravi Shankar
75187ec316
fix golden test file for codegen test
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
Karthik Ravi Shankar
c0998bc97f
Fix codegen and gen file
5 years ago
Menghan Li
c43543050e
Merge pull request #23891 from menghanl/v1.31.x
...
xds testing: add a test case with multiple routes referring to same cluster
5 years ago
Karthik Ravi Shankar
967c0a2a32
Move Server from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18458
5 years ago
Karthik Ravi Shankar
c6f2c3206a
Merge branch 'master' into server-context
5 years ago
Karthik Ravi Shankar
a23578444c
Fix and format build after rebase
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