Make runner progress output configurable via system property#312
Merged
basilevs merged 4 commits intoMay 5, 2026
Merged
Conversation
Contributor
|
This change has to be coordinated with RCPTT Maven plugin. In particular, we want the output to be verbose when Maven is started with -X. This can be done in another PR though. |
basilevs
reviewed
May 4, 2026
1efcbc4 to
d45b469
Compare
d45b469 to
0fd40b6
Compare
basilevs
reviewed
May 4, 2026
Contributor
|
Make sure to sign Eclipse Contributor Agreement. |
basilevs
requested changes
May 4, 2026
Contributor
Author
|
Applied the suggestion and aligned the property name between runner and Maven plugin. Thanks! |
basilevs
approved these changes
May 5, 2026
Contributor
|
The test CloseUnrelatedProjectsInQ7Explorer fails because of an incorrect fix for eclipse-platform/eclipse.platform.ui#2636 it is not related to this PR. I'm squashing the changes in the master. Thank you for the contribution! Consider suggesting a change to https://github.com/eclipse-rcptt/rcptt-website/blob/main/content/userguide/runner/arguments.md if you see a need. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RCPTT runner currently prints progress monitor output ("Begin task", "progress: ...")
unconditionally to stdout via PrintStreamMonitor.
This floods CI logs when resolving large AUT target platforms.
This PR introduces a system property:
to disable this output.
Default Runner behavior remains unchanged.
Rcptt Maven plugin is updated to only show target platform resolution progress in debug mode.