Skip to content

Commit

Permalink
wrap by preview feature (#4441) (#4443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Aug 7, 2024
1 parent 343c8bf commit fb7a6eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/bin/quic_gtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2202,6 +2202,7 @@ TEST(Misc, StreamReliableResetMultipleSends) {
}
#endif // QUIC_PARAM_STREAM_RELIABLE_OFFSET

#ifdef QUIC_API_ENABLE_PREVIEW_FEATURES
TEST(Misc, StreamMultiReceive) {
TestLogger Logger("StreamMultiReceive");
if (TestingKernelMode) {
Expand All @@ -2211,6 +2212,7 @@ TEST(Misc, StreamMultiReceive) {
QuicTestStreamMultiReceive();
}
}
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES

TEST(Misc, StreamBlockUnblockUnidiConnFlowControl) {
TestLogger Logger("StreamBlockUnblockUnidiConnFlowControl");
Expand Down
2 changes: 2 additions & 0 deletions src/test/lib/DataTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4251,6 +4251,7 @@ QuicTestStreamReliableResetMultipleSends(
}
#endif // QUIC_PARAM_STREAM_RELIABLE_OFFSET

#ifdef QUIC_API_ENABLE_PREVIEW_FEATURES
#define MultiRecvNumSend 10
// 1G seems to be too big for CI environment to finish in a reasonable time.
uint8_t Buffer10M[10000000] = {};
Expand Down Expand Up @@ -4467,3 +4468,4 @@ QuicTestStreamMultiReceive(
delete[] Context.RecvBuffer;
}
}
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES

0 comments on commit fb7a6eb

Please sign in to comment.