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

Self-contained race #112

Merged
merged 3 commits into from Mar 29, 2022
Merged

Self-contained race #112

merged 3 commits into from Mar 29, 2022

Conversation

AaronRobinsonMSFT
Copy link
Owner

The self-contained experimental scenario uses an API that cannot be called twice. In an effort to make all scenarios more robust, create a lock for preparing the runtime. This lock is not needed for framework-dependent scenarios but conceptually this makes the scenario clearer and avoids unnecessary runtime initialization attempts.

/cc @jlaanstra @elinor-fung @jkoritzinsky

This specifically addresses a failrue case when for experimental scenarios.
@AaronRobinsonMSFT AaronRobinsonMSFT added the bug Something isn't working label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants