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

Remove excessive Test Resources output #1173

Merged
merged 3 commits into from
Aug 2, 2024
Merged

Conversation

alvarosanchez
Copy link
Member

In multi-project builds, it would output something like:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16:32 min
[INFO] Finished at: 2024-08-02T09:55:15Z
[INFO] ------------------------------------------------------------------------
[INFO] Test resources service already started on port 37539
[info] Shutting down Micronaut Test Resources service
[INFO] Test resources service already started on port 42601
[info] Shutting down Micronaut Test Resources service
[INFO] Test resources service already started on port 43231
[info] Shutting down Micronaut Test Resources service
[INFO] Test resources service already started on port 42693
[info] Shutting down Micronaut Test Resources service

This PR removes the excessive Test Resources output at the end of the build

@alvarosanchez alvarosanchez added the type: improvement A minor improvement to an existing feature label Aug 2, 2024
Copy link

sonarqubecloud bot commented Aug 2, 2024

@alvarosanchez alvarosanchez added this pull request to the merge queue Aug 2, 2024
Merged via the queue into 4.6.x with commit 58ab935 Aug 2, 2024
6 checks passed
@alvarosanchez alvarosanchez deleted the suppress_tr_extra_output branch August 2, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants