msquic icon indicating copy to clipboard operation
msquic copied to clipboard

Misc/WithCidUpdateArgs.CidUpdate/5 failed

Open nibanks opened this issue 3 years ago • 1 comments

Describe the bug

https://github.com/microsoft/msquic/runs/7916845165?check_suite_focus=true#step:9:1600

[ RUN      ] Misc/WithCidUpdateArgs.CidUpdate/5
C:\__w\1\s\src\test\lib\HandshakeTest.cpp(2144): error: Client.GetLocalBidiStreamCount() not equal to (uint16_t)(100+i)
[  FAILED  ] Misc/WithCidUpdateArgs.CidUpdate/5, where GetParam() = v6/4 (1021 ms)

Affected OS

  • [ ] All
  • [X] 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

Run down level tests.

Expected behavior

All tests should pass

Actual outcome

Sometimes we see above failures.

Additional details

No response

nibanks avatar Aug 19 '22 11:08 nibanks

https://github.com/microsoft/msquic/actions/runs/4356889660/jobs/7615500327#step:8:2404

[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
Initializing for User Mode tests
[----------] 1 test from Misc/WithCidUpdateArgs
[ RUN      ] Misc/WithCidUpdateArgs.CidUpdate/1
D:\a\msquic\msquic\src\test\lib\HandshakeTest.cpp(2351): error: Server->GetLocalBidiStreamCount() not equal to (uint16_t)(101+i)
[  FAILED  ] Misc/WithCidUpdateArgs.CidUpdate/1, where GetParam() = v4/2 (2424 ms)
[----------] 1 test from Misc/WithCidUpdateArgs (2424 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (6427 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Misc/WithCidUpdateArgs.CidUpdate/1, where GetParam() = v4/2

windows-2022-x64-schannel-sanitize.zip

nibanks avatar Mar 07 '23 19:03 nibanks