Skip to content

Commit 42fd960

Browse files
Address PR review.
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent e25e7af commit 42fd960

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integ-test/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ testClusters {
215215
}
216216
integTestWithSecurity {
217217
}
218-
anotherintegTestWithSecurity {
218+
remoteIntegTestWithSecurity {
219219
}
220220
}
221221

@@ -297,7 +297,7 @@ task integJdbcTest(type: RestIntegTestTask) {
297297

298298
task integTestWithSecurity(type: RestIntegTestTask) {
299299
useCluster testClusters.integTestWithSecurity
300-
useCluster testClusters.anotherintegTestWithSecurity
300+
useCluster testClusters.remoteIntegTestWithSecurity
301301

302302
// Don't use `getClusters`: cluster order is important. IT framework adds/uses a cluster
303303
// named as the task as default and uses it to init default REST client
@@ -349,6 +349,7 @@ task integTestWithSecurity(type: RestIntegTestTask) {
349349
}
350350

351351
// NOTE: this IT config discovers only junit5 (jupiter) tests.
352+
// https://github.com/opensearch-project/sql/issues/1974
352353
filter {
353354
includeTestsMatching 'org.opensearch.sql.ppl.CrossClusterSearchIT'
354355
}

0 commit comments

Comments
 (0)