-
Notifications
You must be signed in to change notification settings - Fork 55
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
Adding the Service Logs Streaming feature #475
Conversation
96ce60e
to
69e480d
Compare
I am looking forward to use this feature :) |
I could not resist to use it immediatelly :) and it works!!! Just colouring does not work in my case, but could be just me. |
Thanks for your feedback @mchoma ! I'd like to check about the coloring thing, how did you enable the feature? e.g.: did you pass Actually this wouldn't change a thing because I've been using |
@fabiobrz I like this idea. This is something we miss and will be useful for everyone. Thanks for raising PR. I'll review it as soon as possible :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please review the visibility of classes? It looks like all are public but are only used by extension within the package, perhaps they can be changed to package-private? Let's expose as minimum as possible.
junit5/src/main/resources/META-INF/services/org.junit.jupiter.api.extension.Extension
Outdated
Show resolved
Hide resolved
Will do, thanks @simkam |
@fabiobrz For me there was no issue to enable the feature and have colored text on standard output. I wanted to try how it will behave when forwarded to a file like |
Hi @mnovak1 - Actually
Could you please take such information into account and try again? I had my files generated and would appreciate a confirmation from you. |
wrt feature activation, I think that only removing it from |
Thanks @simkam - so basically according to your suggestion, the users should:
Correct? |
Yes, exactly |
Thanks, now it works. +1 for both points. |
About this, @simkam - actually the extension lives in a different module and package as such, hence by a quick check, only |
No, sorry, I didn't notice extension is in different package. |
8d70e2d
to
d933c5c
Compare
Hi @simkam - I pushed some changes in order to address your comments. Feel free to let me know whether you've got any additional feedback. |
LGTM |
d933c5c
to
9bd6b69
Compare
9bd6b69
to
c6e4aa9
Compare
@fabiobrz There should be no regressions. Merging. Thanks for the PR. |
Fix #474
CC @mchoma, @simkam, @tommaso-borgato
Please make sure your PR meets the following requirements: