Skip to content

Commit

Permalink
Address PR review.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Aug 16, 2023
1 parent e25e7af commit 42fd960
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ testClusters {
}
integTestWithSecurity {
}
anotherintegTestWithSecurity {
remoteIntegTestWithSecurity {
}
}

Expand Down Expand Up @@ -297,7 +297,7 @@ task integJdbcTest(type: RestIntegTestTask) {

task integTestWithSecurity(type: RestIntegTestTask) {
useCluster testClusters.integTestWithSecurity
useCluster testClusters.anotherintegTestWithSecurity
useCluster testClusters.remoteIntegTestWithSecurity

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

// NOTE: this IT config discovers only junit5 (jupiter) tests.
// https://github.com/opensearch-project/sql/issues/1974
filter {
includeTestsMatching 'org.opensearch.sql.ppl.CrossClusterSearchIT'
}
Expand Down

0 comments on commit 42fd960

Please sign in to comment.