Skip to content
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

Fixed errors detected by the unit testing [kibana.sh] #1183

Merged
merged 5 commits into from
Jan 19, 2022

Conversation

verdx
Copy link
Contributor

@verdx verdx commented Jan 19, 2022

Related PR
#1182

Description

Some small changes to fix small errors detected by the unit testing in kibana.sh

@verdx verdx self-assigned this Jan 19, 2022
@@ -108,9 +108,9 @@ function initializeKibana() {
done
nodes_kibana_ip=${kibana_node_ips[pos]}
fi
until $(curl -XGET https://${nodes_kibana_ip}/status -I -uadmin:"${u_pass}" -k -s --max-time 300 | grep -q "200 OK") || [ "${i}" -eq 12 ]; do
until $(curl -XGET https://${nodes_kibana_ip}/status -I -uadmin:"${u_pass}" -k -s --max-time 300 | grep -q "200 OK") || [ "${j}" -eq 12 ]; do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The var j is undeclared

@alberpilot alberpilot merged commit ca2426a into unify-unattended Jan 19, 2022
@alberpilot alberpilot deleted the detected-errors-unit-testing-kibana branch January 19, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants