зеркало из https://github.com/microsoft/msquic.git
wrap by preview feature (#4441)
This commit is contained in:
Родитель
caba7bbf24
Коммит
59ce86fd0a
|
@ -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) {
|
||||
|
@ -2211,6 +2212,7 @@ TEST(Misc, StreamMultiReceive) {
|
|||
QuicTestStreamMultiReceive();
|
||||
}
|
||||
}
|
||||
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES
|
||||
|
||||
TEST(Misc, StreamBlockUnblockUnidiConnFlowControl) {
|
||||
TestLogger Logger("StreamBlockUnblockUnidiConnFlowControl");
|
||||
|
|
|
@ -4265,6 +4265,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] = {};
|
||||
|
@ -4481,3 +4482,4 @@ QuicTestStreamMultiReceive(
|
|||
delete[] Context.RecvBuffer;
|
||||
}
|
||||
}
|
||||
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES
|
||||
|
|
Загрузка…
Ссылка в новой задаче