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

Optimize job details loading with empty disk cache #3144

Merged
merged 9 commits into from
Jun 30, 2020

Commits on Jun 29, 2020

  1. Optimize job details loading with empty disk cache

    Each snippet of console output is stored in a separate file in the job result
    directory. Collect these tiny files into module result JSON files at the end
    of each job. This can speed up server-side job details JSON generation up to
    5 times when the disk cache is empty.
    mdoucha authored and Martchus committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    1639ef7 View commit details
    Browse the repository at this point in the history
  2. Unify test module text output loading

    mdoucha authored and Martchus committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    f807945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15c02e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076014a View commit details
    Browse the repository at this point in the history
  5. Improve gathering job module results

    * Remove $collect_text flag and instead cover that case within tests
    * Handle errors when reading the text file
    * Improve coding style
    Martchus committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    41bfe60 View commit details
    Browse the repository at this point in the history
  6. Improve tests for finalizing job results

    * Test error cases as well
    * Check the minion job state
    Martchus committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5a66701 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f806e03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06ed3c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    22dfa75 View commit details
    Browse the repository at this point in the history