aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-05 10:33:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-05 10:33:47 -0800
commit2ef5a647bfb2bc9390a14be843647c2fb7841b36 (patch)
tree562cb98234a7f49858ac3673a06220036ba2871c /test/core/end2end/gen_build_yaml.py
parent4e6247a23cf94bc363abb2e8eb0d2b03195b9c5d (diff)
Add a test of finishing buffering with EOS
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 52142c2640..bcb7136eaa 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -144,6 +144,7 @@ END2END_TESTS = {
'trailing_metadata': default_test_options,
'authority_not_supported': default_test_options,
'write_buffering': default_test_options,
+ 'write_buffering_at_end': default_test_options,
}