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

Flush command log always #289

Merged
merged 1 commit into from
May 6, 2021
Merged

Flush command log always #289

merged 1 commit into from
May 6, 2021

Conversation

alenkacz
Copy link
Contributor

What this PR does / why we need it:
Currently, we flush only if ANY collector is specified. I think it would make more sense to flush always. If we take a look at how is the step logger used, there are logs like "starting to process step" or the actual output of the assert command. I don't think this should be linked to specifying collector if I don't want any other logs collected.

Fixes #287

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

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

lgtm

@kensipe kensipe added enhancement New feature or request and removed enhancement New feature or request labels Apr 30, 2021
@kensipe kensipe merged commit 654174f into main May 6, 2021
@kensipe kensipe deleted the av/flush-always branch May 6, 2021 17:15
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.

TestAssert command does not show command output, but TestStep does
2 participants