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

Checking for installation error logs before the script times out #21

Open
pabloopez opened this issue Dec 16, 2021 · 0 comments
Open

Checking for installation error logs before the script times out #21

pabloopez opened this issue Dec 16, 2021 · 0 comments

Comments

@pabloopez
Copy link
Collaborator

Context:

Recently we increased the tries (hence time) to wait for the agent to be running because we detected that in some cases it was not enough for the agent to be detected as running and healthy. But we are not checking for logs signaling a wrong key-region tuple.

Proposal

Include the logic in the script to support checking for failure logs. Every time we query for the success log, we check too for a failure log. First tests shown that the string we need to query for is: ERR_INVALID_CUSTOMER_KEY .

We should also explore with @mfncl99 if there are other information in the logs that we can include to improve success and failure checks.

@pabloopez pabloopez added this to the after-migration milestone Dec 16, 2021
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

No branches or pull requests

1 participant