File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/yamlRestTest/java/org/elasticsearch/xpack/gpu Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ index 15e0193a..446f2b61 100644
4242
4343 export JAVA_HOME=/Users/chegar/binaries/jdk-22.0.2.jdk/Contents/Home/
4444 cd java/cuvs-java
45- mv install
45+ mvn install
4646 Installs into maven local repository, e.g:
4747 /Users/chegar/.m2/repository/com/nvidia/cuvs/cuvs-java/25.08.0/
4848
Original file line number Diff line number Diff line change 1313import org .elasticsearch .test .rest .yaml .ESClientYamlSuiteTestCase ;
1414import org .junit .ClassRule ;
1515
16- public class GPUYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
16+ public class GPUClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
1717
1818 @ ClassRule
1919 public static ElasticsearchCluster cluster = ElasticsearchCluster .local ()
@@ -23,7 +23,7 @@ public class GPUYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
2323 .setting ("xpack.security.enabled" , "false" )
2424 .build ();
2525
26- public GPUYamlTestSuiteIT (final ClientYamlTestCandidate testCandidate ) {
26+ public GPUClientYamlTestSuiteIT (final ClientYamlTestCandidate testCandidate ) {
2727 super (testCandidate );
2828 }
2929
You can’t perform that action at this time.
0 commit comments