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

[ci/timeouts] partial exit on warning #65232

Closed
jbudz opened this issue May 5, 2020 · 2 comments · Fixed by #66079
Closed

[ci/timeouts] partial exit on warning #65232

jbudz opened this issue May 5, 2020 · 2 comments · Fixed by #66079
Labels
Team:Operations Team label for Operations Team

Comments

@jbudz
Copy link
Member

jbudz commented May 5, 2020

This is portion of a larger line by line type audit of our CI logs. We''ll go specific here for concrete reproduction steps. More to come under different themes (retry loops, closer look at what's reported in junit etc)

node scripts/functional_tests_server --config x-pack/test/api_integration/config.js

curl --user abc:bad_password "http://localhost:5620/api/stats?extended"

we get several not so cohesive issues:

  1. long chain of unrelated requests start failing with authorization errors
  2. state change that causes us to use apiKey instead of basic auth
  3. setup_node_env sees a process warning and terminates proc [kibana]...
  4. but the process manager stays active, including elasticsearch. exit 1 is trapped.
  5. on the iffy side, is FORCE_COLOR erroring out in nontty? i can't find the server crashed with status code 1 message, i can find the leadup.
@jbudz jbudz added the Team:Operations Team label for Operations Team label May 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@tylersmalley
Copy link
Contributor

@spalger to reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Operations Team label for Operations Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants