opensearch-project / performance-analyzer

📈 Get detailed performance metrics from your cluster independently of the Java Virtual Machine (JVM)
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/
Apache License 2.0
33 stars 67 forks source link

Ensure compatibility check readiness #490

Closed gaiksaya closed 1 year ago

gaiksaya commented 1 year ago

Coming from https://github.com/opensearch-project/opensearch-devops/issues/114#issuecomment-1548868449

Overview

In order to detect the breaking changes between OpenSearch (core/min) and plugins, we recently onboarded a compatibility check gradle task with OpenSearch. See the pull request. The task is dependent on publishToMavenLocal task (that publishes the core engine artifacts to maven local). It then clones the plugins' repository in temporary directory and runs ./gradlew assemble.

Action Items

In order to avoid false positives and false negatives, we need to make sure the tasks in below checklist are complete:

Please close this issue once the above checklist is complete.

Thanks!

bbarani commented 1 year ago

@khushbr @praveensameneni can you please provide an update?

khushbr commented 1 year ago

Confirmed both the condition, LGTM! @bbarani @gaiksaya Thank You.