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

Refactor KibanaThreadPoolIT/SystemIndexThreadPoolTestCase for resiliency #108463

Merged
merged 11 commits into from
May 14, 2024

Commits on May 9, 2024

  1. Extra debugging for KibanaThreadPoolIT/SystemIndexThreadPoolTestCase

    the in SystemIndexThreadPoolTestCase#testUserThreadPoolsAreBlocked sometimes was blocked instead
    of throwing an expected exception (due to a queue on a threadpool being full).
    This commit adds an extra debug & assertion to make sure the queue is indeed full and threadpool is full.
    relates elastic#107625
    pgomulka committed May 9, 2024
    Configuration menu
    Copy the full SHA
    84b5ccb View commit details
    Browse the repository at this point in the history
  2. type

    pgomulka committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3aadff6 View commit details
    Browse the repository at this point in the history
  3. spotless

    pgomulka committed May 9, 2024
    Configuration menu
    Copy the full SHA
    599f931 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b73d21a View commit details
    Browse the repository at this point in the history
  2. improve test

    pgomulka committed May 10, 2024
    Configuration menu
    Copy the full SHA
    574c06b View commit details
    Browse the repository at this point in the history
  3. rename

    pgomulka committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ce55d4f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    8420575 View commit details
    Browse the repository at this point in the history
  2. unnecessary break

    pgomulka committed May 13, 2024
    Configuration menu
    Copy the full SHA
    178c776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f833006 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. javadoc and method inline

    pgomulka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ccb63ca View commit details
    Browse the repository at this point in the history
  2. more comments

    pgomulka committed May 14, 2024
    Configuration menu
    Copy the full SHA
    32acfd0 View commit details
    Browse the repository at this point in the history