Skip to content
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

Failing test: Jest Integration Tests.src/core/server/saved_objects/migrationsv2/integration_tests - migration v2 migrating from the same Kibana version copies all the document of the previous index to the new one #91107

Closed
kibanamachine opened this issue Feb 11, 2021 · 12 comments · Fixed by #96788 or #102139
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Feb 11, 2021

A test failed on a tracked branch

Error: expect(received).toBeGreaterThanOrEqual(expected)

Expected: >= 53
Received:    1
    at Object.<anonymous> (/dev/shm/workspace/parallel/3/kibana/src/core/server/saved_objects/migrationsv2/integration_tests/migration.test.ts:213:48)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Feb 11, 2021
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger spalger added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Apr 7, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

spalger added a commit that referenced this issue Apr 7, 2021
@spalger
Copy link
Contributor

spalger commented Apr 7, 2021

Four failures in the last week across PRs and master

image

Skipped

master: df46dc1

cc @rudolf

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@mshustov
Copy link
Contributor

closed in #97144

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine kibanamachine reopened this May 9, 2021
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@mistic
Copy link
Member

mistic commented May 24, 2021

This test keeps failing and looks flaky. Skipping for now.

master/8.0: 21820e9

yctercero pushed a commit to yctercero/kibana that referenced this issue May 25, 2021
@TinaHeiligers
Copy link
Contributor

The test setup is against an instance of Kibana on 8.0.0 that was previously migrated to 8.0.0 using the v1 migration algorithm.
In this case, the v2 migration flow converts .kibana_1 to .kibana_8.0.0_001, copying all documents over to the new alias.

@TinaHeiligers
Copy link
Contributor

I created a new fixture using the default distribution with the flights sample data. PR #102139 passed 100/100 times on the flaky test runner. See PR for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0
Projects
None yet
6 participants