Skip to content

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Aug 20, 2025

When looking up files from main in transport resources, the system dependent path is used. However, the beginning slash also needs to be system dependent.

When looking up files from main in transport resources, the system
dependent path is used. However, the beginning slash also needs to be
system dependent.
@rjernst rjernst requested a review from a team as a code owner August 20, 2025 14:22
@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.2.0 labels Aug 20, 2025
@rjernst rjernst added :Analytics/Geo Indexing, search aggregations of geo points and shapes and removed needs:triage Requires assignment of a team area label v9.2.0 labels Aug 20, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 20, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@rjernst rjernst removed :Analytics/Geo Indexing, search aggregations of geo points and shapes Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Aug 20, 2025
@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Aug 20, 2025
@JVerwolf JVerwolf added :Core/Infra/Core Core issues without another label >bug and removed needs:triage Requires assignment of a team area label labels Aug 20, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Aug 20, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@rjernst rjernst added >non-issue auto-backport Automatically create backport pull requests when merged v9.1.3 v9.2.0 v9.0.6 v8.19.3 v8.18.6 and removed >bug labels Aug 20, 2025
@rjernst rjernst enabled auto-merge (squash) August 20, 2025 18:33
@rjernst rjernst merged commit af76cf3 into elastic:main Aug 20, 2025
35 checks passed
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.18 Commit could not be cherrypicked due to conflicts
9.0 Commit could not be cherrypicked due to conflicts
9.1 Commit could not be cherrypicked due to conflicts
8.19 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 133228

rjernst added a commit to rjernst/elasticsearch that referenced this pull request Aug 20, 2025
When looking up files from main in transport resources, the system
dependent path is used. However, the beginning slash also needs to be
system dependent.
elasticsearchmachine pushed a commit that referenced this pull request Aug 20, 2025
* Replace transport version utils with a build service (#133034)

Several transport version build tasks have a need to access the
repository-wide transport version resources. Thus far it has been
done through several utility methods. This commit moves these utility
methods into an encapsulated build service that is shared across the
transport version tasks. The advantage is that no paths are used, the
build service encapsulates access to the resources and understands
internally how to find the correct filesystem path and load it.

* Make transport version ids have descending ordering (#133185)

Transport version ids must be in descending order in definition files.
However, the compareTo for them was ascending and the validation used
reverse ordering. This commit fixes the compareTo so it uses desending
ordering and the validation uses natural ordering.

* Fix transport version validation task name (#133186)

The task class validates resources, but the task name still had the old
"definitions" suffix.

* Add separate validation for unreferenced transport version definitions (#133189)

This commit splits out the validation that is pertinent to unreferenced
definitions. It also adds validation that names of named and
unreferenced definitions cannot collide.

* Use path separator for git path in transport resources (#133228)

When looking up files from main in transport resources, the system
dependent path is used. However, the beginning slash also needs to be
system dependent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged backport pending :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.18.6 v8.19.3 v9.0.6 v9.1.3 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants