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

ToAsyncEnumerable_Observable_Cancel_InFlight sometimes fails spuriously #2139

Open
idg10 opened this issue Jul 4, 2024 · 0 comments
Open

Comments

@idg10
Copy link
Collaborator

idg10 commented Jul 4, 2024

We occasionally get failures in the ToAsyncEnumerable_Observable_Cancel_InFlight test. When we rerun the build it typically succeeds.

It's possible that this is because there are two different phases in which cancellation could occur—the initial await when we acquire the enumerator, and then the part the test inspects, the MoveNextAsync. Or it's also possible that it's related to the fact that we're using ValueTask in a slightly unorthodox way. Or it could be something else. We need to investigate.

@idg10 idg10 added the [area] Ix label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant