Skip to content

Commit

Permalink
Changing names of tests to TextEmbeddingPRocessor
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 2, 2024
1 parent 136bb81 commit 96cc6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_E2EFlow() throws Exception {
public void testTextEmbeddingProcessor_E2EFlow() throws Exception {
waitForClusterHealthGreen(NODES_BWC_CLUSTER);

if (isRunningAgainstOldCluster()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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_E2EFlow() throws Exception {
public void testTextEmbeddingProcessor_E2EFlow() throws Exception {
waitForClusterHealthGreen(NODES_BWC_CLUSTER);
switch (getClusterType()) {
case OLD:
Expand Down

0 comments on commit 96cc6bb

Please sign in to comment.