-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Flaky test: TupleWithElementNamedWithDefaultName #52658
Comments
Also See https://github.com/dotnet/roslyn/runs/2355802903. @jaredpar I'm guessing this could be a product issue, not a test-only issue. |
@jcouv could this be related to the wrapped tuple element field change? That is the only recent change in this area I can think of. The test is decently flaky now, about 1.5 failures per day. If a fix isn't imenninent we should consider disabling until we can dig into it. |
@jcouv this is the only current active flaky test in |
@jcouv this is firing with some regularity in CI. Is the failure alone enough to investigate this or do we need a heap dump when it happens? If it's the latter we could send a PR to use |
I've instrumented the test with |
Where is the PR where you added that? I think it may not be getting hit on this particular failure. Want to see if the PR timeline lines up with the more recent test failures though. If it does line up want to dig into why dumps aren't getting published for it. |
|
@jcouv and i dug through this today and it's the very last
|
Status update: The last occurrence was Sep 16th (two weeks ago). I'm waiting for a new occurrence to grab a crash dump from |
No occurrence in the last two weeks (compared to a prior average of one per day) leads me to think this was fixed as a side-effect of a recent tuple fix. |
@jcouv I think I hit this in: What I don't get is I see a dump file being created and it being copied to the places we're supposed to copy dump files, but it looks like it didn't make it anywhere after that? |
Saw this test failing a couple of times.
https://dev.azure.com/dnceng/public/_build/results?buildId=1090590&view=logs&jobId=8225d539-f709-56d9-e8fb-4b6141b087c9&j=8225d539-f709-56d9-e8fb-4b6141b087c9&t=60710b2d-694c-5f9a-9f24-31a79ea198f9
Runfo Tracking Issue: indexofunderlyingfieldsintuple9 flaky
Build Result Summary
The text was updated successfully, but these errors were encountered: