Add test that ensures that SO types are not removed #104418
Labels
Feature:Migrations
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
Now that migrations fail fast when a document of an unknown type is detected (#101052), we need to be sure that plugins do not inadvertently remove an SO type without either:
kibana/src/core/server/saved_objects/migrations/core/elastic_index.ts
Lines 35 to 43 in d920682
We need to run this test against prior minor versions as well to be sure there aren't any that were removed in past versions that could create a problem.
The text was updated successfully, but these errors were encountered: