[end2end] Fix fuzzer found crash (#34004)

Fixes b/293789128
pull/34014/head
Craig Tiller 2 years ago committed by GitHub
parent a5f1121982
commit ad9e8f45eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1424
      test/core/end2end/end2end_test_corpus/keepalive_timeout/clusterfuzz-testcase-minimized-keepalive_timeout_fuzzer-6432818156601344.test
  2. 2
      test/core/end2end/tests/keepalive_timeout.cc

@ -40,7 +40,7 @@ CORE_END2END_TEST(Http2SingleHopTest, KeepaliveTimeout) {
.Set(GRPC_ARG_KEEPALIVE_TIME_MS, 10)
.Set(GRPC_ARG_KEEPALIVE_TIMEOUT_MS, 0)
.Set(GRPC_ARG_HTTP2_BDP_PROBE, false));
auto c = NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create();
auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create();
IncomingMetadata server_initial_metadata;
IncomingStatusOnClient server_status;
c.NewBatch(1)

Loading…
Cancel
Save