]> git.feebdaed.xyz Git - 0xmirror/grpc.git/commitdiff
[PH2][E2E] Enable the following tests:
authorAkshit Patel <akshitpatel@google.com>
Tue, 9 Dec 2025 06:27:39 +0000 (22:27 -0800)
committerCopybara-Service <copybara-worker@google.com>
Tue, 9 Dec 2025 06:30:15 +0000 (22:30 -0800)
1. CoreDeadlineTests.CancelAfterRoundTrip
2. CoreDeadlineSingleHopTests
3. ClientChannelTests.CancelAfterRoundTrip
4. ClientChannelTests.CancelAfterAccept
5. Http2Tests.HighInitialSeqno

PiperOrigin-RevId: 842067519

test/core/end2end/end2end_ph2_config.cc

index a2f8b32091f18d71bbf0618060db967f06d67c9c..29b116eac29e6884153ff3d5fa536da3ce6f85f8 100644 (file)
@@ -72,14 +72,10 @@ class Ph2InsecureFixture : public InsecureFixture {
   "|CoreDeadlineTests.DeadlineAfterInvoke3" \
   "|CoreDeadlineTests.DeadlineAfterInvoke4" \
   "|CoreDeadlineTests.DeadlineAfterInvoke5" \
-  "|CoreDeadlineTests.DeadlineAfterInvoke6"
+  "|CoreDeadlineTests.DeadlineAfterInvoke6" \
+  "|CoreDeadlineTests.DeadlineAfterRoundTrip"
 
 #define GRPC_HTTP2_PROMISE_CLIENT_TRANSPORT_AVOID_LIST                         \
-  "|CoreClientChannelTests.DeadlineAfterAcceptWithServiceConfig"               \
-  "|CoreClientChannelTests.DeadlineAfterRoundTripWithServiceConfig"            \
-  "|CoreDeadlineTests.DeadlineAfterRoundTrip"                                  \
-  "|CoreDeadlineSingleHopTests."                                               \
-  "TimeoutBeforeRequestCallWithRegisteredMethodWithPayload"                    \
   "|CoreEnd2endTests.BinaryMetadataServerHttp2FallbackClientHttp2Fallback"     \
   "|CoreEnd2endTests.BinaryMetadataServerHttp2FallbackClientTrueBinary"        \
   "|CoreEnd2endTests.BinaryMetadataServerTrueBinaryClientTrueBinary"           \
@@ -98,7 +94,6 @@ class Ph2InsecureFixture : public InsecureFixture {
   "|Http2SingleHopTests.MaxConcurrentStreamsTimeoutOnSecond"                   \
   "|Http2SingleHopTests.MaxConcurrentStreamsRejectOnClient"                    \
   "|Http2SingleHopTests.SimpleDelayedRequestShort"                             \
-  "|Http2Tests.HighInitialSeqno"                                               \
   "|Http2Tests.ServerStreaming"                                                \
   "|Http2Tests.ServerStreamingEmptyStream"                                     \
   "|Http2Tests.ServerStreaming10Messages"                                      \
@@ -109,7 +104,7 @@ class Ph2InsecureFixture : public InsecureFixture {
 #define GRPC_HTTP2_PROMISE_CLIENT_TRANSPORT_ALLOW_SUITE    \
   "CoreEnd2endTests|CoreDeadlineTests|CoreLargeSendTests|" \
   "CoreClientChannelTests|CoreDeadlineSingleHopTests|"     \
-  "Http2SingleHopTests|Http2Tests"
+  "Http2SingleHopTests|Http2Tests|CoreDeadlineSingleHopTests"
 
 std::vector<CoreTestConfiguration> End2endTestConfigs() {
   std::vector<CoreTestConfiguration> list_of_configs;