-
Notifications
You must be signed in to change notification settings - Fork 59
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
Finishing #143 #180
Finishing #143 #180
Conversation
…sed wait mechanism Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
da50872
to
329d4ed
Compare
bc38c42
to
fb8fbe7
Compare
….12/13. Signed-off-by: dblock <[email protected]>
e006ae7
to
75f1c09
Compare
In integration tests with unreleased OpenSearch I am still getting |
run: | | ||
composer run integration | ||
env: | ||
OPENSEARCH_URL: 'http://localhost:9200' |
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 think, you need to add here the credentials
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.
It's a min distribution without security.
I was able to reproduce this localy. It just needs -E discovery.type=single-node
and to swap the order of checking out repos so it doesn't overwrite/delete files.
07234c5
to
5ffcda8
Compare
Signed-off-by: dblock <[email protected]>
Description
Finish up #143.
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.