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

fix test determinism #26

Closed
wants to merge 14 commits into from
Closed

fix test determinism #26

wants to merge 14 commits into from

Conversation

c-cube
Copy link
Owner

@c-cube c-cube commented Apr 2, 2024

No description provided.

c-cube added 14 commits March 21, 2024 17:02
otherwise a fairly vicious bug happens: the await-er is resumed on the
current runner, not its native one, which can cause deadlocks as it
breaks the executors' dependency DAG. When using `resume` there is no
bug since `resume` is designed to always schedule on the correct runner.
@c-cube c-cube closed this Apr 2, 2024
@c-cube c-cube deleted the wip-fix-tests-2024-04-02 branch April 2, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant