You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: