aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-04-12 08:05:44 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-04-12 08:05:44 -0700
commitde077acf5da5c720253ab1232d90872a494a64ce (patch)
treece9548a1b99d123a0d437a4394eb249c9828e794 /test/core/end2end/gen_build_yaml.py
parent749f923c5b1bf77a5867088bfdd927b9af5b3fb2 (diff)
Fix retry code handling of internally triggered recv_trailing_metadata.
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index c7b0362574..c355fc24b5 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -170,6 +170,9 @@ END2END_TESTS = {
proxyable=False),
'retry_non_retriable_status': default_test_options._replace(
cpu_cost=LOWCPU, needs_client_channel=True, proxyable=False),
+ 'retry_non_retriable_status_before_recv_trailing_metadata_started':
+ default_test_options._replace(
+ cpu_cost=LOWCPU, needs_client_channel=True, proxyable=False),
'retry_recv_initial_metadata': default_test_options._replace(
cpu_cost=LOWCPU, needs_client_channel=True, proxyable=False),
'retry_recv_message': default_test_options._replace(