|
|
|
@ -24,6 +24,8 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_compress_test@max_connection_age", |
|
|
|
|
"h2_compress_test@max_connection_idle", |
|
|
|
|
"h2_compress_test@retry_cancellation", |
|
|
|
|
"h2_compress_test@retry_per_attempt_recv_timeout", |
|
|
|
|
"h2_fakesec_test@max_connection_idle", |
|
|
|
|
"h2_fakesec_test@retry_per_attempt_recv_timeout", |
|
|
|
|
"h2_fakesec_test@retry_server_pushback_disabled", |
|
|
|
|
"h2_fakesec_test@retry_too_many_attempts", |
|
|
|
@ -56,14 +58,13 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_insecure_test@max_connection_age", |
|
|
|
|
"h2_insecure_test@max_connection_idle", |
|
|
|
|
"h2_insecure_test@retry", |
|
|
|
|
"h2_insecure_test@retry_send_initial_metadata_refs", |
|
|
|
|
"h2_insecure_test@retry_server_pushback_disabled", |
|
|
|
|
"h2_local_abstract_uds_percent_encoded_test@max_connection_idle", |
|
|
|
|
"h2_local_ipv4_test@bad_ping", |
|
|
|
|
"h2_local_ipv4_test@max_connection_idle", |
|
|
|
|
"h2_local_ipv4_test@retry", |
|
|
|
|
"h2_local_ipv4_test@retry_per_attempt_recv_timeout", |
|
|
|
|
"h2_local_ipv4_test@retry_send_initial_metadata_refs", |
|
|
|
|
"h2_local_ipv4_test@retry_server_pushback_delay", |
|
|
|
|
"h2_local_ipv4_test@retry_streaming2", |
|
|
|
|
"h2_local_ipv6_test@bad_ping", |
|
|
|
|
"h2_local_ipv6_test@cancel_after_accept", |
|
|
|
@ -74,6 +75,7 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_local_uds_percent_encoded_test@bad_ping", |
|
|
|
|
"h2_local_uds_percent_encoded_test@connectivity", |
|
|
|
|
"h2_local_uds_percent_encoded_test@max_connection_idle", |
|
|
|
|
"h2_local_uds_percent_encoded_test@ping", |
|
|
|
|
"h2_local_uds_percent_encoded_test@retry_per_attempt_recv_timeout", |
|
|
|
|
"h2_local_uds_percent_encoded_test@retry_streaming2", |
|
|
|
|
"h2_local_uds_percent_encoded_test@retry_transparent_mcs", |
|
|
|
@ -88,7 +90,6 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_oauth2_test@grpc_authz", |
|
|
|
|
"h2_oauth2_test@max_connection_age", |
|
|
|
|
"h2_oauth2_test@max_connection_idle", |
|
|
|
|
"h2_oauth2_test@retry_server_pushback_delay", |
|
|
|
|
"h2_oauth2_test@retry_server_pushback_disabled", |
|
|
|
|
"h2_oauth2_test@retry_too_many_attempts", |
|
|
|
|
"h2_proxy_test@grpc_authz", |
|
|
|
@ -107,10 +108,11 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_ssl_cred_reload_test@retry_server_pushback_delay", |
|
|
|
|
"h2_ssl_cred_reload_test@retry_too_many_attempts", |
|
|
|
|
"h2_ssl_cred_reload_test@simple_delayed_request", |
|
|
|
|
"h2_ssl_cred_reload_tls12_test@retry_server_pushback_delay", |
|
|
|
|
"h2_ssl_cred_reload_tls12_test@retry_too_many_attempts", |
|
|
|
|
"h2_ssl_proxy_test@disappearing_server", |
|
|
|
|
"h2_ssl_proxy_test@retry_cancellation", |
|
|
|
|
"h2_ssl_proxy_test@retry_exceeds_buffer_size_in_delay", |
|
|
|
|
"h2_ssl_proxy_test@retry_server_pushback_delay", |
|
|
|
|
"h2_ssl_proxy_test@retry_too_many_attempts", |
|
|
|
|
"h2_ssl_proxy_test@shutdown_finishes_calls", |
|
|
|
|
"h2_ssl_test@bad_ping", |
|
|
|
|
"h2_ssl_test@compressed_payload", |
|
|
|
@ -145,6 +147,7 @@ FLAKY_TESTS = [ |
|
|
|
|
"h2_tls_static_async_tls1_3_test@max_connection_idle", |
|
|
|
|
"h2_tls_static_async_tls1_3_test@retry_cancellation", |
|
|
|
|
"h2_tls_static_async_tls1_3_test@retry_per_attempt_recv_timeout", |
|
|
|
|
"h2_tls_static_async_tls1_3_test@retry_server_pushback_delay", |
|
|
|
|
"h2_tls_static_async_tls1_3_test@simple_delayed_request", |
|
|
|
|
"h2_tls_test@bad_ping", |
|
|
|
|
"h2_tls_test@connectivity", |
|
|
|
|