-
Notifications
You must be signed in to change notification settings - Fork 915
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 datasource conntection failure #6648
Conversation
Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6648 +/- ##
==========================================
- Coverage 67.79% 67.74% -0.06%
==========================================
Files 3413 3413
Lines 66755 66755
Branches 10861 10861
==========================================
- Hits 45256 45221 -35
- Misses 18856 18885 +29
- Partials 2643 2649 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks for the fix
* Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR #6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit b29d90e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR #6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit b29d90e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6648-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b29d90e8277b878b1d534ce22cb6c03170f18746
# Push it to GitHub
git push --set-upstream origin backport/backport-6648-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
@zhyuanqi auto backport failed to 2.x and we'll need a manual backport for this one |
thanks @zhongnansu for taking care of the backport ! |
* Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit b29d90e)
* Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR #6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit b29d90e) Co-authored-by: Yuanqi(Ella) Zhu <[email protected]>
* Fix datasource conntection failure Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#6648 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Fix datasource conntection failure introduced by 0c114ce#diff-a01a6007a1a466a29810fbf0689bc607c3c3dfc9d3f7713da9bbf653beb92ef8R176
Screenshot
Changelog
Check List
yarn test:jest
yarn test:jest_integration