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

Fix TasksIT#testGetTaskWaitForCompletionWithoutStoringResult #108094

Merged
merged 17 commits into from
May 29, 2024

Commits on Apr 30, 2024

  1. Fix TasksIT#testGetTaskWaitForCompletionWithoutStoringResult

    Make sure the `.tasks` index is created before we starting testing task completion
    without storing its result. To achieve that, we store a fake task before we start
    `waitForCompletionTestCase`.
    
    Resolves #107823
    arteam committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bf3b27d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 7, 2024

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

Commits on May 18, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    800d56c View commit details
    Browse the repository at this point in the history
  2. Update comment

    arteam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    63396ac View commit details
    Browse the repository at this point in the history
  3. Remove outdated comment

    arteam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1b2bded View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8241a5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    59036cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f59ff4e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update server/src/main/java/org/elasticsearch/action/admin/cluster/no…

    …de/tasks/get/TransportGetTaskAction.java
    
    Co-authored-by: Henning Andersen <33268011+henningandersen@users.noreply.github.com>
    arteam and henningandersen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ceea234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533dfe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a928f28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a61e9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f235b87 View commit details
    Browse the repository at this point in the history
  6. Revert "Make sure the task gets unblocked"

    This reverts commit f235b87.
    arteam committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7e6f7de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26170ea View commit details
    Browse the repository at this point in the history