Skip to content

[CI] Bump Elasticsearch stack version #2807

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

Merged
merged 3 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
env:
PYTHON_VERSION: "{{ matrix.python }}"
TEST_SUITE: "platinum"
STACK_VERSION: "8.16.0-SNAPSHOT"
STACK_VERSION: "9.1.0-SNAPSHOT"
PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}"
NOX_SESSION: "{{ matrix.nox_session }}"
matrix:
Expand Down
2 changes: 0 additions & 2 deletions elasticsearch/dsl/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4345,14 +4345,12 @@ class BulkIndexByScrollFailure(AttrDict[Any]):
:arg id: (required)
:arg index: (required)
:arg status: (required)
:arg type: (required)
"""

cause: "ErrorCause"
id: str
index: str
status: int
type: str


class CardinalityAggregate(AttrDict[Any]):
Expand Down
3 changes: 3 additions & 0 deletions test_elasticsearch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ def is_xpack_template(name):
return True

return name in {
"agentless",
"agentless@mappings",
"agentless@settings",
"apm-10d@lifecycle",
"apm-180d@lifecycle",
"apm-390d@lifecycle",
Expand Down