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

Feature/unit test cleanup threads #300

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Aug 20, 2024

  1. Properly close Queues in InstanceManager.shutdown()

    And ensure that `InstanceManager.shutdown()` is only called once by `Manager`.
    maarten-ic committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7f518aa View commit details
    Browse the repository at this point in the history
  2. Fix DeprecationWarning about fork() and multi-threaded processes in…

    … unit tests
    
    Ensure all threads are properly shutting down in the unit tests. This prevents the following warning:
    ```
    DeprecationWarning: This process (pid=208847) is multi-threaded, use of fork() may lead to deadlocks in the child.
    ```
    maarten-ic committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    543939b View commit details
    Browse the repository at this point in the history