Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor tag bug fix and README update for devDeploy #318

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

lewijacn
Copy link
Collaborator

Description

Issues Resolved

None

Testing

Manual deployment testing

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

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
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #318 (42bc57e) into main (21ccfeb) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #318   +/-   ##
=========================================
  Coverage     64.63%   64.63%           
  Complexity      804      804           
=========================================
  Files            94       94           
  Lines          3896     3896           
  Branches        326      326           
=========================================
  Hits           2518     2518           
  Misses         1171     1171           
  Partials        207      207           
Flag Coverage Δ
unittests 64.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@lewijacn lewijacn merged commit 218e19a into opensearch-project:main Sep 13, 2023
gregschohn added a commit to gregschohn/opensearch-migrations that referenced this pull request Sep 15, 2023
…yLeakFix

* main:
  Two bugfixes to facilitate "--remove-auth-headers" (MIGRATIONS-1309). First, wire up the remove method for the wrapper (list adapting) map of the case insensitive map implementation so that remove() is actually called on the underlying map, rather than calling an UnsupportedOperationException.  The second issue was that the original request headers and the newly transformed headers were deemed to be identical, even though an item was missing within the transformed map.  We only iterated through the transformed map and we didn't make sure that we were going to hit all of the elements.  Now we check that the lengths are the same too.
  Minor tag bug fix and README update for devDeploy (opensearch-project#318)

Signed-off-by: Greg Schohn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants