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

[FEATURE]: Tail the logs of a test action #6575

Open
WillDaSilva opened this issue Oct 22, 2024 · 0 comments
Open

[FEATURE]: Tail the logs of a test action #6575

WillDaSilva opened this issue Oct 22, 2024 · 0 comments
Assignees

Comments

@WillDaSilva
Copy link

Feature Request

Background / Motivation

I have a long running test action, and I'd like to see the output from it as it runs, rather than having to wait till the command finishes before Garden shows me the logs.

I tried running garden test with the --interactive flag, but to my surprise it didn't result in the logs being printed live. If the intended behaviour of the --interactive flag for garden test (with a single test selected) is for it to print the logs as they arrive, then this issue can be closed, and a bug report can be opened instead.

What should the user be able to do?

garden test <test name> --tail

Similar to the --interactive flag, this should only work if a single test is specified.

When Garden begins executing the specified test, it should print the logs of the test action as they arrive.

Why do they want to do this? What problem does it solve?

I want this so that I can react to test failures as they occur, rather than 10+ minutes later once all the integration tests have finished running.

How important is this feature for you/your team?

🌹 It’s a nice to have, but nice things are nice 🙂

@10ko 10ko assigned stefreak and 10ko and unassigned stefreak Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants