Skip to content

Commit

Permalink
Change the inheritance of the BWC test file (opensearch-project#692)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
b4sjoo committed Jan 11, 2023
1 parent 03ed326 commit e50a141
Show file tree
Hide file tree
Showing 2 changed files with 755 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
import org.opensearch.ml.common.FunctionName;
import org.opensearch.ml.common.MLTaskState;
import org.opensearch.ml.common.input.parameter.clustering.KMeansParams;
import org.opensearch.ml.rest.MLCommonsRestTestCase;
import org.opensearch.ml.utils.TestData;
import org.opensearch.ml.utils.TestHelper;
import org.opensearch.search.builder.SearchSourceBuilder;
import org.opensearch.test.rest.OpenSearchRestTestCase;

public class MLCommonsBackwardsCompatibilityIT extends MLCommonsRestTestCase {
public class MLCommonsBackwardsCompatibilityIT extends MLCommonsBackwardsCompatibilityRestTestCase {

private final ClusterType CLUSTER_TYPE = ClusterType.parse(System.getProperty("tests.rest.bwcsuite"));
private final String CLUSTER_NAME = System.getProperty("tests.clustername");
Expand Down
Loading

0 comments on commit e50a141

Please sign in to comment.