From ef84f9966b3545dc6d85790570e72f2a13de53da Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Mon, 1 Jan 2024 22:40:30 -0800 Subject: [PATCH] Addressing comments of Navneet Signed-off-by: Varun Jain --- .../java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java | 2 +- .../java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/restart-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java b/qa/restart-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java index 10abdb7f5..6d7e3026d 100644 --- a/qa/restart-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java +++ b/qa/restart-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java @@ -25,7 +25,7 @@ public class SemanticSearchIT extends AbstractRestartUpgradeRestTestCase { // Test restart-upgrade Semantic Search // Create Text Embedding Processor, Ingestion Pipeline and add document // Validate process , pipeline and document count in restart-upgrade scenario - public void testSemanticSearch() throws Exception { + public void testSemanticSearch_E2EFlow() throws Exception { waitForClusterHealthGreen(NODES_BWC_CLUSTER); if (isRunningAgainstOldCluster()) { diff --git a/qa/rolling-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java b/qa/rolling-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java index 87fde97cf..3626e16f2 100644 --- a/qa/rolling-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java +++ b/qa/rolling-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/SemanticSearchIT.java @@ -24,7 +24,7 @@ public class SemanticSearchIT extends AbstractRollingUpgradeTestCase { // Test rolling-upgrade Semantic Search // Create Text Embedding Processor, Ingestion Pipeline and add document // Validate process , pipeline and document count in rolling-upgrade scenario - public void testSemanticSearch() throws Exception { + public void testSemanticSearch_E2EFlow() throws Exception { waitForClusterHealthGreen(NODES_BWC_CLUSTER); switch (getClusterType()) { case OLD: