Closed drunken-monkey closed 8 months ago
@drunken-monkey Your second commit is missing DCO, please?
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9ebb183
) 24.19% compared to head (cc67d75
) 24.19%.:exclamation: Current head cc67d75 differs from pull request most recent head dbd796f. Consider uploading reports for the commit dbd796f to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@drunken-monkey Your second commit is missing DCO, please?
Sorry, fixed!
Do add a line to CHANGELOG. This fixes a bug.
@drunken-monkey You have to amend your last commit to pass DCO, please?
Can this get brought in? It is causing headaches with AWS OSS
Need another maintainer to approve. @VachaShah @shyim @harshavamsi ?
Description
Fixes code in
\OpenSearch\Connections\Connection::tryDeserializeError()
to properly check whether$error['error']['root_cause']
exists before accessing it.Issues Resolved
Closes #167.
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.