-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpCodeActions.FastDoubleInvoke #57551
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Another possible dupe of the bugs @CyrusNajmabadi is looking at. |
What version of vs is ci running? |
@CyrusNajmabadi 17.0 something or another; is there a fix in 17.1? |
Here is the VS2022 upgrade schedule for our CI images https://github.com/dotnet/core-eng/wiki/VS2022-Upgrade-Schedule |
@jasonmalinowski yes, there are many fixes to async lightbulbs in 17.1 (both on our side and on the editor). Can we move to a 17.1 build? |
@JoeRobich would best know the schedule; usually we can get an image up about a week after it goes public. |
See link to schedule above. Typical order of events:
This order of events changes when/if they introduce the Scouting queue. An additional week will be added for the image to live in the scouting queue for validation by teams before fully rolling out. |
What mechanism do we have though if we have to absorb a fix from another team to deal with CI flakeyness? Say, for example, that platform's fixes here don't fully address the issue. We don't want to wait for a new preview to get our CI clean, and we def don't want to disable thse tests. |
@sharwell @JoeRobich are we still seeing htis? |
Yes, this situation can still occur. The test itself is conceptually flawed, such that a correct implementation will necessarily be flaky. I am aware of two assumptions the test makes which are not required to hold at run time:
|
Test is removed in #59457 |
Runfo Tracking Issue: Flaky test: Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpCodeActions.FastDoubleInvoke
Build Result Summary
The text was updated successfully, but these errors were encountered: