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

[@kbn/es] Improve CI stats reporting on docker and serverless commands in FTR #162626

Open
mistic opened this issue Jul 27, 2023 · 4 comments
Open
Labels
Team:Operations Team label for Operations Team

Comments

@mistic
Copy link
Member

mistic commented Jul 27, 2023

The execa promise only resolves if we run docker detached, which loses automatic log outputs to the users. Because of that there is not good way right now to report metrics like ready for those commands.

It's possible that we find out a way to do this differently and open that possibility (for example communicating the logs back through a socket and log those through the main process or use that strategy to report the metrics itself)

@mistic mistic added the Team:Operations Team label for Operations Team label Jul 27, 2023
@elasticmachine
Copy link
Contributor

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

@Ikuni17
Copy link
Contributor

Ikuni17 commented Aug 15, 2023

I think we might be able to achieve this by running docker logs -f <containerId / containerName> after we start the detached containers.

@Ikuni17 Ikuni17 changed the title [@kbn/es] Improve logging and CI stats reporting on docker and serverless comamnds [@kbn/es] Improve logging and CI stats reporting on docker and serverless commands in FTR Oct 26, 2023
@Ikuni17
Copy link
Contributor

Ikuni17 commented Oct 26, 2023

@mistic There have been a few instances where having these logs available would have helped debug difficult or obscure test failures with ES serverless. wdyt about increasing the priority?

@Ikuni17 Ikuni17 changed the title [@kbn/es] Improve logging and CI stats reporting on docker and serverless commands in FTR [@kbn/es] Improve CI stats reporting on docker and serverless commands in FTR Sep 9, 2024
@Ikuni17
Copy link
Contributor

Ikuni17 commented Sep 9, 2024

The logging aspect of this issue has been handled by #189231

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

No branches or pull requests

3 participants