-
Notifications
You must be signed in to change notification settings - Fork 126
ism-plugin: fix tests #1030
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
ism-plugin: fix tests #1030
Conversation
Change ... 1. 'Close indices' to 'Close' 2. 'Open indices' to 'Open' 3. 'indices' to 'indexes' 4. Sample slack webhook to meet current validation ... to match current tech writing guidelines. Signed-off-by: Rohit Ashiwal <[email protected]>
The cypress workflow somehow stuck for long time... @r1walz maybe paste your local test result so others can help approve and merge this in |
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, can you provide your local test run result?
@r1walz FYI added |
All failing tests are now passing after change: managed_indices_spec.js.mp4indices_spec.js.mp4notification_settings.js.mp4rollups_spec.js.mp4 |
Change ... 1. 'Close indices' to 'Close' 2. 'Open indices' to 'Open' 3. 'indices' to 'indexes' 4. Sample slack webhook to meet current validation ... to match current tech writing guidelines. Signed-off-by: Rohit Ashiwal <[email protected]> (cherry picked from commit 10443bd)
Change ... 1. 'Close indices' to 'Close' 2. 'Open indices' to 'Open' 3. 'indices' to 'indexes' 4. Sample slack webhook to meet current validation ... to match current tech writing guidelines. Signed-off-by: Rohit Ashiwal <[email protected]> (cherry picked from commit 10443bd) Signed-off-by: Rohit Ashiwal <[email protected]>
Change ... 1. 'Close indices' to 'Close' 2. 'Open indices' to 'Open' 3. 'indices' to 'indexes' 4. Sample slack webhook to meet current validation ... to match current tech writing guidelines. (cherry picked from commit 10443bd) Signed-off-by: Rohit Ashiwal <[email protected]>
Description
Change ...
... to match current tech writing guidelines.
Issues Resolved
Same fixes can be applied to 2.x for fixing #1008
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.