-
Notifications
You must be signed in to change notification settings - Fork 163
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
Adds SSL test support, compatibility test support #1856
Adds SSL test support, compatibility test support #1856
Conversation
Signed-off-by: Derek Ho <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/supporting-multiple-datasources #1856 +/- ##
===========================================================================
- Coverage 68.22% 68.20% -0.02%
===========================================================================
Files 96 96
Lines 2439 2441 +2
Branches 331 331
===========================================================================
+ Hits 1664 1665 +1
- Misses 696 697 +1
Partials 79 79 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
@@ -98,7 +98,7 @@ describe('Multi-datasources enabled', () => { | |||
cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').contains('9202'); | |||
}); | |||
|
|||
it('Checks Users Tab', () => { | |||
it.skip('Checks Users Tab', () => { |
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.
Skipping the flaky test, will re-enable when reading from url to avoid unnecessary component clicks. #1858
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
9bceddf
into
opensearch-project:feature/supporting-multiple-datasources
Description
Due to @cwperks' heroic efforts, we are able to re-enable https on test clusters, and we can cleanup a lot of testing infrastructure to simply add the port, instead of re-writing entire files to disable https.
This PR also adds compatibility test support for linux and windows down to 2.4 (windows released in 2.4), and verifies that the API calls we are making are working as expected on clusters of different versions.
Category
Enhancement
Why these changes are required?
What is the old behavior before changes and new behavior after changes?
Issues Resolved
Fix #1853
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
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.