fix bug handleReprovision missing wait_for_completion_timeout response#1107
Conversation
…e logic Signed-off-by: Junwei Dai <junweid@amazon.com>
Signed-off-by: Junwei Dai <junweid@amazon.com>
Signed-off-by: Junwei Dai <junweid@amazon.com>
|
Should this have been caught in an integ test? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1107 +/- ##
============================================
+ Coverage 77.30% 77.33% +0.03%
- Complexity 1094 1096 +2
============================================
Files 101 101
Lines 5305 5308 +3
Branches 510 511 +1
============================================
+ Hits 4101 4105 +4
Misses 954 954
+ Partials 250 249 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Junwei Dai <junweid@amazon.com>
I’ve already added a unit test for this case, but it looks like we don’t currently have an integration test that would have caught it. Might be worth considering adding one. |
|
Unit test is probably enough here. |
Signed-off-by: Daniel Widdis <widdis@gmail.com>
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/flow-framework/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/flow-framework/backport-2.x
# Create a new branch
git switch --create backport/backport-1107-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3f7d5501495d1852e32b0b25356229ab0d135713
# Push it to GitHub
git push --set-upstream origin backport/backport-1107-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/flow-framework/backport-2.xThen, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/flow-framework/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/flow-framework/backport-2.19
# Create a new branch
git switch --create backport/backport-1107-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3f7d5501495d1852e32b0b25356229ab0d135713
# Push it to GitHub
git push --set-upstream origin backport/backport-1107-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/flow-framework/backport-2.19Then, create a pull request where the |
#1107) * fix bug handleReprovision missing wait_for_completion_timeout response logic Signed-off-by: Junwei Dai <junweid@amazon.com> * add change log Signed-off-by: Junwei Dai <junweid@amazon.com> * change log in 3.x Signed-off-by: Junwei Dai <junweid@amazon.com> * Add unit test for reprovision Signed-off-by: Junwei Dai <junweid@amazon.com> * spotless Signed-off-by: Junwei Dai <junweid@amazon.com> --------- Signed-off-by: Junwei Dai <junweid@amazon.com> (cherry picked from commit 3f7d550) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…eout response (opensearch-project#1107) Signed-off-by: Sai Medhini Reddy Maryada <saimedhi@amazon.com>
Description
bug fix
Related Issues
Resolves #1106
Check List
--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.