Skip to content

Commit

Permalink
Jacoco agent failures resolution (#1492)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohit Kumar <[email protected]>
Co-authored-by: Mohit Kumar <[email protected]>
  • Loading branch information
mohit10011999 and mohitamg authored Feb 6, 2025
1 parent 9b9dc60 commit 60c2dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ allprojects {
version = "${opensearch_build}"
// Have resolve the jacoco version here to work with kotlin
// Ref: https://github.com/jacoco/jacoco/issues/1187
jacoco.toolVersion = "0.8.7"
jacoco.toolVersion = "0.8.12"
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ abstract class MultiClusterRestTestCase : OpenSearchTestCase() {
}

})
val sslContext = SSLContext.getInstance("SSL")
val sslContext = SSLContext.getInstance("TLS")
sslContext.init(null, trustCerts, java.security.SecureRandom())

val builder = RestClient.builder(*httpHosts.toTypedArray()).setHttpClientConfigCallback { httpAsyncClientBuilder ->
Expand Down

0 comments on commit 60c2dd6

Please sign in to comment.