Skip to content

Commit

Permalink
Fix :integ-test:integJdbcTest.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Mar 3, 2023
1 parent 4ea8dbf commit 0e1eb22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ testClusters.all {
testDistribution = 'archive'
}

testClusters.integJdbcTest {
plugin ":opensearch-sql-plugin"
}

testClusters.integTest {
plugin ":opensearch-sql-plugin"
keystore 'plugins.query.federation.datasources.config', new File("$projectDir/src/test/resources/datasource/", 'datasources.json')
Expand Down Expand Up @@ -158,6 +154,9 @@ task stopPrometheus(type: KillProcessTask) {
stopPrometheus.mustRunAfter startPrometheus

task integJdbcTest(type: RestIntegTestTask) {
testClusters.findAll {c -> c.clusterName == "integJdbcTest"}.first().
plugin ":opensearch-sql-plugin"

useJUnitPlatform()
dependsOn ':opensearch-sql-plugin:bundlePlugin'
testLogging {
Expand Down

0 comments on commit 0e1eb22

Please sign in to comment.