Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Test for process isolation (failing to create multiple droplets) #24

Merged
merged 5 commits into from
Mar 31, 2018

Conversation

chrstnb
Copy link
Collaborator

@chrstnb chrstnb commented Mar 31, 2018

Add test for creating multiple processes and creating new droplets on separate threads. Currently failing to create more than one droplet.

The creation of multiple processes appears to work, however
operations using those processes do not. Using crossbeam to
create a scoped thread in order to guarantee the manager will
not go away before a thread completes. This may not be necessary
as get_new_process was updated to no longer expect a mutable manager.
@mwillsey mwillsey merged commit 9d6d9ba into uwmisl:master Mar 31, 2018
@chrstnb chrstnb deleted the process_isolation branch April 1, 2018 03:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants