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

Add resource tests + shared handlers #8

Commits on Sep 27, 2023

  1. [Draft] Resource usage case test

    Execute with `./gradlew integrationTest --tests \
      org.opensearch.security.ResourceFocusedTests -i`
    
    Test case output in
    build/reports/tests/integrationTest/classes/org.opensearch.security.ResourceFocusedTests.html
    is best for reviewing the memory utilization stats.
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6286f7f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    e7df5d2 View commit details
    Browse the repository at this point in the history
  2. Add some tests

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1d6d96d View commit details
    Browse the repository at this point in the history
  3. Sharable channel handlers

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b891098 View commit details
    Browse the repository at this point in the history
  4. Merge commit 'cwperks/improve-compressed-handling' into improve-compr…

    …essed-handling
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    52f7844 View commit details
    Browse the repository at this point in the history
  5. Filter tests to only run integration test case

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    cae4149 View commit details
    Browse the repository at this point in the history
  6. updates to CI systems

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    799d648 View commit details
    Browse the repository at this point in the history