Skip to content

Commit

Permalink
Update data archives for SO integration tests (elastic#204561)
Browse files Browse the repository at this point in the history
## Summary

Bumping the data archives to 8.last (8.18 at the moment) so that ES 9.0
finds it compatible.

Resolves elastic#158318.
Resolves elastic#163254.
Resolves elastic#163255.
Resolves elastic#166190.
Resolves elastic#166199.
Resolves elastic#167676.

(cherry picked from commit 523372f)
  • Loading branch information
afharo committed Dec 17, 2024
1 parent 64de070 commit cfee875
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 cfee875

Please sign in to comment.