Skip to content

Commit

Permalink
Bug fix of load model id
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 7f3e9e4 commit 136bb81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void testSemanticSearch_E2EFlow() throws Exception {
case UPGRADED:
modelId = getModelId(PIPELINE_NAME);
int totalDocsCountUpgraded = 3 * NUM_DOCS_PER_ROUND;
loadModel(modelId);
addDocument(getIndexNameForTest(), "2", TEST_FIELD, TEXT_UPGRADED);
validateTestIndexOnUpgrade(totalDocsCountUpgraded, modelId, TEXT_UPGRADED);
deletePipeline(PIPELINE_NAME);
Expand Down

0 comments on commit 136bb81

Please sign in to comment.