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/integration_tests/saved_objects/migrations/group5 - multiple migrator instances running in parallel when upgrading to a new stack version with matching mappings will actively delete and successfully complete migration #192623

Closed
kibanamachine opened this issue Sep 11, 2024 · 3 comments
Assignees
Labels
failed-es-promotion failed-test A test failure on a tracked branch, potentially flaky-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: ES exited with code 1
    at createCliError (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-es/src/errors.ts:15:24)
    at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-es/src/cluster.ts:516:29
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-es/src/cluster.ts:207:7
    at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-tooling-log/src/tooling_log.ts:94:18
    at Cluster.start (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-es/src/cluster.ts:204:5)
    at TestCluster.start (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/kbn-test/src/es/test_es_cluster.ts:313:9)
    at startES (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/packages/core/test-helpers/core-test-helpers-kbn-server/src/create_root.ts:269:7)
    at startElasticsearch (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_test_kit.ts:112:10)
    at Object.<anonymous> (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1726075812227474506/elastic/kibana-elasticsearch-snapshot-verify/kibana/src/core/server/integration_tests/saved_objects/migrations/group5/active_delete_multiple_instances.test.ts:62:18)

First failure: kibana-elasticsearch-snapshot-verify - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Sep 11, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 11, 2024
@kibanamachine kibanamachine added failed-es-promotion Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Sep 11, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 11, 2024
@rudolf
Copy link
Contributor

rudolf commented Sep 17, 2024

Error is:

[node-01] fatal exception while booting Elasticsearch java.lang.IllegalStateException: cannot upgrade a node from version [7.17.0] directly to version [9.0.0], upgrade to version [8.16.0]

These tests have been skipped on main. @gsoldevila is working on a fix to make our migration tests suites 9 compatible.

@gsoldevila
Copy link
Contributor

Addressed with #193328

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

No branches or pull requests

4 participants