elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
111 stars 68 forks source link

Java issues batch 7 #2704

Closed l-trotta closed 3 weeks ago

l-trotta commented 3 weeks ago

bonus validator finds:

github-actions[bot] commented 3 weeks ago

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cat.allocation :red_circle: 12/12 5/12
health_report :red_circle: 4/4 2/4
transform.get_transform_stats :red_circle: 34/34 33/34

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

github-actions[bot] commented 3 weeks ago

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cat.allocation :red_circle: 12/12 5/12
health_report :red_circle: 4/4 2/4
transform.get_transform_stats :red_circle: 34/34 33/34

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

github-actions[bot] commented 3 weeks ago

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cat.allocation :red_circle: 12/12 2/12
health_report :red_circle: 4/4 3/4
transform.get_transform_stats :red_circle: 34/34 33/34

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

l-trotta commented 3 weeks ago

I think I'll try to turn those dots green in another PRs, there's too many types missing

github-actions[bot] commented 3 weeks ago

The backport to 8.14 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.14 8.14
# Navigate to the new working tree
cd .worktrees/backport-8.14
# Create a new branch
git switch --create backport-2704-to-8.14
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 246b1a6ccbcfc17ebdb6ca9737fe18e53c1efa46
# Push it to GitHub
git push --set-upstream origin backport-2704-to-8.14
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.14

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