Skip to content

Conversation

pquentin
Copy link
Member

Based on Elasticsearch YAML tests, which found that all those APIs did not actually require a body: elastic/elasticsearch@c2035a3.

Based on Elasticsearch YAML tests
Copy link
Contributor

Following you can find the validation changes against the target branch for the APIs.

API Status Request Response
bulk 🟢 537/537 → 538/538 555/555 → 556/556
esql.query 🟢 358/358 → 359/359 0/0
indices.create 🔴 1357/1381 → 1358/1382 1381/1381 → 1382/1382

You can validate these APIs yourself by using the make validate target.

@pquentin pquentin merged commit 50cdd12 into main Oct 13, 2025
12 checks passed
@pquentin pquentin deleted the fix-required-body-2 branch October 13, 2025 12:38
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-5469-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 50cdd12dd69654a6aa37ac4f48ff35100014c5b2
# Push it to GitHub
git push --set-upstream origin backport-5469-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-5469-to-8.19.

github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
Based on Elasticsearch YAML tests

(cherry picked from commit 50cdd12)
pquentin added a commit that referenced this pull request Oct 13, 2025
Based on Elasticsearch YAML tests

(cherry picked from commit 50cdd12)

# Conflicts:
#	specification/_global/search/SearchRequest.ts
@pquentin
Copy link
Member Author

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Oct 13, 2025
Based on Elasticsearch YAML tests

(cherry picked from commit 50cdd12)

# Conflicts:
#	specification/_global/search/SearchRequest.ts
pquentin added a commit that referenced this pull request Oct 13, 2025
Based on Elasticsearch YAML tests

(cherry picked from commit 50cdd12)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants