Skip to content

Commit

Permalink
Test: recover search index tool it in multi node cluster (opensearch-…
Browse files Browse the repository at this point in the history
…project#2407)

* implement search index tool it in multi node cluster

Signed-off-by: yuye-aws <[email protected]>

* implement search index tool it in multi node cluster

Signed-off-by: yuye-aws <[email protected]>

* spotless apply

Signed-off-by: yuye-aws <[email protected]>

* optimize if else

Signed-off-by: yuye-aws <[email protected]>

* update comment in IT

Signed-off-by: yuye-aws <[email protected]>

* remove specific logic for multi-node

Signed-off-by: yuye-aws <[email protected]>

* recover error message

Signed-off-by: yuye-aws <[email protected]>

* recover error message

Signed-off-by: yuye-aws <[email protected]>

---------

Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws authored Aug 1, 2024
1 parent b52b4fa commit dcd43bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ integTest {
// Set this to true this if you want to see the logs in the terminal test output.
// note: if left false the log output will still show in your IDE
testLogging.showStandardStreams = true

// Exclude integration test for search index tool for multiple nodes
// because we cannot get concrete exception message in multi-node cluster
if (_numNodes > 1) {
filter {
excludeTestsMatching "org.opensearch.ml.rest.RestSearchIndexToolIT.*"
}
}
}

testClusters.integTest {
Expand Down

0 comments on commit dcd43bc

Please sign in to comment.