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

Determine whether deterministic testing of IonValue's multithreaded contract is viable #777

Open
tgregg opened this issue Mar 16, 2024 · 0 comments

Comments

@tgregg
Copy link
Contributor

tgregg commented Mar 16, 2024

Could we modify the internals of IonValue and its subclasses to allow tests to inject locking to ensure that actions in certain threads happen before actions in other threads? For example, could we simulate the scenario that resulted in the race condition fixed by #722 without having to spin up a large number of threads or execute a large number of iterations?

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

No branches or pull requests

1 participant