Skip to content

AppData/WithSendArgs1.SendQtip failed #4981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 4 tasks
nibanks opened this issue Apr 8, 2025 · 2 comments
Open
1 of 4 tasks

AppData/WithSendArgs1.SendQtip failed #4981

nibanks opened this issue Apr 8, 2025 · 2 comments
Assignees
Labels
Bug: Test/Tool Code bug in the test or tool specific code.
Milestone

Comments

@nibanks
Copy link
Member

nibanks commented Apr 8, 2025

Describe the bug

https://github.com/microsoft/msquic/actions/runs/14326611576/job/40153520326#step:9:2185

The connection is getting closed with 0x80410003, which is QUIC_STATUS_INTERNAL_ERROR.

[ RUN      ] AppData/WithSendArgs1.SendQtip/404
D:\a\msquic\msquic\src\test\lib\TestConnection.cpp(864): error: Unexpected transport Close Error, expected=0x0, actual=0x80410003

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(146): error: Not all data sent.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(149): error: Not all data received.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(146): error: Not all data sent.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(149): error: Not all data received.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(146): error: Not all data sent.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(149): error: Not all data received.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(146): error: Not all data sent.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(149): error: Not all data received.

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(231): error: Connection->GetTransportClosed() not false

D:\a\msquic\msquic\src\test\lib\DataTest.cpp(581): error: Wait for server to complete timed out after 3010 ms.

[  FAILED  ] AppData/WithSendArgs1.SendQtip/404, where GetParam() = v6/10000/2/4/SendBuffer/Bidi/Client (3151 ms)

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

With QTIP, over XDP.

MsQuic version

main

Steps taken to reproduce bug

Run the BVTs over XDP.

Expected behavior

All tests pass.

Actual outcome

Sometimes the SendQtip test fails.

Additional details

No response

@nibanks nibanks added the Bug: Test/Tool Code bug in the test or tool specific code. label Apr 8, 2025
@nibanks nibanks added this to the Future milestone Apr 8, 2025
@nibanks
Copy link
Member Author

nibanks commented Apr 8, 2025

Additionally, for some reason the logs didn't get uploaded. That job seems to be cancelled/skipped. Please take a look at that too.

@ProjectsByJackHe
Copy link
Contributor

ProjectsByJackHe commented Apr 8, 2025

The reason the logs did not upload was because the job actually succeeded with retry

Image

I recall seeing these warnings even before the QTIP changes. Is it the warning code that's raising some suspicion?

@nibanks nibanks moved this to Planned in DPT Iteration Tracker May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Test/Tool Code bug in the test or tool specific code.
Projects
Status: Planned
Development

No branches or pull requests

2 participants