Open
Description
Describe the bug
https://github.com/microsoft/msquic/runs/7304802896?check_suite_focus=true
[----------] 1 test from ParameterValidation/WithValidateStreamEventArgs
[ RUN ] ParameterValidation/WithValidateStreamEventArgs.ValidateStreamEvents/2
C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator: Expected 1. Actual 3
C:\__w\1\s\src\test\lib\EventTest.cpp(8[56](https://github.com/microsoft/msquic/runs/7304802896?check_suite_focus=true#step:9:57)): error: Client.Complete.WaitTimeout(2000) not true
C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator: Expected 3. Actual 6
C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator: Expected 6. Actual 7
C:\__w\1\s\src\test\lib\EventTest.cpp(33): error: StreamEventValidator: Expected 1. Actual 7
C:\__w\1\s\src\test\lib\EventTest.cpp(128): error: ConnEventValidator: Expected 2. Actual 3
[ FAILED ] ParameterValidation/WithValidateStreamEventArgs.ValidateStreamEvents/2, where GetParam() = 2 (2240 ms)
[----------] 1 test from ParameterValidation/WithValidateStreamEventArgs (2240 ms total)
The test god QUIC_STREAM_EVENT_PEER_SEND_SHUTDOWN
instead of the QUIC_STREAM_EVENT_RECEIVE
event?
And no logs were collected.
Affected OS
- All
- Windows Server 2022
- Windows 11, version 22H2
- Windows 11, version 21H2
- Windows Insider Preview (specify affected build below)
- Ubuntu
- Debian
- Other (specify below)
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Create a PR that triggers downlevel tests to run.
Expected behavior
The tests should pass.
Actual outcome
Sometimes they fail because of a timing issue.
Additional details
No response