From e4f37d96f44afd8f19428bf1b92cc4df9e4cf40f Mon Sep 17 00:00:00 2001 From: David Kyle Date: Wed, 7 Oct 2020 12:51:18 +0100 Subject: [PATCH] Unmute notifications mapping upgrade test (#63388) fixed by #63063 --- .../xpack/test/rest/IndexMappingTemplateAsserter.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java b/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java index 4a9f9e5f083..0e2a211881a 100644 --- a/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java +++ b/x-pack/qa/src/main/java/org/elasticsearch/xpack/test/rest/IndexMappingTemplateAsserter.java @@ -91,9 +91,8 @@ public class IndexMappingTemplateAsserter { // assertLegacyTemplateMatchesIndexMappings(client, ".ml-stats", ".ml-stats-000001", true, statsIndexException, 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 - // AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908") -// assertLegacyTemplateMatchesIndexMappings(client, -// ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false); + assertLegacyTemplateMatchesIndexMappings(client, + ".ml-notifications-000001", ".ml-notifications-000001", true, Collections.emptySet(), false); assertLegacyTemplateMatchesIndexMappings(client, ".ml-inference-000003", ".ml-inference-000003", true, Collections.emptySet(), true); // .ml-annotations-6 does not use a template