-
Notifications
You must be signed in to change notification settings - Fork 909
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
[Fix] ValidationError when setting maps.proxyOpenSearchMapsServiceInMaps
#5170
Conversation
Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com>
Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com>
@ShatilKhan Thanks for taking this on! One thing we want from all PRs is a summary of how to test and verify that the fix in the PR actually solves the problem in the issue. Oftentimes that means writing additional tests or test cases. But sometimes it can just be a set of steps, such as in this PR description: #5168 Screenshots or videos can also be helpful in demonstrating the fix, particularly for UI changes. In this case, you probably want to do 2 things:
A description of this testing can be added to the "Testing the changes" section in the description. That way any reviewer also can go through the steps if needed. |
Codecov Report
@@ Coverage Diff @@
## main #5170 +/- ##
=======================================
Coverage 66.77% 66.77%
=======================================
Files 3284 3284
Lines 63095 63095
Branches 10049 10049
=======================================
Hits 42134 42134
Misses 18488 18488
Partials 2473 2473
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Miki <amoo_miki@yahoo.com>
Signed-off-by: Miki <miki@amazon.com>
I manually made the change suggested by @joshuarrrr and resolved the conflict, in the interest of speeding up the process. |
Thanks for fixing the CHANGELOG @AMoo-Miki |
You see in my original issue (#5122 (comment)) what the config was that caused the error to appear. If you don't get the ValidationError message when configuring the I could have tried writing this PR too, but you wanted to so I'll wait ^_^ |
hey @tobiasehlert |
@ShatilKhan, how is it going for you? :) |
Yeah I'm on it @tobiasehlert |
Signed-off-by: Josh Romero <rmerqg@amazon.com>
Hi @joshuarrrr |
@ShatilKhan, no the PR is still open so your suggested fix is not implemented yet and waiting for you :) |
@ShatilKhan Reviewers were awaiting some verification testing. Here's an example of how I verified this PR:
Screen.Recording.2023-10-16.at.5.21.10.PM.mov
Screen.Recording.2023-10-16.at.5.25.18.PM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…Maps` (#5170) * Update index.ts args --------- Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com> Signed-off-by: Miki <amoo_miki@yahoo.com> Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 466d298) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
Thanks @joshuarrrr |
…Maps` (#5170) * Update index.ts args --------- Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com> Signed-off-by: Miki <amoo_miki@yahoo.com> Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 466d298) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…Maps` (#5170) (#5318) * Update index.ts args --------- Signed-off-by: ShatilKhan <shatilshahriar009@gmail.com> Signed-off-by: Miki <amoo_miki@yahoo.com> Signed-off-by: Miki <miki@amazon.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com> Co-authored-by: Miki <miki@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 466d298) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Swapped the arguments that has been causing Validations error.
swapped places of
map.proxyElasticMapsServiceInMaps
withmap.proxyOpenSearchMapsServiceInMaps
Issues Resolved
Fixes #5122
Screenshot
Testing the changes
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr