Skip to content

eth/catalyst, core/txpool/blobpool: make tests output less logs#30563

Merged
holiman merged 1 commit intoethereum:masterfrom
holiman:less_verbose_tests
Oct 10, 2024
Merged

eth/catalyst, core/txpool/blobpool: make tests output less logs#30563
holiman merged 1 commit intoethereum:masterfrom
holiman:less_verbose_tests

Conversation

@holiman
Copy link
Contributor

@holiman holiman commented Oct 9, 2024

While debugging one failing test in my locals-rewrite, I noticed that the ci-testrunner-output was 18MB.

A couple of unrelated tests set the debug level to TRACE on stdout, and all subsequent tests in the same package would thus also be affected by that.

This PR removes such calls from two packages where it was prevalent. This makes getting a summary of failing tests simpler, and possibly reduces some strain from the CI pipeline.

Copy link
Member

@MariusVanDerWijden MariusVanDerWijden left a comment

Choose a reason for hiding this comment

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

Yes thanks, I often find myself scrolling through hundreds of lines just to find out the name of a failing test

@holiman holiman added this to the 1.14.12 milestone Oct 10, 2024
@holiman holiman merged commit 58cf152 into ethereum:master Oct 10, 2024
holiman added a commit that referenced this pull request Nov 19, 2024
A couple of tests set the debug level to `TRACE` on stdout,
and all subsequent tests in the same package are also affected
by that, resulting in outputs of tens of megabytes. 

This PR removes such calls from two packages where it was prevalent.
This makes getting a summary of failing tests simpler, and possibly
reduces some strain from the CI pipeline.
jakub-freebit pushed a commit to fblch/go-ethereum that referenced this pull request Jul 3, 2025
…reum#30563)

A couple of tests set the debug level to `TRACE` on stdout,
and all subsequent tests in the same package are also affected
by that, resulting in outputs of tens of megabytes. 

This PR removes such calls from two packages where it was prevalent.
This makes getting a summary of failing tests simpler, and possibly
reduces some strain from the CI pipeline.
gballet pushed a commit to gballet/go-ethereum that referenced this pull request Sep 11, 2025
…reum#30563)

A couple of tests set the debug level to `TRACE` on stdout,
and all subsequent tests in the same package are also affected
by that, resulting in outputs of tens of megabytes. 

This PR removes such calls from two packages where it was prevalent.
This makes getting a summary of failing tests simpler, and possibly
reduces some strain from the CI pipeline.
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.

3 participants