Skip to content

Commit cb59441

Browse files
Change the inheritance of the BWC test file (#692) (#695)
* Change the inheritance of the BWC test file Signed-off-by: Sicheng Song <[email protected]> * SpotlessApply Signed-off-by: Sicheng Song <[email protected]> Signed-off-by: Sicheng Song <[email protected]> (cherry picked from commit 83a7d4f) Co-authored-by: Sicheng Song <[email protected]>
1 parent 2b0eb5c commit cb59441

File tree

2 files changed

+755
-2
lines changed

2 files changed

+755
-2
lines changed

plugin/src/test/java/org/opensearch/ml/bwc/MLCommonsBackwardsCompatibilityIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
import org.opensearch.ml.common.FunctionName;
2222
import org.opensearch.ml.common.MLTaskState;
2323
import org.opensearch.ml.common.input.parameter.clustering.KMeansParams;
24-
import org.opensearch.ml.rest.MLCommonsRestTestCase;
2524
import org.opensearch.ml.utils.TestData;
2625
import org.opensearch.ml.utils.TestHelper;
2726
import org.opensearch.search.builder.SearchSourceBuilder;
2827
import org.opensearch.test.rest.OpenSearchRestTestCase;
2928

30-
public class MLCommonsBackwardsCompatibilityIT extends MLCommonsRestTestCase {
29+
public class MLCommonsBackwardsCompatibilityIT extends MLCommonsBackwardsCompatibilityRestTestCase {
3130

3231
private final ClusterType CLUSTER_TYPE = ClusterType.parse(System.getProperty("tests.rest.bwcsuite"));
3332
private final String CLUSTER_NAME = System.getProperty("tests.clustername");

0 commit comments

Comments
 (0)