Skip to content
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

standalone/io/socket_udp_readwrite_test timing out on Windows configurations #56955

Open
sstrickl opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening triaged Issue has been triaged by sub team

Comments

@sstrickl
Copy link
Contributor

There are new test failures on [io/socket/win] Ensure udp sockets survive sending data to unreachable destination..

The tests

standalone/io/socket_udp_readwrite_test Timeout (expected Pass)

are failing on configurations

vm-aot-win-product-x64

Looking at the current results, it looks like the other Windows configurations are also flakily timing out.

/cc @aam

@sstrickl sstrickl added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening labels Oct 24, 2024
@a-siva a-siva added the triaged Issue has been triaged by sub team label Oct 24, 2024
@aam
Copy link
Contributor

aam commented Oct 24, 2024

thank you @sstrickl .
https://dart-review.googlesource.com/c/sdk/+/391305 with the fix.

copybara-service bot pushed a commit that referenced this issue Oct 24, 2024
Fix the test so it works with multiple concurrent instances running.

BUG=#56955
TEST=standalone/io/socket_udp_readwrite_test"

Change-Id: I312c7a846e7ca7288dd6dae3c35abedaf9a50939
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/391305
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening triaged Issue has been triaged by sub team
Projects
None yet
Development

No branches or pull requests

3 participants