-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add alpha1 qualifier and JDK 17 for backend #607
Add alpha1 qualifier and JDK 17 for backend #607
Conversation
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
aa61e09
to
70a0a6b
Compare
Signed-off-by: Joshua Li <joshuali925@gmail.com>
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.
Yay looks good!
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #607 +/- ##
=========================================
Coverage 54.54% 54.54%
Complexity 283 283
=========================================
Files 239 239
Lines 7795 7795
Branches 1605 1605
=========================================
Hits 4252 4252
Misses 3371 3371
Partials 172 172
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Joshua Li <joshuali925@gmail.com>
3f3e287
to
74eff3a
Compare
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- how come so many snapshots are being updated in the PR as well?
Dashboards core updated EUI in main branch which changed some components rendering, they don't have a |
if (System.getProperty("tests.clustername") != null) { | ||
exclude 'org/opensearch/observability/ObservabilityPluginIT.class' | ||
} | ||
// if (System.getProperty("tests.clustername") != null) { |
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.
Do we need to keep this commented out section?
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 kept it because these are two issues: it fails when running against a remote cluster (same issue in index-management), and it fails under JDK 17 only. This is likely coming from upstream OpenSearchIntegTestCase
class, keeping these lines in case it got fixed or we want to add more tests under it
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.
LG!
Description
Issues Resolved
[List any issues this PR will resolve]
Check List
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.