-
Notifications
You must be signed in to change notification settings - Fork 963
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
Backport/backport lots of prs for discover 2.0 #9218
Backport/backport lots of prs for discover 2.0 #9218
Conversation
Signed-off-by: Justin Kim <[email protected]>
...opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/dataset_selector.spec.js
Outdated
Show resolved
Hide resolved
...ore_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/saved_search.spec.js
Outdated
Show resolved
Hide resolved
...ore_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/saved_search.spec.js
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #9218 +/- ##
==========================================
+ Coverage 61.12% 61.14% +0.01%
==========================================
Files 3816 3816
Lines 91517 91520 +3
Branches 14452 14458 +6
==========================================
+ Hits 55943 55957 +14
+ Misses 32013 32002 -11
Partials 3561 3561
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
#8913 this auto-backport has been merged |
#9197 also needs to be included? |
and this #9208 |
#9220 another one that just got merged today |
Signed-off-by: Justin Kim <[email protected]>
Signed-off-by: Justin Kim <[email protected]>
Signed-off-by: Justin Kim <[email protected]>
@abbyhu2000 i addressed all your comments and also backporeted #9219 (also updated the description to show correct list) |
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.
I don't think backporting a bunch of PRs in one PR is good practice here. 1.5 millions lines of code in one commit will make things hard to trace.
Why can't we use the automation we built by applying backport labels to each PR?
Signed-off-by: Justin Kim <[email protected]>
Signed-off-by: Justin Kim <[email protected]>
ciGroup9 failure is a known issue and fixed in opensearch-project/opensearch-dashboards-functional-test#1677 |
Signed-off-by: Justin Kim <[email protected]>
Several of CIGroup10's test failure attributable to missing backport of #8799. Added it here |
Signed-off-by: Justin Kim <[email protected]>
Signed-off-by: Justin Kim <[email protected]>
@zhongnansu Thanks for the comment. You are absolutely right. These PRs are all cypress tests related and dependent on each other. Previously some of them are deployed in feature branch then moved to main. Therefore, we prefer backport them as one PR for this special case. |
close this due to #9261 |
Description
Backports #8995 #9006 #9027 #9048 #9049 #9051 #9060 #9074 #9079 #9082 #9112 #9113 #9119 #9129 #9135 #9151 #9166 #9197 #9200 #9208 #9212 #9213 #9219 #9220
Also backports #8799 #9153
There is an issue with selecting INDEXES as datasets in 2.x. This issue does not exist in main. I added SKIP on those tests
Changelog
Check List
yarn test:jest
yarn test:jest_integration