Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1120)

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2718603002: Enable bidi streaming in QUIC by default. Protected by FLAGS_quic_reloadable_flag_quic_always_enabl… (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_spdy_stream.h ('k') | net/tools/quic/quic_simple_server_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 4995021caefd0632aa0d29a7dd5301989f74641c..e29e6ccaabcb30f16ceb6841622911dcfdde78ce 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -2549,6 +2549,13 @@ TEST_P(EndToEndTest, LargePostEarlyResponse) {
set_server_initial_session_flow_control_receive_window(kWindowSize);
ASSERT_TRUE(Initialize());
+ if (FLAGS_quic_reloadable_flag_quic_always_enable_bidi_streaming) {
+ // This test is testing the same behavior as
+ // EarlyResponseWithQuicStreamNoError, except for the additional final check
+ // that the stream is reset on early response. Once this flag is deprecated
+ // the tests will be the same and this one can be removed.
+ return;
+ }
EXPECT_TRUE(client_->client()->WaitForCryptoHandshakeConfirmed());
« no previous file with comments | « net/quic/core/quic_spdy_stream.h ('k') | net/tools/quic/quic_simple_server_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698