From dcd43bc3c4a55ff74c7a95b3f320a88c5bae35a8 Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Thu, 1 Aug 2024 23:53:13 +0800 Subject: [PATCH] Test: recover search index tool it in multi node cluster (#2407) * implement search index tool it in multi node cluster Signed-off-by: yuye-aws * implement search index tool it in multi node cluster Signed-off-by: yuye-aws * spotless apply Signed-off-by: yuye-aws * optimize if else Signed-off-by: yuye-aws * update comment in IT Signed-off-by: yuye-aws * remove specific logic for multi-node Signed-off-by: yuye-aws * recover error message Signed-off-by: yuye-aws * recover error message Signed-off-by: yuye-aws --------- Signed-off-by: yuye-aws --- plugin/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index f23ba9f38a..1088c544fc 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -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 {