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

Commits on Mar 31, 2018

  1. Add test for creating multiple processes

    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.
    chrstnb committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    278a096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4282e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9150926 View commit details
    Browse the repository at this point in the history
  4. Fix formatting issues

    chrstnb committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    042ef70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d86bc77 View commit details
    Browse the repository at this point in the history