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

Start policy packs in parallel #14495

Merged
merged 6 commits into from Nov 20, 2023
Merged

Start policy packs in parallel #14495

merged 6 commits into from Nov 20, 2023

Commits on Nov 3, 2023

  1. start policy packs in parallel

    Currently we start up and thus compile policy packs one by one.  When
    multiple policy packs need to be loaded, this increases the start up
    time substantially.  In previous tests plugins took ~1-3s to start up,
    so having multiple of these the time adds up quickly.
    
    Loading them in parallel will help reduce the startup time here.
    tgummerer committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d76f97a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. add changelog

    tgummerer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    08e17ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd5e31 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. add tests for policy packs

    tgummerer committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fbf0bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 20, 2023

  1. explicitly specify utf-8 encoding for integration tests

    We have utf-8 characters in the command line, and should be supporting
    testing those.  Explicity specify utf-8 encoding when reading the
    integration test files, so we don't fail on some platform where the
    default encoding might not allow those characters.
    tgummerer committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6f14cf6 View commit details
    Browse the repository at this point in the history