-
Notifications
You must be signed in to change notification settings - Fork 118
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
Updates integTest gradle scripts to run via remote cluster independently #291
Updates integTest gradle scripts to run via remote cluster independently #291
Conversation
435a42b
to
6d9fb24
Compare
Signed-off-by: Robert Downs <downsrob@amazon.com>
…n installed Signed-off-by: Robert Downs <downsrob@amazon.com>
Ran against the 1.3 bundle with security and noticed that the notification action was failing. Adding an ignore for that. We already ignore it for the normal integTest with security. |
6d9fb24
to
323acc7
Compare
Do we know why it fails with security? I'm assuming the tests are run with an admin user that should have the permissions to create/index a document? |
Failing with the following error:
I believe that we attach our certificates for security testing through a node setting, and I don't know if there is a way to set that for remote tests. |
…tly (opensearch-project#291) * Adds remote cluster command Signed-off-by: Robert Downs <downsrob@amazon.com> * Disables notification test against remote cluster with security plugin installed Signed-off-by: Robert Downs <downsrob@amazon.com>
…tly (opensearch-project#291) * Adds remote cluster command Signed-off-by: Robert Downs <downsrob@amazon.com> * Disables notification test against remote cluster with security plugin installed Signed-off-by: Robert Downs <downsrob@amazon.com>
…tly (#291) * Adds remote cluster command Signed-off-by: Robert Downs <downsrob@amazon.com> * Disables notification test against remote cluster with security plugin installed Signed-off-by: Robert Downs <downsrob@amazon.com>
…tly (opensearch-project#291) * Adds remote cluster command Signed-off-by: Robert Downs <downsrob@amazon.com> * Disables notification test against remote cluster with security plugin installed Signed-off-by: Robert Downs <downsrob@amazon.com>
Signed-off-by: Clay Downs 89109232+downsrob@users.noreply.github.com
Issue #, if available:
#192
Description of changes:
Creates gradle script for remote endpoints to run https://github.com/opensearch-project/opensearch-build#integration-tests for the release cycle.
CheckList:
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.