Skip to content

Commit

Permalink
[8.x] Update data archives for SO integration tests (elastic#204561) (e…
Browse files Browse the repository at this point in the history
…lastic#204581)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Update data archives for SO integration tests
(elastic#204561)](elastic#204561)

<!--- 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-12-17T14:18:48Z","message":"Update
data archives for SO integration tests (elastic#204561)\n\n##
Summary\n\nBumping the data archives to 8.last (8.18 at the moment) so
that ES 9.0\nfinds it compatible.\n\nResolves elastic#158318.\nResolves
elastic#163254.\nResolves elastic#163255.\nResolves elastic#166190.\nResolves
elastic#166199.\nResolves
elastic#167676.","sha":"523372fd6e3c04134f70c9fc05ead121b6922181","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"Update
data archives for SO integration
tests","number":204561,"url":"https://github.com/elastic/kibana/pull/204561","mergeCommit":{"message":"Update
data archives for SO integration tests (elastic#204561)\n\n##
Summary\n\nBumping the data archives to 8.last (8.18 at the moment) so
that ES 9.0\nfinds it compatible.\n\nResolves elastic#158318.\nResolves
elastic#163254.\nResolves elastic#163255.\nResolves elastic#166190.\nResolves
elastic#166199.\nResolves
elastic#167676.","sha":"523372fd6e3c04134f70c9fc05ead121b6922181"}},"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/204561","number":204561,"mergeCommit":{"message":"Update
data archives for SO integration tests (elastic#204561)\n\n##
Summary\n\nBumping the data archives to 8.last (8.18 at the moment) so
that ES 9.0\nfinds it compatible.\n\nResolves elastic#158318.\nResolves
elastic#163254.\nResolves elastic#163255.\nResolves elastic#166190.\nResolves
elastic#166199.\nResolves
elastic#167676.","sha":"523372fd6e3c04134f70c9fc05ead121b6922181"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Dec 17, 2024
1 parent eecac4f commit 07b2420
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -770,10 +770,9 @@ export const runActionTestSuite = ({
});
});

// Reindex doesn't return any errors on it's own, so we have to test
// Reindex doesn't return any errors on its own, so we have to test
// together with waitForReindexTask
// Failing: See https://github.com/elastic/kibana/issues/166190
describe.skip('reindex & waitForReindexTask', () => {
describe('reindex & waitForReindexTask', () => {
it('resolves right when reindex succeeds without reindex script', async () => {
const res = (await reindex({
client,
Expand Down Expand Up @@ -1444,8 +1443,7 @@ export const runActionTestSuite = ({
});
});

// FLAKY: https://github.com/elastic/kibana/issues/166199
describe.skip('waitForPickupUpdatedMappingsTask', () => {
describe('waitForPickupUpdatedMappingsTask', () => {
it('rejects if there are failures', async () => {
const res = (await pickupUpdatedMappings(
client,
Expand Down

0 comments on commit 07b2420

Please sign in to comment.