Skip to content

Commit

Permalink
[8.x] Change the archive used by `incompatible_cluster_routing_a…
Browse files Browse the repository at this point in the history
…llocation` (#197429) (#197517)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Change the archive used by
`incompatible_cluster_routing_allocation`
(#197429)](#197429)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-23T18:59:08Z","message":"Change
the archive used by `incompatible_cluster_routing_allocation`
(#197429)","sha":"52a543408d2c396f90ccc3a422ddd9e9a677a7e1","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"Change
the archive used by
`incompatible_cluster_routing_allocation`","number":197429,"url":"https://github.com/elastic/kibana/pull/197429","mergeCommit":{"message":"Change
the archive used by `incompatible_cluster_routing_allocation`
(#197429)","sha":"52a543408d2c396f90ccc3a422ddd9e9a677a7e1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197429","number":197429,"mergeCommit":{"message":"Change
the archive used by `incompatible_cluster_routing_allocation`
(#197429)","sha":"52a543408d2c396f90ccc3a422ddd9e9a677a7e1"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Oct 23, 2024
1 parent 62021c9 commit dca2fb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ const { startES } = createTestServers({
settings: {
es: {
license: 'basic',
dataArchive: Path.join(
__dirname,
'..',
'archives',
'8.0.0_v1_migrations_sample_data_saved_objects.zip'
),
dataArchive: Path.join(__dirname, '..', 'archives', '8.4.0_with_sample_data_logs.zip'),
},
},
});
Expand Down

0 comments on commit dca2fb1

Please sign in to comment.