opensearch-project / opensearch-migrations

Migrate, upgrade, compare, and replicate OpenSearch clusters with ease.
https://aws.amazon.com/solutions/implementations/migration-assistant-for-amazon-opensearch-service/
Apache License 2.0
39 stars 28 forks source link

Update test ES 6.8 to use es-oss image #1114

Closed AndreKurait closed 2 weeks ago

AndreKurait commented 2 weeks ago

Description

I encountered startup issues running the ES 6.8 image on apple silicon due to x-pack-ml.

Fixed encountered metadata issue when only a single template exists in the cluster.

Issues Resolved

MIGRATIONS-2202

Is this a backport? If so, please add backport PR # and/or commits #

Testing

Ran locally on M3 Pro

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.53%. Comparing base (dc326f0) to head (f6c8663). Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
...bulkload/version_universal/RemoteReaderClient.java 60.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1114 +/- ## ============================================ - Coverage 80.55% 80.53% -0.03% + Complexity 2930 2929 -1 ============================================ Files 390 390 Lines 14462 14464 +2 Branches 998 999 +1 ============================================ - Hits 11650 11648 -2 - Misses 2209 2211 +2 - Partials 603 605 +2 ``` | [Flag](https://app.codecov.io/gh/opensearch-project/opensearch-migrations/pull/1114/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | Coverage Δ | | |---|---|---| | [gradle-test](https://app.codecov.io/gh/opensearch-project/opensearch-migrations/pull/1114/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `78.60% <60.00%> (-0.03%)` | :arrow_down: | | [python-test](https://app.codecov.io/gh/opensearch-project/opensearch-migrations/pull/1114/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project) | `90.33% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opensearch-project#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.