-
Notifications
You must be signed in to change notification settings - Fork 891
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
[Rename] kbn-test in packages directory to osd-test/#37 [2] #54
Conversation
…unner Signed-off-by: Mihir Soni <[email protected]>
Signed-off-by: Mihir Soni <[email protected]>
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.
Need to make sure that no license headers are changed
Signed-off-by: Mihir Soni <[email protected]>
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.
Looks good
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.
Just some comments.
|
||
return ( | ||
'\n\n' + | ||
dedent` | ||
Elasticsearch and Kibana are ready for functional testing. Start the functional tests | ||
Elasticsearch and Opensearch Dashboards are ready for functional testing. Start the functional tests |
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.
Elasticsearch
try { | ||
es = await runElasticsearch({ config, options: opts }); | ||
await runKibanaServer({ procs, config, options: opts }); | ||
opensearch = await runElasticsearch({ config, options: opts }); |
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.
runElasticsearch
const caCert = caPath && (await readFile(caPath)); | ||
|
||
for (const { username, password, roles } of updates) { | ||
// If working with a built-in user, just change the password | ||
if (['logstash_system', 'elastic', 'kibana'].includes(username)) { | ||
await updateCredentials({ port: esPort, auth, username, password, protocol, caCert }); | ||
if (['logstash_system', 'opensearch', 'opensearchDashboards'].includes(username)) { |
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 guess i'm not positive, logstash is still ok to reference? or is it so generic it's fine to leave.
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.
Agree, let's keep it for now and come back to this later.
Signed-off-by: Mihir Soni <[email protected]>
…unner #37 [2] (#54) * [Rename] kbn-test in packages directory to osd-test/functional_test_runner Signed-off-by: Mihir Soni <[email protected]> * [Rename] kbn-test in packages directory to osd-test/functional_tests Signed-off-by: Mihir Soni <[email protected]> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <[email protected]> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <[email protected]>
…unner #37 [2] (#54) * [Rename] kbn-test in packages directory to osd-test/functional_test_runner Signed-off-by: Mihir Soni <[email protected]> * [Rename] kbn-test in packages directory to osd-test/functional_tests Signed-off-by: Mihir Soni <[email protected]> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <[email protected]> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <[email protected]>
…unner #37 [2] (#54) * [Rename] kbn-test in packages directory to osd-test/functional_test_runner Signed-off-by: Mihir Soni <[email protected]> * [Rename] kbn-test in packages directory to osd-test/functional_tests Signed-off-by: Mihir Soni <[email protected]> * [Rename] in-corporate review comments Signed-off-by: Mihir Soni <[email protected]> * [Rename] accomodate PR review feedback Signed-off-by: Mihir Soni <[email protected]>
Issue #, if available: #37
Description of changes: Renames inside kbn-test/functional_tests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.