Closed dbwiddis closed 2 weeks ago
:x: Gradle check result for 82d74adf0a128faff140f65810da07248cae0811: FAILURE
Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?
:white_check_mark: Gradle check result for 82d74adf0a128faff140f65810da07248cae0811: SUCCESS
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
2.18@99a9a81
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
One of the version changes from https://github.com/opensearch-project/OpenSearch/pull/16455/files was missed when it was manually backported in https://github.com/opensearch-project/OpenSearch/pull/16396.
The test in question is intended to check for a previous version that does not read the array of null strings. By leaving it at
Version.CURRENT
it bumped to 2.18.1 where 2.18.0 was the previous version and incorrectly tried to read that array.Related Issues
Resolves #16580
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.