Unmute notifications mapping upgrade test (#63388)

fixed by #63063
This commit is contained in:
David Kyle 2020-10-07 12:51:18 +01:00 committed by GitHub
parent 581490d83c
commit e4f37d96f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -91,9 +91,8 @@ public class IndexMappingTemplateAsserter {
// assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException, false); // assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException, false);
assertLegacyTemplateMatchesIndexMappings(client, ".ml-state", ".ml-state-000001", true, Collections.emptySet(), false); assertLegacyTemplateMatchesIndexMappings(client, ".ml-state", ".ml-state-000001", true, Collections.emptySet(), false);
// Depending on the order Full Cluster restart tests are run there may not be an notifications index yet // Depending on the order Full Cluster restart tests are run there may not be an notifications index yet
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908") assertLegacyTemplateMatchesIndexMappings(client,
// assertLegacyTemplateMatchesIndexMappings(client, ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false);
// ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false);
assertLegacyTemplateMatchesIndexMappings(client, assertLegacyTemplateMatchesIndexMappings(client,
".ml-inference-000003", ".ml-inference-000003", true, Collections.emptySet(), true); ".ml-inference-000003", ".ml-inference-000003", true, Collections.emptySet(), true);
// .ml-annotations-6 does not use a template // .ml-annotations-6 does not use a template