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

memory leaks: don't pass process stack via context #4699

Merged
merged 16 commits into from
Feb 9, 2021

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    a216b19 View commit details
    Browse the repository at this point in the history
  2. add test against memory leaks in engine.run

    Test that no refernce to AiiDA processes remains in memory after all of
    them have exited.
    ltalirz committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a27aa94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69aa6b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d43c9 View commit details
    Browse the repository at this point in the history
  5. try freeing results dict

    ltalirz committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    cda8e5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99bb97c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    9842fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27e802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df7af0f View commit details
    Browse the repository at this point in the history
  4. try fixing daemon tests

    ltalirz committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b9ce496 View commit details
    Browse the repository at this point in the history
  5. move test to .ci

    ltalirz committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    05750be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd6b24 View commit details
    Browse the repository at this point in the history
  7. fix mypy

    ltalirz committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a1cf65e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    4d90829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e51b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d19d2 View commit details
    Browse the repository at this point in the history