This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Elasticsearch 7.6.1 compatibility #376
Labels
version compatibility
version compatibility with OSS ES
Goal
Prepare release for OD v1.6.0.0/ES 7.6.1
Major Dependency Updates
Issues
There is an undocumented breaking changes since ES 7.5, which will be likely to impact all Open Distro plugins' build process.
Issue 1
Elasticsearch removed the original integTestCluster task. See PRs below for reference.
elastic/elasticsearch#47572
elastic/elasticsearch#47022
To fix this issue, see @dai-chen's branch for a workaround. It commented out the Jacoco integration part for simplicity.
Issue 2
After applying the above solution and uncommented the Jacoco integration code, another issue arises. See my commit
Before ES 7.5, there was a gradle task named integTestCluster#stop, and it worked. Since new ES remove integTestCluster as mentioned previously, this no longer works.
If we comment out
tasks['integTest.runner#stop'].dependsOn dumpCoverage
and try gradle build. It throws the following exceptionThe text was updated successfully, but these errors were encountered: