Add an integration test for several Kibana instances performing migration in parallel #97975
Labels
project:ResilientSavedObjectMigrations
Reduce Kibana upgrade failures by making saved object migrations more resilient
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
triage_needed
Migrations v2 have been designed to support resilient migrations in the event of several Kibana instances running migrations in parallel. Considering that it's one of the main features of the new algorithm, it must be covered by an integration test. Right now, the only way to test it is to use a script created by @Bamieh #84141 (comment).
It cannot be used for automated testing on CI.
It would be great if an automated test covers the case when different Kibana instances have different sets of enabled plugins to prove this edge case doesn't break migrations.
The text was updated successfully, but these errors were encountered: