Skip to content

Commit

Permalink
Expand local JDBC driver compatibility testing on Apple Silicon (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Jul 8, 2022
1 parent 603fd26 commit 927ee8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/plugin/sql/qa/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ subprojects {

// Configure compatibility testing tasks
// Compatibility testing for JDBC driver started with version 7.9.0
BuildParams.bwcVersions.withIndexCompatible({ it.onOrAfter(Version.fromString("7.9.0")) && it != VersionProperties.elasticsearchVersion }) { bwcVersion, baseName ->
BuildParams.bwcVersions.allIndexCompatible.findAll({ it.onOrAfter(Version.fromString("7.9.0")) && it != VersionProperties.elasticsearchVersion }).each { bwcVersion ->
def baseName = "v${bwcVersion}"

UnreleasedVersionInfo unreleasedVersion = BuildParams.bwcVersions.unreleasedInfo(bwcVersion)
Configuration driverConfiguration = configurations.create("jdbcDriver${baseName}") {
// TODO: Temporary workaround for https://github.com/elastic/elasticsearch/issues/73433
Expand Down

0 comments on commit 927ee8f

Please sign in to comment.