From f865630a6470dff4fe37db4f4c67015164bb4e53 Mon Sep 17 00:00:00 2001 From: Jack He Date: Fri, 7 Feb 2025 15:38:32 -0800 Subject: [PATCH] full revert --- src/perf/lib/PerfClient.cpp | 2 +- src/test/bin/quic_gtest.cpp | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/perf/lib/PerfClient.cpp b/src/perf/lib/PerfClient.cpp index 30dae7a391..1b6542be87 100644 --- a/src/perf/lib/PerfClient.cpp +++ b/src/perf/lib/PerfClient.cpp @@ -442,7 +442,7 @@ PerfClient::Wait( } if (GetConnectedConnections() == 0) { - WriteOutput("Error: Nooooooooooooooooo!\n"); + WriteOutput("Error: No Successful Connections!\n"); return QUIC_STATUS_CONNECTION_REFUSED; } diff --git a/src/test/bin/quic_gtest.cpp b/src/test/bin/quic_gtest.cpp index 92fadcfe72..5b01ffb796 100644 --- a/src/test/bin/quic_gtest.cpp +++ b/src/test/bin/quic_gtest.cpp @@ -1881,15 +1881,15 @@ TEST_P(WithSend0RttArgs1, Send0Rtt) { } TEST_P(WithSend0RttArgs2, Reject0Rtt) { -// #if defined(QUIC_API_ENABLE_PREVIEW_FEATURES) -// if (UseQTIP) { -// // -// // QTIP doesn't work with 0-RTT. QTIP only pauses and caches 1 packet during -// // TCP handshake. -// // -// return; -// } -// #endif +#if defined(QUIC_API_ENABLE_PREVIEW_FEATURES) + if (UseQTIP) { + // + // QTIP doesn't work with 0-RTT. QTIP only pauses and caches 1 packet during + // TCP handshake. + // + return; + } +#endif TestLoggerT Logger("Reject0Rtt", GetParam()); if (TestingKernelMode) { QUIC_RUN_CONNECT_AND_PING_PARAMS Params = {